form.omw_form input[type='text']{ clear:both;width:77%;margin-bottom:0px;height:20px;border:0px solid #CCCCCC;padding:5px;color:#00557e}
.omw-form-item-box{
	border-top:1px solid;
	border-left:1px solid;
	border-right:1px solid;
	border-bottom:1px solid;
	margin-top:-1px;
}
.omw-form-item-box:last-child{
	border-bottom:1px solid red;
}
form.omw_form label{clear:both;display:block; font-size:12px;margin-left:5px;float:left;margin-top:8px}
form.omw_form textarea{ clear:both;width:77%;margin-bottom:0px;height:100px;border:0px solid #CCCCCC;padding:5px;color:#00557e}
form.omw_form input[type='submit'] { 
	display:block;
	padding:8px 15px 8px 15px;
	color:#fff;
	background-color:#00557e;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:0 none;
	cursor:pointer;
	transition:			color 300ms ease-in-out, background-color 300ms ease-in-out;
	-moz-transition:	color 300ms ease-in-out, background-color 300ms ease-in-out;
	-webkit-transition:	color 300ms ease-in-out, background-color 300ms ease-in-out;
	-o-transition:		color 300ms ease-in-out, background-color 300ms ease-in-out;
}
form.omw_form input[type='submit']:hover { 
	background-color:#00557E;
	color:#fff;
	transition:			color 300ms ease-in-out, background-color 300ms ease-in-out;
	-moz-transition:	color 300ms ease-in-out, background-color 300ms ease-in-out;
	-webkit-transition:	color 300ms ease-in-out, background-color 300ms ease-in-out;
	-o-transition:		color 300ms ease-in-out, background-color 300ms ease-in-out;
}
div.validationSeparator{ clear:both;border-top:0px solid #E6E6E6;padding-top:10px;font-size:10px;}
#humanValidator{
	border:1px solid;
}
.submitbtn{
	float:left;
	margin-top:10px;
}