fieldset {
	width: 430px;
	margin-top: 15px;
	font-weight: bold;
	font-size: 1.1em;
}
div.formrow {
	clear: both;
	padding: 5px;
	width: 420px;
	float: left;
	margin-top: 5px;
	font-weight: bold;
	font-size: 0.9em;
}
div.formrow span.label {
	float: left;
	width: 100px;
	margin-top: 2px;
	text-align: right;
}
div.formrow span.formw {
	float: left;
	width: 300px;
	margin-left: 10px;
	text-align: left;
}
span.formw label {
	margin-top: 3px;
	vertical-align: top;
}
div.formrow span.lrglabel {
	float: left;
	width: 200px;
	margin-top: 2px;
	text-align: right;
}
div.formrow span.formn {
	float: left;
	width: 200px;
	margin-left: 10px;
	text-align: left;
}


input#submit {
background:url(/images/btnSubmit.gif)no-repeat;
width:70px;
height:25px;
border:0;
font-size:0;
cursor:pointer;
}

*html input#submit {
background:url(/images/btnSubmit.gif);
width:62px;
height:23px;
border:0;
font-size:0;
cursor:pointer;
}