fieldset {
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	color:#B9B9B9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}
fieldset legend {background-color:#000000;}
fieldset td {
	padding: 3px;
}
input, textarea {
	background-color:#B9B9B9;
	border: #999999 dotted 1px;
	width:300px;
	padding: 0px 3px;
}

#runabout, #halfCabin, #twine, #windscreen, #windscreen1 {
	background-color:#000000;
	border-width:0px;
	width:15px;
}
#submit, #submit.out {
	width:150px;
	background-color:#90ABBD;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#submit.over {background-color:#FF3300;}
