div.latest_agents p{
	margin:0;
	padding:0;
}
div.latest_agents h3{
	width: 100%;
	height: 54px;
	background-image: url('../img/agents_header.png');
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
}

div.latest_agents h3 span{
	display: none;
}
/*
div.latest_agents hr {
	border: none;
	height: 1px;
	
	background-color:#eee;
	width:80%;
	margin: 18px auto;
	text-align:center;
}
*/
div.latest_agents {
	font-size:10px;
	color:#444444;
}

div.latest_agents_item{
	margin-bottom: 20px;
}
div.latest_agents_image {
	float: left;
	width:87px;
	height: 104px;
}
div.latest_agents_image img{
	background: url('../img/agents_frame.png') no-repeat left top;
	
	width: 75px;
	height: 100px;
	padding: 2px;
	margin: 0 8px 0 0;
}

div.latest_agents_name_surname {
	color:#DE7E29;
	font-size:11px;
	font-weight: bold;
}