td {
	color: #666666;
	font-family: Verdana,Helvetica;
}

.errorlist li {
	font-weight: bold;
	color: #FF0000;
}

#aae {
	/*border: 1px solid black;*/
	margin: 10px auto 10px auto;
	/*width: 500px;*/
	padding: 10px;
	font-size: 12px;
	color: #666666;
}

#aae a {
	color:#056D3A;
	font-weight:bold;
	text-decoration:none;
}

#aae p {
	color: #666666;
}

#aae .hr {
	width: 100%;
	height: 2px;
	background-color: #444444;
	clear: both;
	margin: 0px auto 10px auto;
}

#aae .inputBlock {
	/*float: left;*/
	padding-bottom: 15px;
}

#aae textarea {
	width: 100%;
	height: 250px;
	float: left;
	clear: left;
}

#aae label {
	font-weight: bold;
	float: left;
	clear: left;
}

#aae input {
	float: left;
	clear: left;
}

#aae .textinput-wide {
	width: 250px;
}

#aae select {
	margin-top: 5px;
	float: left;
	clear: left;
}

#aae ul {
	padding: 0;
	margin: 0;
}

#aae ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#aae ul li label {
	font-weight: normal;
}

#aae #terms {
	text-align: center;
	margin: 0px auto 15px auto;
}

#aae #terms input, #aae #terms label {
	float: none;
	clear: none;
}

#aae .errorbox {
	border: 2px solid #FF0000;
	font-weight: bold;
	padding: 5px;
	margin: 5px auto 15px auto;
	color: #FF0000;
	display: block;
}

.clear {
	clear: both;
}

.survey_table {
	border-collapse: collapse;
}

.survey_table th {
	width: 100px;
	background: #ffe;
	border-top: 1px solid #ccc;
}

.survey_table td.question {
	text-align: left;
}

.survey_table th.question {
	width: 370px;
}

.survey_table td, .survey_table th {
	text-align: center;
	padding: 8px;
	border-bottom: 1px solid #ccc;
}

.survey-table td.question {
	text-align: right;
}

.survey_table input {
	text-align: center;
	float: none !important;
}

.survey_table .sdark {
	background: #eee;
}

.survey_table .slight {
	background: #fafafa;
}
.survey {
	margin: 0 auto;
	text-align: center;
	width: 960px;
}


.survey .section {
	text-align: left;
	margin-bottom: 24px;
}

.survey .section textarea {
	width: 960px !important;
	height: 120px !important;
	float: none !important;
}

.survey_table .fixme td {
	background: #fee;
}

.survey_table .fixme td.sdark {
	background: #fcc;
}

.survey_table .fixme td.slight {
	background: #fdd;
}

.survey_errors {
	color: #f00;
	font-weight: bold;
}


