@CHARSET "UTF-8";

#survey fieldset {
	margin-bottom: 1em;
	border: solid 1px #b0b0b2;
}

#survey .alert {
	border: solid 1px red;
	padding: 8px;
	font-weight: bold;
}

#survey br.cb {
	clear:both;
	margin-bottom: 1.5em;
}

#survey dl {
	margin-bottom: 1.5em;
}

#survey dl dt {
	clear:left;
	margin-bottom: .2em;
	font-weight: bold;
}

#survey dl dt.text {
	float: left;
	clear: left;
	height: 22px;
	#height: 16px;
	padding-top: .6em;
	padding-right: .4em;
	text-align: right;
}

#survey dl dt em {
	font-weight: normal;
}

#survey dl dd {
	padding-left: 0;
	margin-left: 0;
	clear:left;
}

#survey dl dd.direction {
	margin-bottom: .8em;
}

#survey dl dd.text {
	float: left;
	clear: none;
	height: 20px;
	#height: 28px;
	width: 400px;
}

#survey dl dd.lt_col {
	width: 260px;
	height: 2em;
	float: left;
	clear: left;
}

#survey dl dd.rt_col {
	width: 260px;
	height: 2em;
	float: right;
	clear: right;
}

#survey dl dd.label {
	clear:both;
}

#survey dl.sgroup {
	margin-top: 0;
	margin-left: 2em;
}

#survey .medium_width {
	width: 10em;
}

#survey .clear_none {
	clear:none;
}

#survey dl dd label {
	float: left; 
	clear:left; 
	display: block; 
	height: 16px;
	#height: 14px;
	padding-top:2px;
}

#survey dl.online dd label {
	width: 300px; 
}

#survey dl.web_features dd label {
	width: 140px;
}

#survey dd textarea {
	width: 522px;
	height: 80px;
}

#survey legend {
	color: #404042;
	font-size: 1.2em;
	font-weight: bold;
}



#survey p.sbtn {
	margin-top: 1em;
	text-align: center;
}

/*
 * JS Validation Error for input text
 */ 
#survey dd label.error {
	float: none;
	display: inline;
	clear: none;
	padding-left: 6px;
	color: red;
	font-weight: normal;
}

/*
 * JS Validation Error for radio
 */
#survey dl label.error {
	color: red;
	font-weight: normal;
}
#survey dt label.error {
	display: block;
	color: red;
	font-weight: normal;
}

#survey dl.web_features dd label.error {
	float: right;
	clear:right;
	height: 16px;
	margin-right: 75px;
	
}



