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

input {
	font-family: 'questrialregular', sans-serif;
	width: 250px;
	height: 26px;
	padding: 2px;
	border: 1px solid #09C;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;	
}
input:hover {
	border: 1px solid #066;	
}
select {
	font-family: 'questrialregular', sans-serif;
	width: 256px;
	height: 32px;
	border: 1px solid #09C;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}
select:hover {
	border: 1px solid #066;	
}
.subm_btn {
	font-family: 'questrialregular', sans-serif;
	width: 256px;
	height: 32px;
	padding: 2px;
	border: 1px solid #09C;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	background-color: #afbd77;
	cursor: pointer;
	font-size: 20px;	
}
.subm_btn:hover {
	background-color: #838d5a;
	color: #fff;	
}
.red_asterisk {
	color: #960;
	font-size: 18px;	
}
