/* CSS Document */

.label
{
	font-weight:bold;
	text-align:right;
}

.data
{
}

.error
{
	color: red;
	font-weight:bold;
}

.success
{
	color: #009900;
	font-weight:bold;
}

.textBox
{
}

.checkBox
{
}

.dropDown
{
}

.button
{
}

/* I must admit... this is a sad stylesheet. So let's spruce things up a bit shall we!? ~JM */

#pretest_header {
	margin: 0 auto;
	width: 800px;
}

#pretest_header h3 {
	font: normal 18px helvetica, arial, sans-serif;
}

.options {
	margin: 20px auto;
	padding: 10px 20px;
	background: #fff;
	width: 800px;
	text-align: center;
	border-right: solid 1px #bbb;
	border-bottom: solid 1px #bbb;
	font: normal 14px arial, helvetica, sans-serif;
	line-height: 20px;
}

.options table {
	margin: 0 auto 10px auto;
}

.options p {
	margin-bottom: 10px;
	text-align: left;
}

.options ul, .options ol {
	margin: 20px 0;
	padding: 0 50px;
	text-align: left; 
}

.options h1 {
	margin: 0;
	padding: 0;
	font: normal 32px georgia, times, serif;
	color: #d04a33;
	letter-spacing: -1px;
	text-align: center;
}

.options h2 {
	font: normal 24px georgia, times, serif;
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
}

.important p {
	text-align: center;
}

.red {
	color: #aa0000;
}

table input {
	margin: 3px 0;
}
