@charset "UTF-8";

#member:hover {
	color: blue;
	cursor: pointer;
	cursor: hand;
}

input[type="text"],input[type="password"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color:#fff;
	border: 1px solid #999;
	border-radius: 3px;
	height:20px;
	width:400px;
	padding: 5px;
	font-size: 16px;
}

select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color:#fff;
	border: 1px solid #999;
	border-radius: 3px;
	height:20x;
	width:400px;
	padding: 5px;
	font-size: 100%;
}

input[type="button"],input[type="submit"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color:#ffffff;
	border: 1px solid #999;
	border-radius: 5px;
	height:45px;
	margin-top:20px;
	width:120px;
	font-size: 100%;
}

input[type="button"]:hover,input[type="submit"]:hover{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color:gray;
	color:#ffffff;
	border: 1px solid #999;
	border-radius: 5px;
	height:45px;
	margin-top:20px;
	width:120px;
	font-size: 100%;
}

#login {
	display: none;
}

#login_btn {
	color: blue;
	cursor: pointer;
	cursor: hand;	
}

#login_btn:hover {
	color: gray;
}

#reset {
	color: blue;
	cursor: pointer;
	cursor: hand;	
}

#reset:hover {
	color: gray;
}

#attention {
	display: none;
}

#attention_btn {
	color: blue;
	cursor: pointer;
	cursor: hand;	
}

#attention_btn:hover {
	color: gray;
}

#public {
	display: none;
}

#public_btn {
	color: blue;
	cursor: pointer;
	cursor: hand;	
}

#public_btn:hover {
	color: gray;
}

#policy {
	display: none;
}

#policy_btn {
	color: blue;
	cursor: pointer;
	cursor: hand;	
}

#policy_btn:hover {
	color: gray;
}
