html * {
	border:0;
	padding:0;
	margin:0;
}
body {
	font-size:11px;
	font-family:Arial, Helvetica;
}
.inputText {
	width:292px;
	height:20px;
	border:2px solid #dcddde;
}
.ic01 {
	width:110px;
	height:20px;
	border:2px solid #dcddde;
	margin-right:5px;
}
.ic02 {
	width:68px;
	height:20px;
	border:2px solid #dcddde;
	margin-right:5px;
}
.ic03 {
	width:90px;
	height:20px;
	border:2px solid #dcddde;
}
.fieldTitle{
	width:100px;
	float:left;
	line-height:28px;
	height:28px;
}
.field{
	width:310px;
	height:28px;
	float:left;
	vertical-align:center;
}
.clear{
	clear:both;
}
.questionWrapper{
	height:78px;
	width:507px;
	float:left;
}

.questionImg{
	width:110px;
	float:left;
	padding-top:15px;
	height:62px;
	/*total height-padding-top must be 77px*/
}

.uploadFile{
	border:1px solid #dcddde;
}

#questions input{
	*width:16px;
	*height:16px;
	_width:16px;
	_height:16px;
}

#questions li {
	padding-bottom:5px;
	*line-height:1.2em;
	_line-height:1.2em;
}

#questions #q1{
	background-color:#73ccf0;
}

#questions #q2{
	background-color:#fbaf17;
}

#questions #q3{
	background-color:#c1d630;
}

#questions #q4{
	background-color:#74ccf0;
}

#questions #q5{
	background-color:#f58024;
}

.variant01 {
	border:2px solid #7cab41;
}

.variant01 .photo {
	border-bottom:2px solid #7cab41;
	width:117px;
	height:146px;
}

.variant02 {
	border:2px solid #e67153;
}

.variant02 .photo {
	border-bottom:2px solid #e67153;
	width:117px;
	height:146px;
}

.variant03 {
	border:2px solid #225f9e;
}

.variant03 .photo {
	border-bottom:2px solid #225f9e;
	width:117px;
	height:146px;
}

.naviButton {
	background-color:#fbb017;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	padding:3px;
}

.naviButton a {
	text-decoration:none;
	text-transform:uppercase;
	color:#FFF;
}

.naviSelect {
	background-color:#fbb017;
	font-size:12px;
	font-weight:bold;
	border:1px solid #fbb017;
	width:50px;
	color:#FFF;
}

.uploadButton {
	background-color:#fbb017;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	border:1px solid #fbb017;
	padding:1px;
}