#searchWrapper{
	background-color:#FFFFFF;
	position:relative;
	top:0;
	left:0;
	padding:0;
	margin:0;
	display:block;
	border-top: #9f9dba solid 1px;
	padding-top:10px;
	width:100%;
}

#searchContent{
	position:relative;
	left:10px;
	top:0;
}

#fullWidthSep{
	background-image:url('/img/fleet/gfx/fullWidthSep.gif');
}
.searchColTextInput{
	border:1px solid #888587;
}
.naviSepDotted{
	position:relative;
	margin:10px 0;
	height:1px;
	border-top:1px dashed #FFFFFF;
	display:block;
	width:180px;	
	left:-5px;
}
*html .naviSepDotted{
	width:155px;
}
#searchFormTitle{
	position:relative;
	width:48px;
	height:10px; 
	left:-5px;
	background-repeat:no-repeat;
	display:block;
}
#scopeInput{
	position:relative; 
	left:-5px;
	display:block;
	clear:left;
}
#siteScope{
	position:relative;
	left:20px;
	top:-5px;
}
#allSiteFormTitle{
	position:relative; 
	margin-bottom:-2px; 
	height:10px; 
	width:100px; 
	text-align:right; 
	background-repeat:no-repeat;
}
#searchInput{
	position:relative;
	top:5px;
	left:5px;
}
*html #searchInput{
	top:-5px;
	margin-bottom:-5px;
}
#searchButton{
	left:123px;
	top:33px;
}

#searchWrapper #fullWidthSep{
	display:none;
}