div#main {
	width: 200px;
}
.title {
	line-height: 1.2em;
	position: relative;
	margin-left: 40px;
}
input#search {
	width: 350px;
	height: 25px;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	border: 1px solid #ababab;
	font-size: 20px;
	line-height: 25px;
	color: #ababab;
}
input#search:hover, input#search:focus {
	color: #3b3b3b;
	border: 1px solid #36a2d2;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
}
h4#results-text {
	display: none;
}
div#results {
	display: none;
	width: 100%;
	margin-top: 4px;
	border: 1px solid #ababab;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,.15) 0 1px 3px;
	box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
}
/*  
div#results li {
	padding: 2px;
	cursor: pointer;
	border-top: 1px solid #cdcdcd;
	transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-webkit-transition: background-color .3s ease-in-out;
}
div#results li:hover {
	background-color: #F7F7F7;
}
div#results li:first-child {
	border-top: none;
}
div#results li h3, div#results li h4 {
	transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out;
	color: #616161;
	line-height: 1.2em;
}
div#results li:hover h3, div#results li:hover h4  {
	color: #3b3b3b;
	/*font-weight: bold;*/
*/
sitesearch label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}
.searchfielda {
	float: left;
	width: 110px;
	height: 20px;
	overflow: hidden;
	white-space: wrap;
	text-overflow: ellipsis;	
}
.searchfieldb {
	float: left;
	width: 250px;
	height: 20px;
	overflow: hidden;
	white-space: wrap;
	text-overflow: ellipsis;	
}
.searchfieldc {
	float: left;
	width: 240px;
	height: 20px;
	overflow: hidden;
	white-space: wrap;
	text-overflow: ellipsis;	
}
@media only screen and (max-width: 769px){
.searchfieldc {
	display:none;
}
.searchfieldd {
	display:none;
}
.searchfielde {
	display:none;
}
.searchfielda {
	text-align:left;	
}
}
.searchfieldd {
	float: left;
	width: 80px;
	height: 20px;
	overflow: hidden;
	white-space: wrap;
	text-overflow: ellipsis;
	text-align:center;
}
.searchfielde {
	float: left;
	width: 150px;
	height: 20px;
	overflow: hidden;
	white-space: wrap;
	text-overflow: ellipsis;
	text-align:left;
}
.searchresultarea {
	float: absolute;
	width: 100%;
	height: 20px;
	border-bottom: dotted;
	border-bottom-width:thin;
	border-bottom-color:#333;
	text-indent:5px;
	margin-left:0px;
	margin-right:0px;
}
.searchdira {
	float: left;
	width: 160px;
	height: 20px;
	overflow: hidden;
	white-space: wrap;
	text-overflow: ellipsis;
	text-align:left;
}
.searchdirb {
	float: left;
	width: 370px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align:left;
	
}
.searchdirc {
	float: left;
	width: 130px;
	height: 20px;
	overflow: hidden;
	white-space: wrap;
	text-overflow: ellipsis;
	text-align:left;
}
.searchdird {
	float: left;
	width: 85px;
	height: 20px;
	
	white-space: wrap;
	text-overflow: ellipsis;
	text-align:left;
}
.searchdire {
	float: left;
	width: 100px;
	height: 20px;
	/*overflow: hidden; */
	white-space: wrap;
	text-overflow: ellipsis;
	text-align:left;
}
.searchdirf {
	float: left;
	width: 45px;
	height: 20px;
	overflow: hidden;
	white-space: wrap;
	text-overflow: ellipsis;
	text-align:left;
}
.searchdirg {
	float: left;
	width: 35px;
	height: 20px;
	overflow: hidden;
	white-space: wrap;
	text-overflow: ellipsis;
	text-align:left;
}