 body.survey #surveyForm {
	width: 95% !important;
}

body.survey table.form label {
	width: 200px !important;
	text-align: left;
}

body.survey table.form input, table.form select {
	width: 200px !important;
}

body.survey table.survey td label {
	padding: 10px 0px;
}

body.survey table.survey td {
	width: 100% !important;
}

body.survey table.survey label {
	width: 100% !important;
}

body.survey table.survey select {
	width: 120px !important;
	margin-top: 10px;
}

body.survey table.form input.submit, body.survey table.form select.norm,   body.survey table.form input.norm {
	width: auto !important;
}

body.survey  fieldset {
	border: 1px solid #999;
	margin-bottom: 20px;
	padding: 10px;
}

body.survey legend {
	font-weight: bold;
	color: #999;
}

body.survey textarea#comments{
	height:60px;
	width:300px;
}

body.survey #surveyInfo {
	display: block;
	height: 14em;
}

body.survey  #surveyInfo div {
	width: 48%;
	float: left;
	margin: 0;
	height: 0px;
}

body.survey #surveyInfo div#how {
	float: right;
}

.highlight {
	color: #c00;
}

body.survey  #surveyInfo div#prize h3 {
	margin: 0px;
}

body.survey  #surveyInfo div#prize {
	height: 120px;
	width: 240px;
	background: url(../img/prize_box.gif) top left no-repeat;
	padding: 10px 10px;
}


ol.csi_report_form li {
	border-bottom:1px dotted #ddd;
	padding-bottom:14px;
	margin-bottom:14px;
	float:left;
	clear:both;
	width:95%;
 }

ol.csi_report_form li label {
	padding:0;
	margin:0;
 	width:100% !important;
 	float:left !important;
}

ol.csi_report_form li span {
	display:block;
	width:49%;
	float:left;
}


ol.csi_report_form li p {
	margin:0 0 3px 0;
}