.mod-search {
	background: url(../library/bg-search.gif) 0 0 no-repeat;
	position: absolute; 
	z-index: 10; 
	top: 5px; 
	left: 670px;
	width: 240px;
	padding: 7px 0 10px 20px;
	}
.mod-search .field	{
	width: 190px; 
	vertical-align: middle;
	border-top: 1px solid #000;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #000;
	background-color: #e5e5e5;
	}
.btn-search {
	vertical-align: middle;
	}
	
/* OVERLABEL */	
.mod-search label.overlabel {
	line-height: 1.5;
	}	
.mod-search label.overlabel span.desc {
	position: absolute;
	top: 8px;
	left: 15px;
	color: #000;
	text-indent: -9999px;
	line-height: 1.5;
	}
.mod-search label.show,
.mod-search div.row {
	border: none;
	padding-top: 0 !important;
	}
.mod-search div.row {
	position: relative;
	padding-left: 8px;
	padding-bottom: 3px;
	}		
.mod-search legend,
.mod-search .required,
.mod-search .requiredinfo {
	display: none !important;
	}	
.mod-search .btn-register {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 142px;
	}	
/* Reveal field label */
.mod-search label.show span.desc {
	text-indent: 0px;
	padding: 1px 0 0 10px;
	}	
	
/* Results Listing */
.searchresults {
	margin: 0 !important;
	padding: 0 !important;
	}
.searchresults li {
	padding: 0 !important;
	margin: 0 !important;
	border-top: 1px solid #eee;
	background-image: none !important;
	}
.searchresults h3 {
	margin: .7em 0 .6em 0;
	}		
.searchresults h3 em {
	font-weight: normal;
	font-size: 83.3%;
	color: #666;
	}	

h2 em {
	font-style: normal;
	font-weight: bold;
	color: #333;
	}

div.content ul.paging {
	padding: 0;
	}


