/* iea_contact.css 
 * 
 * Styles specific to the contact form. Perhaps these can be recycled for other
 * forms? 
 */ 
 
input#name, input#email, input#company, select#subject, textarea#message { 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: small; 
	color: #333;
} 

#form_content 
{ 

} 

.form_row
{
	width: 100%;
	padding-top: 8px;
	padding-bottom: 6px;
} 

.form_label 
{
	font-weight: bold;
	float: left; 
	width: 80px; 	
} 

.form_field 
{ 
	float: left; 
	clear: right; 
} 

.required_bullet 
{ 
	color: red; 
	font-size: 9px; 
	font-weight: normal;
} 

.optional_bullet
{
	color: white;
	font-size: 9px;
	font-weight: normal;
} 
