#search_form{
float:right;
margin-right:64px;
margin-top:-351px;
}

.search_entry {
background:transparent url(images/search.png) no-repeat scroll 0 0;
border:medium none;
color:#003687;
font-family:Brigitte;
font-size:19px;
font-weight:bold;
height:25px;
padding-left:23px;
padding-top:3px;
width:115px;
}
.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;
	height:25px;
}
.search_submit:hover {
	border:none;
	background:none;
}
.search_submit:focus {
	border:none;
	background:none;
}

div.SpecializedForm {
background:transparent url(images/fieldset.png) repeat-y scroll left 0;
border:1px solid #F8E882;
margin-bottom:10px;
margin-top:-9px;
padding:5px;
}

a.SpecializedFormLink {
background-color:inherit;
border-color:#738B9B #738B9B #82766A;
border-style:dotted dotted solid;
border-width:1px 1px 3px;
padding-left:5px;
padding-right:5px;
}


