body
{
	font-size:11px;
	margin:0;
	padding:0 0 0 30px;
	color:#FFFFFF;
}
form
{
	margin:0;
	padding:0;
}
input, textarea, select { 
	background-color:#D3C19A !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #878787;
	color:#000;
	width:159px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { width:164px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#id_security
{
	width:164px;
	height:28px;
	margin-bottom:4px;
	border:none;
}
#id_submit
{
	width:59px;
	height:20px;
}

#contact_business { display: none; } /* do not remove */ 
