#search_form{
float:right;
margin-right:25px;
margin-top:20px;
}

.search_entry {
	background:url('images/search.png') no-repeat;
	border:none;
	padding-left:23px;
	padding-top:3px;
	width:96px;
	height:18px;
	font-size:1em;
	color:#ffffff;
}
.search_entry:hover {
	background:url('images/search.png') no-repeat;
	border:none;	
}
.search_entry:focus {
	background:url('images/search.png') no-repeat;
	border:none;	
}

.search_submit {
	padding:0;
	border:none;
	background:none;
}
.search_submit:hover {
	border:none;
	background:none;
}
.search_submit:focus {
	border:none;
	background:none;
}
div.SpecializedForm {
background-color:#fef3bd;
border:1px dotted #716e71;
margin-bottom:10px;
margin-top:-9px;
padding:5px;
}
fieldset.searchFieldset {
background-color:#fef3bd;
border:medium none;
}

a.SpecializedFormLink {
/*background-color:inherit;*/
border-color:#716e71 #716e71 #716e71;
border-style:dotted dotted solid;
border-width:1px 1px 1px;
padding-left:5px;
padding-right:5px;
}
