#content #search-form {
	padding:4px;	
}
#content fieldset {
	border:none;
	
}
#content #filter-options {
	height:20px;
	margin-bottom:2px;
}
#content #search-actions {
	height:22px;
	overflow:hidden;
}
#content #filter-options #search-instructions {
	display: inline-block;
	font-size: 11px;
	width: 161px;	
	color:#414042;
	height:20px;
	line-height:20px;
}
#content .searchOption {
	width:98px;
	width:147px;
	float:left;
	height:20px;
	font-size:10px;
	line-height:20px;
	overflow:hidden;
	margin-left:1px;
}
#content .searchOption:first-child {
	margin-left:0;
}
#content .customStyleSelectBox {
	font-size:10px;
	background:#414042;
	color:#F3EFD6;
	height:20px;
	line-height:20px;
	text-align:center;
	font-weight:bold;
	width:98px;
	width:147px;
	overflow:hidden;
	margin-left:1px;
	white-space:nowrap;
}
#content .searchOption:first-child + .customStyleSelectBox {
	margin-left:0;
}
.searchOption option {
	text-align:right;
}
.customStyleSelectBoxInner {
	background:url(../images/search-dropdown.png) no-repeat right center;
}

#content #search_box {
	height:20px;
	border:1px solid #414042;
	width:430px;
	float:left;
	margin-right:4px;
}
#content #search_submit {
	float:left;
}
#content #search-links {
	margin-top:2px;
}
#content #search-links a {
	display: inline-block;
	font-size: 11px;
	margin-right:20px;
	color:#414042;
	text-decoration:none;
}

