/*----------------------------------------------------
		title:Elertz Partner Section
				FORM STYLES
----------------------------------------------------*/



.register_form 
{
width: 570px;
background: white;
padding: 1px;
margin-left: 15px;
}


.register_form fieldset
{
margin: 0 0 10px 0;
padding:10px 0;
background: #f0f0f0;
border: 1px solid #bbb;
}

.register_form fieldset div
{
display: inline;;
margin: 10px;
float: left;
width: 500px;
margin-left: 50px;

}

.register_form fieldset label
{
display: block;
width:12em;
float: left;
position: relative;
top: 4px;
font-size:1.1em;
}

.register_form fieldset input
{
display: block;
width: 20em;
float: left;
}

.register_form fieldset p.formtext
{
clear: left;
margin-lefT: 13em;
color: #666;
font-style:italic;
}

.register_form h3
	{
	margin-left: 0px;
	font-size: 1.2em;
	font-weight:normal;
	margin-top: 15px;
	}

.register_form h3 strong
	{
	font-size: 1.6em;
	font-weight:normal;
	}


label.terms_label
{
width: 28em !important;display: block: float: left;
margin-left: 50px;

}
input#agree_terms {width: auto;}


p.regform_p
	{
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 10px 0 ;
	}
	
