FIELDSET {
	-moz-border-radius: 10px;
	}

LEGEND {
	font-size: 18px;
	font-family: Georgia, serif;
	color: black;
	margin-left: 15px;
	margin-right: 15px;
}

FIELDSET p {
	margin-left: 20px;
	margin-right: 20px;
	}

LABEL {
	display: block;
	font-weight: bold;
	margin: 0px;
}	

LABEL SPAN {
	display: block;
	font-weight: normal;
	}

INPUT, TEXTAREA, SELECT {
	font-size: 18px;
	font-weight: normal;
	font-family: trebuchet ms, Verdana, sans-serif;
	width: 200px;
}

INPUT[type=submit] {
	width: auto;
	}
	
.submit {
	width: 100px;
	}
	
.radio {
	width: 20px;
	}

INPUT.error, TEXTAREA.error, SELECT.error {
	border: 1px dotted red;
}		

LABEL.error {
	color: red;
	font-weight: normal;
	font-size: 12px;
}

table#results {
	background: #cdcdcd;
	}
	
table#results tr td {
	background: #ffffff;
	}

TH.header {
	text-align: left;
	padding: 4px;
	padding-right: 30px; 
	background: url('arrows/bg.gif');
	background-position: right center;
	background-repeat: no-repeat;
	margin:0px;
	font-size: 12px;
	}
	
TH.headerSortDown {
	background: url('arrows/desc.gif') !important;
	background-position: right center !important;
	background-repeat: no-repeat !important;
	}
	
TH.headerSortUp {
	background: url('arrows/asc.gif') !important;
	background-position: right center !important;
	background-repeat: no-repeat !important;
	}
	
TD.data, TH.data_totals {
	text-align: right;
	}
th.data_totals {
	font-size: 12px;
	padding: 4px;
	}
	
td.measurements, span.measurements span {
	font-size: 10px;
	font-family: Verdana, Tahoma, sans-serif;
	}
	
input.measurements {
	width: 40px;
	}
	
span.measurements {
	font-size: 18px;
	}
	
	
fieldset.sub legend {
	font-size: 14px;
	font-weight: bold;
	}
	
fieldset.sub {
	border: 0px solid black;
	border-top: 1px solid #666666;
}

input.checkbox {
	width: 20px;
	display: inline;
	}