#form p{
	margin: 0;
	padding-left: 100px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: dashed;
	border-top-color: gray;
	border-bottom-color: #0066CC;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	clear: both;
}

#form label{
	border-bottom-color: #666666;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	margin-left: -60px;
	font-size: 12px;
	color: #666666;
	height: 25px;
	padding: 0.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 200px;
	font-weight: bold;
}

#form .input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#form .textarea{
width:250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
#form fieldset {
	border-top-width: 1px;
	border-right-width: 25px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4169E1;
	border-right-color: #4169E1;
	border-bottom-color: #4169E1;
	border-left-color: #4169E1;
	padding: 1em;
	margin: 1em;
}
#form legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4169E1;
	font-weight: bolder;
	font-size: 12px;
	padding-left: 30px;
	border-left-width: 10px;
	border-left-style: double;
	border-left-color: #4169E1;
	padding-right: 50px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top-style: solid;
	border-top-color: #4169E1;
	border-right-color: #4169E1;
	border-bottom-color: #4169E1;
	border-top-width: 1px;
	border-right-width: 10px;
	border-right-style: double;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #000033;
	margin: 1px;
}

#form .formbutton{
	cursor:pointer;
	border:outset 1px #ccc;
	color:#666;
	font-weight:bold;
	background-color: #EEEEEE;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 11px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;


}
#form {
	border-top-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #996600;
	border-right-color: #996600;
	border-bottom-color: #996600;
	border-left-color: #996600;
}
#form th{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-color: #9933CC;
	text-align: left;
	padding-left: 10px;
}


#form searchbutton{
	cursor:pointer;
	border:outset 1px #ccc;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background-color: #EEEEEE;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;


}

