﻿fieldset{
	border: none;
	padding: 0;
	margin: 0;
}

fieldset .form{
	margin: 0 0 20px;
}

.label{
	font-weight: bold;
}

h2{
	margin: 20px 0 5px;
}


.survey h3{
	margin: 0;
}

.survey table{
	width: 100%;
}

.survey table td{
	padding: 0;
	width: 65px;
	border: none;
	vertical-align: top;
	text-align: center;
	margin: 0;
}

.survey table td input{
	float: none;
	display: block;
	clear: both;
	margin: 0 auto;
}

.survey table td label{
	display: none;
}

.survey_question{
	margin: 0 0 20px;
	padding: 45px 0 30px;
	background: #f9f9f9;
	border-bottom: 1px solid #DDDDDD;
}

/* fields */
.field_1{ background: #f9f9f9 url(report/field_1.gif) no-repeat 0 0; }
.field_2{ background: #f9f9f9 url(report/field_2.gif) no-repeat 0 0; }
.field_3{ background: #f9f9f9 url(report/field_3.gif) no-repeat 0 0; }
.field_4{ background: #f9f9f9 url(report/field_4.gif) no-repeat 0 0; }
.field_5{ background: #f9f9f9 url(report/field_5.gif) no-repeat 0 0; }
.field_6{ background: #f9f9f9 url(report/field_6.gif) no-repeat 0 0; }
.field_7{ background: #f9f9f9 url(report/field_7.gif) no-repeat 0 0; }
.field_8{ background: #f9f9f9 url(report/field_8.gif) no-repeat 0 0; }

