body {
	font: 11px 'Trebuchet MS', arial, helvetica, sans-serif;
}
td, input, textarea, select  {
	font: 11px 'Trebuchet MS', arial, helvetica, sans-serif;
}
	
textarea {
	width: 350px;
	height: 100px;
}

#container {
	width: 550px;
}

div.questionDiv dl {
}
div.questionDiv dl dt {
	width: 60px; /* plucked out of thin air */
	text-align: right;
	float: left;
	clear: left;
}
div.questionDiv dl dd {
	float: left;
	width: 450px;
	margin-left: 10px;
	padding-left: 2px;
}
div.submit {
	margin-left: 72px;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
}
	
div.surveyPages {
	position: relative;
	display: none;
}
div.surveySection {
	margin-top: 0;
	padding-top: 0;
}
div.questionDiv {
	display: block;
	margin: 1.5em 0;
}

	
div.question {
}
div.answerOptions {
}
	
.required {
	color: #ff0000;
	padding-left: 0.2em;
	padding-right: 0.2em;
	font-weight: bold;
	font-style: italic;
}
span.requiredMessage {
	color: #0000dd;
	display: block;
	margin: 0;
	font-style: italic;
}


h1 {
	font-size: 1.5em;	
}

h2 {
	font-size: 1.2em;
}


#error_messages {
	width: 550px;
	border: 1px solid #D2222A;
	background-color: #FFE2E3;
	margin-bottom: 1em;
}
#error_messages span#title {
	display: block;
	background-color: #D2222A;
	color: #fff;
	font-weight: bold;
	padding: 3px;
}
#error_messages span#errors {
	display: block;
	padding: 4px;
}
#error_messages span#errors ol {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}