/* CSS Document */

.surveyimage{


}

.surveyimage img{
	margin:10px 0 10px 0;
	border:1px solid #666;
}

div.question{
	font-weight:bold;
	padding-bottom:20px;
}

div.answer{
	padding-bottom:20px;
}

div.instruction{
	font-style:italic;
}
div.numberedquestion{
    font-size:13px;
	font-weight:bold;
	color:#444;
}
table.survey {
	width:700px;
	background:#fff;
}

table.survey td{
	vertical-align:top;
	padding:6px 4px 36px 4px;
}

table.survey td.number{
	width:12px;
}

table.radio td, tr.selected table.radio td{
	text-align:center;
	font-size:10px;
	padding:0;
	border:none;
	padding:0 8px 0 8px;
}

input.text, textarea{
	font-family:Arial, Helvetica, sans-serif;
	width:300px;
	font-size:11px;

}

textarea{
	width:350px;
	height:120px;
	

}
	
tr.selected td, tr.selected td{
	background:#F4F4F4;
	border-color:#EAEAEA;
	border-bottom:1px solid #fff;
}

div.confirmation{
	margin:20px 20px 200px 20px;
	text-align:center;
}

.radiohorlist {
	margin:0 0 20px 10px;
}



