#broker_form div.error {
	width:500px;
	padding:5px;
	background-color:#c1dfc0;
	border:1px solid #1d451b;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	color:#1d451b;
	margin-bottom:10px;
}

#broker_form{
	width:596px;
}

#broker_form div.element{
	display:block;
	float:left;
	width:198px;
	height:50px;
}

#broker_form label {
	display:block;
}

#broker_form #element_referedBy, #broker_form #element_prefercontact, #broker_form #element_notify {
	height: 180px;
	border-top:1px solid #ccc;
	padding-top:15px;
	margin-top:5px;
}

#broker_form #element_comments{
	clear:both;
	width:100%;
	height:140px;
}
textarea#comments {
	width:100%;
	height:100px;
}