body
{
	font-family: arial, helvetica, verdana, "bitstream vera sans", sans-serif;
	font-size: 80%;
	line-height: 150%;
	background-color: #FFF;
	color: #000;
	margin: 0;
	padding: 0;
}

table
{
	font-size: 1em;
}

table.data tr th,
table.data tr td
{
	padding: 2px 6px;
}

tr.o,
tr.strong-o
{
	background-color: rgb(250,250,250);
}

tr.e,
tr.strong-e
{
	background-color: rgb(235,235,235);
}

tr.strong-o,
tr.strong-e
{
	font-weight: bolder;
}

td.status
{
	border-style: none;
}

table.data tr th
{
	padding-top: 6px;
	text-align: left;
	font-weight: normal;
}

fieldset
{
	margin: 2em 0;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
}

fieldset legend
{
	font-weight: bold;
}

fieldset legend .options
{
	font-weight: normal;
}

label.active
{
	cursor: pointer;
}

input.small
{
	font-weight: normal;
	font-family: verdana, helvetica, arial, "bitstream vera sans", san-serif;
	font-size: smaller;
}

h2
{
	font-size: 140%;
}

h3
{
	font-size: 140%;
	font-weight: normal;
}

#pageheader
{
	margin: 20px;
}

/*
 * Using the SBMH: http://css-discuss.incutio.com/?page=BoxModelHack
 */
#content
{
	margin: 0 0 0 16px;
	width: 734px;
}

#content
{
	\width: 750px; 
	w\idth: 734px;
}

.knockback
{
	color: #CCC;
}

.error
{
	color: red;
}

.feedback
{
	border-width: 1px 0px;
	border-style: solid;
	margin: 10px 0;
	padding: 10px 20px;
	font-size: 110%;
}

/*
 * Take heed. Small intructions.
 */
.heed
{
	font-family: verdana, helvetica, arial, "bitstream vera sans", san-serif;
	font-size: smaller;
}

.good
{
	color: green;
	font-size: smaller;
}

div.bad
{
	padding: 0 0 2px 0;
	margin: 0;
	line-height: 100%;
}

.bad
{
	color: red;
	font-size: smaller;
}

.required
{
	color: red;
	font-weight: bolder;
}

form
{
	margin: 0;
	padding: 0;
}
.question-type-1 { background-color: #FCF305; }
.question-type-2 { background-color: #396; }
.question-type-3 { background-color: #C0C0C0; }
.question-type-4 { background-color: #36F; }
.question-type-5 { background-color: #F90; }
.question-type-6 { background-color: #DD0806; }

.question-type-0,
.question-type-1,
.question-type-2,
.question-type-3,
.question-type-4,
.question-type-5,
.question-type-6
{
	padding: 0;
	margin: 0;
}

pre.email
{
	background-color: #EEE;
	color: #000;
	padding: 10px;
	border-color: #EEE;
	border-width: 2px;
	border-style: outset;
}

.indent
{
	margin-left: 2em;
}