/*@charset "UTF-8";
/* CSS Document */
*{
	font-family: arial;
	color: #333;
	font-size: 12px;
}
label{
	float:left;
	margin-top:5px;
} 
.label{
	clear:both;
	float:left;
	margin-top:10px;
}
.error{
	clear:both;
	margin-bottom:-20px;
	color:#ff0000;
}
form{
 	overflow: hidden;
}
input[type="checkbox"]{
	clear:both;
	float:left;
	margin-top:5px;
}
input[type="text"], input[type="password"], select{
	margin-top:10px;
	float:right;
}
input[type="submit"]{
	clear:both;
	float:left;
	margin-top:10px;
}
.registrationSuccess {	
	background-image: url(../images/green-check-100x100.png);
	background-repeat: no-repeat;
    min-height: 70px;
    padding: 0 0 30px 120px;
}
.registrationError {
	background-image: url(../images/red-cross-100x100.png);
	background-repeat: no-repeat;
    min-height: 70px;
    padding: 0 0 30px 120px;
}
.registrationSuccess p, registrationError p {
    font-size: 18px;
}
input#sCaptcha {
    width: 150px;
}
img#captcha{
    float: left;
    clear: both;
}
