﻿/* css styling for query form */

fieldset {
clear			: left;
width			: 95%;
margin-left		: 0px;
margin-bottom	: 0px;
padding			: 0;
}
fieldset legend {
margin-left		: 0px;
font-weight		: bold;
font-family		: Georgia, Arial, Helvetica, sans-serif; 
font-size		: 1.0em; 
font-weight		: bold; 
color			: #660000;
padding-bottom	: 18px;
}
.searchbox label {
float			: left;
width			: 10em;
text-align		: right;
}
fieldset ol {
padding			: 0;
list-style		: none;
}
fieldset li {
width			: 100%;
padding-bottom	: 0em;
margin			: 0px;
}
.trap {display:none;}
legend {margin-top:15px; margin-bottom:-15px;}
textarea {
margin-top: 2px;
font-family: Arial, Helvetica, sans-serif; 
width:236px;
}