#search_form, #search_form fieldset {
margin : 0;
padding : 0;
width : 90%;
border : none;
}
#search_form input.btn {
}
#contact fieldset {
padding : 0;
margin : 20px 0 0 0;
border : none;
width : 80%;
}
#contact label {
font-weight : bold;
display : block;
}
#contact .text {
width : 100%;
padding : 2px 0;
border : 1px solid #8fb00e;
}

#searchresults dd {
margin-left : 20px;
}