#user-validation-form {
	float:left;
	width:650px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	overflow:hidden;   
}

.uv-row-full {
	float:left;
	width:650px;
	bottom:0px;
	top:0px;
	left:0px;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:0px; 
}

.uv-row-left {
	float:left;
	width:320px;
	bottom:0px;
	top:0px;
	left:0px;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:0px; 
}

.uv-row-right {
	float:right;
	width:320px;
	bottom:0px;
	top:0px;
	left:0px;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:0px;
	text-align:right; 
}

#user-validation-form  h2 {
	font-size:17px;
	color:#333333;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:0px;
	margin-left:0px;
	line-height:1em;	
} 

#user-validation-form  h3 {
	font-size:12px;
	color:#333333;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:0px;
	line-height:1em;	
}

#user-validation-form  h4 {
	font-size:12px;
	color:#333333;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:0px;
	margin-left:0px;
	line-height:1em;	
}

.uv-separator {
	float:left;
	width:650px;
	height:1px;
	bottom:0px;
	top:0px;
	left:0px;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:0px;
	background-color:#ff6633;
}

