.reports_wrapper{ 
	float: left; 
	color: #676d72;
}
.reports_form { 
	float:right; 
	background:#f0f4f7; 
	border:1px solid #d9e4ef; 
	margin: 5px 10px 0 0; 
	padding: 0px; 
	display: none; 
	-khtml-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
}
.reports_form form{ 
	margin: 0; 
	padding: 0; 
}
.reports_message{ 
	float:right;
	background:#f0f4f7; 
	border:1px solid #d9e4ef; 
	margin:5px 10px 0 0; 
	padding:10px; 
	text-align:center;
	display:none; 	
	width: 200px;
	-khtml-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
}
.reports_clear{ 
	clear: both; 
	display: block; 
}
.reports_report_link{ 
	color:#07609E; 
	height: 14px; 
}