@charset "utf-8";
/* CSS Document */

/************
 THE HEAD ABOVE LIST AND FORM
 ************/
#listinghead
{
	font-family: "Verdana", Arial, Helvetica, Sans-serif, Tahoma;
	position: relative;
	padding-top: 1em;
	height: 60px;
}
#listinghead span
{
	border: #000000 solid 0px;
	display: inline-block;
	color: #c3b3b3; 
	font-weight: bold; 
	font-size: 1.7em;
}
#listinghead .col1
{
	float: left;
	clear: both;
	margin-left: 10px;
	width: 110px;
}
#listinghead .col2
{
	float: left;
	margin-left: 10px;
}
#listinghead [type=button]
{
	border: 0; 
	text-align: left; 
	color: #FFFFFF; 
	font-weight: bold; 
	background-color: #0099FF; 
	width: 228px; 
	height: 25px;
}
