#formdiv ol {
	list-style:none;
}
#formdiv {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:link {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
textarea {
	display:block;
	width:250px;
	border:#006 thin solid;
	padding:5px;
	height:100px;
}
input {
	display:block;
	width:250px;
	border:#006 thin solid;
	padding:3px;
}
label {
	display:block;
	margin-bottom:5px;
}
.sbutton {
	display:block;
	background-color:#003366;
	color:white;
	border: #003366 thin outset;
	width:100px;
}