#survey .choices:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html #survey .choices { height: 1%; }

#survey label {
	float: none;
	font-size: 100%;
}

#survey input {
	margin: 5px 0;
	display: block;
}

#survey form {
	border-top: 1px dotted #003366;
}

#survey ol li {
	margin: 15px 0;
	font-size: 100%;
}

#survey #maincontent ul li {
	margin: 3px 0;
	list-style: none;
}

#survey input.checkbox {
	display: inline;
	vertical-align: middle;
}

#survey textarea {
	margin: 5px 0;
	width: 92%;
	height: 100px;
}

#survey .submit {
	margin-top: 25px;
	padding: 5px 10px;
	border: 1px dotted #003366;
	border-width: 1px 0;
}

textarea.error, ul.error {
	border: 1px solid #F00;
}

span.error, span.required {
	font-weight: bold;
	color: #F00;
}

span.error { display: block; }

div.error {
	padding: 5px 10px;
	font-weight: bold;
	color: #F00;
	background: #fde5e5;
	border-top: 1px solid #F00;
	border-bottom: 2px solid #F00;
}

input.text {
	width: 50%;
}

div#code {
	text-align: center;
}

div#code p {
	font-weight: bold;
	margin: 1em auto;
	padding: 0.5em;
	text-align: center;
	width: 8em;
	font-size: 2em;
	background-color: #FF6;
	border: 1px solid #FC3;
	color: #630;
}

ul.left { float: left; }
ul.right { float: right; }