.registration-form .fRow label {
	clear: left;
	display: block;
	float: left;
	width: 160px;
}

.registration-form .fRow input {
	display: block;
	float: left;
	width: 260px;
}

.registration-form .fRow input.btn {
	clear: left;
	display: inline;
	margin-left: 160px;
	width: auto;
}

.validation-error {
	color: red;
	font-weight: bold;
	margin: 1em;
}


#recaptcha_widget_div{
	float:left;
	margin-left:150px;
	display:inline;
}