label.error {
	background: url('images/exclamation.gif') no-repeat;
	padding-left: 16px;
	margin-left: .3em;
	float:none;
	color:red;
	vertical-align:top;
	font-size:small;
}

label.valid {
	background: url('images/accept.gif') no-repeat;
	width: 16px;
	height: 16px;
	float:none;
	font-size:small;
	vertical-align:top;
}

textarea.error,
input.error { border: 1px solid red; }

#btnRegister {
	width:259px;
}

div.error {
	background-color:#FFCFCF; 
	width:500px; 
	padding:20px; 
	border:red 1px dashed; 
	text-align:left; 
	display:none;
	margin:0 auto;    
	margin-bottom:25px;
}
