#form1 fieldset {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 150%;
	margin: 0px;
}
.formrow { width:700px; }
.clear { clear:both; }
#form1 label {
	float: left;
	width: 85px;
	font-size: 0.7em;
}
#form1   select, input, textarea  {
	width: 160px;
	color: #339900;
	font-size: 0.7em;
	margin-top: 7px;
}
#form1 input, select {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCCCCC;	
}
#form1 textarea {
	border: 1px dotted #CCCCCC;
	width: 450px;
}
#form1 .checkbox {
	width: 1.1em;
	height: 1.1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#form1 .clearfloat {
	clear:both;
}
#form1 .sendbtn  {
	width: 80px;
	background-color: #FFFFFF;
	border: 1px solid #009900;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
#form1 .error {
	position: relative;
	font-size: 0.7em;
	padding-left: 10px;
	background-image: url(images/errorarrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-bottom: 1px;
	margin-left: 85px;
}
#form1 .small {
	font-size: 0.7em;
}

