@charset "utf-8";
/* CSS Document */
input, textarea {
	font-size:12px;
	/* line-height:18px; */
	font-family:Verdana, Geneva, sans-serif;
}
input {width:200px;}
.submit {width:120px;}

#error {
	color:red;
	font-size:12px;
	display:none;
	margin-top:-20px;
}
.needsfilled {
	background:red;
	color:white;
}

