@charset "UTF-8";
/* CSS Document */


input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
	width: 200px;
    padding: 10px;
    border-radius: 10px;
    background-color: #da640d;
    color: #fff;
	cursor: pointer;
}

input[type="submit"].guestLoginBtn{
	display: block;
	border-radius: 0;
	border: none;
	width: 200px;
	margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
    background-color: #3c3;
    color: #fff;;
	cursor: pointer;
}