/* Main */

#content form {
	padding:0;
	margin:0;
}
#content .details {
	clear: both;
	margin: 1em 0 0;
	padding: 0 0 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4D5377;
}
#content .details select, #content .details input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	background-color: #FFFFFF;
	border: 1px solid #737AA4;
}
#content .details input {
	text-align:right;
}
#content .submit {
	clear: both;
	margin: 1em 0 0 0;
	padding: 0;
	text-align: right;

}
#content .submit input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;

}
#content .details td {
	padding:4px;
}
#content .details th {
	padding:4px 4px 4px 40px;
	font-weight: normal;
	text-align: right;
}
#content .details caption {
	font-weight: bold;
	text-align: left;
	color: #4D5377;
	font-size: 100%;
	padding: 0 0 4px;
}

/*Results */
#content #results {
	clear: both;
}
#content #results h3 {
	margin: 0 0 0 20px;
	clear: none;
}
#content #results ul {
	padding:0 0 0 20px;
}
#content #results .resright {
	padding: 4px 8px;
	float: right;
	margin: 0;
	border: 1px solid #737AA4;
}

#content #results #summary, #content #results #admin,#content #results #fee,#content #results #OS{
	clear: both;
	margin: 1em 0 0;
	padding: 0 0 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4D5377;
}

#content #results #Total{
	clear: both;
	margin: 1em 0 0;
	padding: 0;
}
