form{
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:80%;
	letter-spacing:1px;
}
hr{
	border:none;
	background-color:#ffd000;
	height:1px;
}
#element{
	margin-bottom:5px;
}
#lab{
	font-size:110%;
}
#required{
	font-size:120%;
	color:#ed7373;
	padding-right:5px;
}
#input input,textarea{
	width:250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:150%;
}
#error{
	background-color:#ed7373;
}
#error_message{
	font-size:130%;
	color:#ed7373;
}
#pass{
	font-size:130%;
	color:#fff;
	display:none;
}