.survey h2 {
	margin: 0px 0px 40px 0px;
}
.survey a { color: #4a4a4a; }

.survey #content { padding-bottom: 67px; }

#alert {
	display: none;
	position: absolute;
	padding: 15px 25px 25px 140px;
	width: 220px;
	background: #FFFFFF url(/i/warn.gif) 15px 15px no-repeat;
	border: 10px solid #b7ed52;
	z-index: 10000;
	text-align: left;
}
*html #alert { margin-left: -200px; }
#alert input { cursor:pointer; background: #b7ed52; border: 1px solid #4a4a4a; color: #4a4a4a; }

#nav_survey {
	position: absolute;
	top: -10px;
	right: 0px;
	list-style: none;
}
#nav_survey li {
	float: left;
}
#nav_survey li a,
#nav_survey li a.dim:hover {
	display: block;
	font-size: 14px;
	color: #4a4a4a;
	text-transform: uppercase;
	padding: 10px 26px 22px 26px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #ade347 url(/i/survey_nav.png) bottom center no-repeat;
}
*html #nav_survey li a { background-image: url(/i/survey_nav.gif); height: 1px; width: 132px; padding-left: 0px; padding-right: 0px; }
#nav_survey li a:hover { background-color: #85C4F5; }
#nav_survey li a.dim {	cursor: default; }


#s1, #s2, #s3, #s4, #s5, #s6 {
	display: none;
}
#s1 { display: block; }


.hint,
.helpA {
	z-index: 1000;
	position: absolute;
	display: none;
	top: 25px;
	right: 396px;
	width: 140px;
	padding: 11px;
	border: 1px solid #a5aa75;
	color: #61690e;
	font-size: 12px;
	background: #fbfcf1;
}
*html .hint { top: 42px; }
.hint span,
.helpA span {
	z-index: 1001;
	display: block;
	position: absolute;
	top: -1px;
	right: -17px;
	width: 17px;
	height: 14px;
	background: url(/i/field_hint_tri.png) no-repeat;
}
.selected .hint { display: block; }

*html .helpA { top: 50px; }
*html .helpA span { display: none; }

.helpA {
	z-index: 1000;
	width: 385px;
	min-height: 185px;
	padding: 20px;
	top: -6px;
}
*html .helpA { height: 185px; }
.helpA span { top: 30px; }
.helpA ol { list-style: none; }


.form ul {
	list-style: none;
}
.form li {
	position: relative;
	margin: 0px;
	padding: 21px 0px 21px 0px;
}

.form li:hover { background-color: #f2f9e4; }
.form li.selected { background-color: #ade347; }

.form li label {
	position: absolute;
	left: 45px;
	top: 30px;
	font-size: 15px;
}
.form li label em {
	display: block;
	font-size: 9px;
	font-style: italic;
}
.form li .field {
	display: block;
	padding-left: 545px;
}
.form li .field input,
.form li .field select,
.form li .field textarea {
	background: #FFFFFF;
	width: 275px;
	height: 25px;
	border: 2px solid #6a9d06;
	font-size: 15px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.form li .field textarea { height: 80px; }
.form li .field input { height: 15px; padding: 5px; }
/*.form li.requiredEmpty .field input,
.form li.requiredEmpty .field select,
.form li.requiredEmpty .field textarea {
	background: #f19090;
	color: #FFFFFF;
	border-color:#000000;
}
*/
.form li.requiredEmpty { background-color: #F19090; }

.form li.autoWidth .field input {
	width: auto;
	height: auto;
	margin-right: 6px;
	padding: 0px;
	border: 0px;
}
.form li.autoWidth .field span {
	padding: 0px 100px 10px 0px;
}
.form li.checklist .field span {
	display: block;
}
.form li.checklist .field span a {
	text-decoration: none;
}
.form li.checklist .field span a:hover {
	text-decoration: underline;
}

.form li.right label {
	left: 440px;
}
.form li.right .field {
	padding-left: 755px;
	font-size: 16px;
}
.form li.right .field input {
	width: 130px;
}
.form li.right .hint {
	top: 27px;
	right: 185px;
}


.form li.big_q {
	padding: 10px 0px 60px 60px;
	text-align: center;
}
.form li.big_q:hover { background: none; }
.form li.big_q label {
	position: static;
}
.form li.big_q input {
	background: #4A4A4A;
	color: #FFFFFF;
	border: 0px;
	padding: 8px;
	cursor: pointer;
}

.form li.top_q {
	padding-bottom: 64px;
	background: #ade347 url(/i/top_q.gif) center bottom repeat-x;
}

.form li.sim { text-align: center; border: 2px dashed #CCCCCC; }
.form li.sim:hover { background: none; }

#f_l, #f_r {
	position: absolute;
	width: 258px;
	height: 67px;	
	font-size: 24px;
	line-height: 45px;
	text-decoration: none;
	text-transform: uppercase;
	background: no-repeat;
	text-align: center;
}
#f_l:hover span,
#f_r:hover span { text-decoration: underline; }
#f_l span, #f_r span {
	font-size: 12px;
	line-height: normal;
	text-decoration: none;
	text-transform: none;
}
#f_l {
	display: none;
	left: 85px;
	padding-right: 23px;
	background-position: right center;
	background-image: url(/i/arrow_left.gif);
}
#f_r {
	display: block;
	padding-left: 23px;
	right: 85px;
	background-position: left center;
	background-image: url(/i/arrow_right.gif);
}


/* --- */

.form li.fullWidth:hover { background: none; }
.form li.fullWidth label {
	position: relative;
	top: auto; left: auto;
}
.form li.fullWidth .field {
	padding-left: 0px;
}
.form li.fullWidth .field span {	
	float: left;
	width: 32%;
}
.form li.fullWidth .field textarea {
	width: 385px;
	height: 71px;
}

.top_msg {
	text-align: center;
	padding-bottom: 30px;
}

div.noscript  { 
	text-align: center;
	font-weight: bold;
	color: #FF0000;
}
