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; }
#login input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#login span{
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}
#login span.error{
	color: #e46c6e;
}
#login #send{
	background: #6f9ff1;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
#login #send:hover{
	background: #79a7f1;
}
#loginerror{
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align:center;
	background: #f8dbdb;
	font-size:14px;
	font-weight: bold; 
	border:thick;
	width:350px;
	height:20px;
	color: #e46c6e;
}
#success{
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align:center;
	background:#A6FFA6;
	font-size:14px;
	font-weight: bold;
	border:thick;
	width:350px;
	height:20px;
	color: #333;
}