/* 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;
	background: transparent url('../images/widget-search-bg.gif') no-repeat 0 0;
	width:309px;
	height:38px;
}

#searchform div {
	position:relative;
}

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

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

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


