#adviserSignupForm{
	width:100%;
	background-image:url(./images/contactFormBkg.jpg);   
	background-position:bottom left;
	background-repeat: repeat-x;
	border:1px solid #cacaca;
	font-family:inherit;
}

#adviserSignupForm h1{
	padding:0px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:10px;
}
#adviserSignupForm small{
	line-height:120%;    
}

#adviserSignupForm .description{
	font-weight:normal;
	margin-left:10px;
	width:30%;
	float:left;
	color:#333;
}

#adviserSignupForm .inputField{
	float:left;	
}

#adviserSignupForm div.clear{
	margin-bottom:10px;
	clear:left;	
}


