/* search widget*/
#sidebar #search-3  {
	height:45px;
	padding:0;
}

#sidebar #search-3  .widget-top {
	background:none;
	padding:0;
	width:321px;
}

#sidebar #search-3  .widget-bottom, .screen-reader-text { display:none; }

#searchform {
	padding:6px 6px 0;
}

#searchform div {
	
}

#s, #searchsubmit {
	/*border:none;
	background-color:transparent;*/
/*	position:absolute;*/
	display: block;
	font:normal 11px 'Trebuchet MS', Tahoma, Verdana;
	color:#000000;
	text-transform:uppercase;
}

#s {
	/*left:5px;
	top:8px;*/
	width:225px;
	float:left;
}

#searchsubmit {
/*	height:30px;
	right:3px;
	top:1px;
	width:66px;
	color:#FFFFFF;
	text-indent:-999px;
	padding:0;
	cursor:pointer;*/
}


