/* CSS Document */

#benchmarking fieldset {
	background-color: #F0F0F0;
	border: 1px solid #BABABA;
	float: none;
	clear: both;
	margin: 10px 0;
	padding: 10px;
}

#benchmarking fieldset fieldset {
	border: 1px solid #BABABA;
}

#benchmarking fieldset fieldset.dark {
	border: 1px solid #BABABA;
	background: #DFDFDF;
}

#benchmarking fieldset td {
	border: none;
}

#benchmarking .calculationResults input {
	width: 50px;
}

#benchmarking span.required {
	color: #FF0000;
}