input,select,textarea{ 
	font-family:"Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
}

input, textarea{
	border-width:1px;
	border-style:solid;
	border-color:#666 #ccc #ccc #666;
}

fieldset{
	border:1px solid #bbb;
	-moz-border-radius: 0px;
	padding:5px 8px 5px 5px;
	margin-bottom:10px;
	width:97%;
}

legend{
	font-weight:bold;
	color:#d15300;
}

ol{
	list-style: none;
	margin: 0;
	padding: 2px;

}

li{
	margin-bottom: 1px;
	width: 100%;
	clear: left;
}

label{
	float: left;
	clear: left;
	width: 90px;
	font-weight: bold;
	padding: 5px;
	text-align: right;
}

#submit{
	background:#000099;
	border-color:#0000cc #000066 #000066 #0000cc;
	border-width:1px;
	border-style:solid;
	color:#ffff00;
	font-weight:bold;
}


