form fieldset { -moz-border-radius: 6px; -webkit-border-radius: 6px; border: 1px solid #dfe6ee; padding: 10px 15px; }
form fieldset legend { font-size: 22px; }
form fieldset input { margin-bottom: 4px; padding: 3px; font-size: 17px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #51555b; }
form fieldset label { font-weight: bold; padding: 0 0 0 15px; }
#reg input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#reg span{
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}
#reg span.error{
	color: #e46c6e;
}
#reg #send{
	background: #6f9ff1;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
#reg #send:hover{
	background: #79a7f1;
}