/* agent styles */

#agent_wrapper {
 width:715px;
 text-align:center;
 font-size:14px; 
}

#agent_search_form {
	width:550px;
	background-color: #CCCCCC;
	border:1px #000000 solid;
	padding:10px;
	margin:10px auto;
	text-align:center;
	
}

#agent_name {
	float:left;
	width:270px;
	text-align:left;
	padding-bottom:5px;
	
}

#agent_txt {
	clear:both;
	text-align:center;
	padding-bottom:5px;
	
}

#agent_result {
	background-color: #CCCCCC;
	border:1px #000000 solid;
	width:690px;
	margin-top:10px;
	cursor:pointer; 
}

#agent_title {
	border-bottom:1px solid #004890; 
	background-color:#C7C592; 
	text-align:left; 
	font-weight:bold; 
	padding:5px;
}

#agent_image {
	cursor:pointer; 
	width:120px; 
	margin:5px;
	float:left;
}

#agent_contact {
	float:left;
	width:550px;
	padding-bottom:10px;
}

/* end agent styles */	