﻿.mod-search {
	position: absolute; 
	z-index: 1; 
	}
.searchfield	{
	width: 135px; 
	vertical-align: middle;
	background: url(../Images/bg-searchinput.gif) no-repeat top right transparent;
	border: none;
	padding: 2px 0 0 4px;
	display: inline-block;
	height: 18px;
	}
	
.btn-search {
	vertical-align: middle;
	padding:0px;
	}
	
/* OVERLABEL */	
.mod-search label.overlabel {
	line-height: 1.5;
	}	
.mod-search label.overlabel span.desc {
	position: absolute;
	top: 0;
	left: 2px;
	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;
	}		
.mod-search legend,
.mod-search .required,
.mod-search .requiredinfo {
	display: none !important;
	}	
.mod-search .btn-register {
	position: absolute;
	z-index: 1;
	top: 0;
	}	
/* Reveal field label */
.mod-search label.show span.desc {
	text-indent: 0px;
	padding: 1px 0 0 10px;
	}	

.mod-searchresults h3 {
	margin-bottom: 0;
	}
	
ul.searchresults li {
	margin-bottom: 1em;
	}	
	