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

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

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

#searchform {
	padding:6px 6px 0;
        background-color:#35383D;
	width:209px;
	height:42px;
        margin-bottom:10px;

}

#searchform div {
	position:relative;
}

#s, #searchsubmit {
	border:none;
	background-color:#FFFFFF;
	position:absolute;
	display: block;
        font-family:'Trebuchet MS';
        font-size:11px;
        font-weight:bold;
	color:#35383D;
	text-transform:uppercase;
        padding:3px;
}

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

#searchsubmit {
	height:22px;
	right:3px;
	top:8px;
	width:66px;
	color:#35383D;
	padding:0;
	cursor:pointer;
}

