#boxRegister{
	padding:0;
	margin:0;
}
#boxRegister .fTitle{
	font-size:13px;
	font-weight:bold;
	color:#dd1015;
	text-transform:uppercase;
	padding-top:10px;
}
.validate label.checked {
  background:url("../images/icon_ok.gif") no-repeat 0px 0px;
}
.validate label { padding-bottom:2px; font-size:11px;margin-bottom:0;}
.validate input.error {
	border:1px dotted #ff0000;
} 
.validate label.error { 
	display:block;
  background:url("../images/icon_error.gif") no-repeat 0px 0px;
  color: #ea5200;
	height: 22px;
	line-height: 22px;
	margin-top: 5px;
	padding-left: 30px;
}
.validate label.checked {
  background:url("../images/icon_ok.gif") no-repeat 0px 0px;
}