/* CSS document */

div.results_title {
	position:relative;
	height:44px;
	background:url(/images/bg_results.jpg) top left no-repeat;
}

div.results_title a {
	color:#FFFFFF;
}

div.results_title p {
	position:absolute;
	margin:0px;
	padding:0px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

div.results_title .p1 {
	top:12px;
	left:15px;
}

div.results_title .p2 {
	top:12px;
	left:300px;
}

div.results_title .p3 {
	top:12px;
	left:585px;
}

div.results_title .p4 {
	top:8px;
	right:20px;
	margin:0px;
	padding:0px;
}

/*******************************  Search Rows  **************************/

div.row {
	overflow:auto;
	height:100%;
	padding:10px 0px 10px 0px;
	background:url(/images/dotted_h.jpg) bottom center no-repeat;
	border:1px solid #FFF;
}

div.row p {
	float:left;
	margin:0px;
	padding:0px;
}

div.row .p1 {
	width:15px;
	padding:0px;
	margin:0px 10px 0px 15px;
}

div.row .p2 {
	width:100px;
	padding:0px;
	margin:0px 15px 0px 0px;
}

div.row .p3 {
	width:582px;
	padding:0px;
	margin:0px;
}