@charset "utf-8";
@import url("forms.css");
#ads ul{
	margin: 0px 0px 0px 5px;
	padding: 0px;
	list-style: none;
	list-style-type:none;
}
#ads ul li{
	padding: 5px 0px 10px 15px;
	margin-bottom: 5px;
	background: url(imgs/bullet_yellow_lg.png) no-repeat 0px 9px;
	border-bottom: 1px dotted #111;
}
#ads ul li a{
	font-weight: bold;	
}
#gender{
	width: 25px;
	padding-left: 14px;
}
#ad h3{
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 18px;
	border-bottom: 5px solid #444;
	background: url(imgs/head_yellow.png) no-repeat 0px 4px;	
}
.report{
	float: left;
	width: 96px;
	height: 26px;
	cursor: pointer;
	background: url(imgs/report.png) no-repeat top left;
} 
.contact{
	float: left;
	width: 96px;
	height: 26px;
	cursor: pointer;
	background: url(imgs/contact.png) no-repeat top left;
}
