/* subsidiary stylesheet to control layout of
   Contact us page reply form 6-1-03			*/

#content
{
  height:390px;
  margin-bottom:1em;
}
fieldset
{
  position:relative;
  top:-6em;
  font:80%/1 verdana,arial,helvetica,sans-serif;
  padding-top:3em;
}
legend
{
  position:relative;
  top:-3em;
  padding:0 0.5em;
  font-size:90%;
  text-align:right;
}
#mailform
{
  position:relative;
  top:30px;
  padding-top:3em;
}
label
{
float:left;
width:25%;
margin-right:2em;
padding-top:0.2em;
text-align:right;
font-weight:bold;
}
input
{
  width:258px;
}

textarea
{
  width:258px;
  height:12em;
}

#send		
{
	position:relative;
	width:124px;
	left:220px;
	margin-top:15px;
	padding-bottom:40px;
}
#submit, #reset
{
	width:62px;
	color:#00007f;
	background:#fff;
	font:bold 11px/11px arial,helvetica,sans-serif;
	position:relative;
	top:0;
	padding-top:2px;
	float:left;
}

