@charset "utf-8";

#MIDDLE_survey {
	height: 750px;
}

span.Numb {
	font-size: 20px;
	padding-right: 5px;
}

.survey .txt {
	margin: 0;
}

.jquery-checkbox {
	display: inline;
	font-size: 15px;
	line-height: 12px;
	cursor: pointer;
	cursor: hand;
}

.jquery-checkbox .mark {
	display: inline;
}

ul.Checks .jquery-checkbox img {
	vertical-align: middle;
	width: 20px;
	height: 11px;
}

ul.Checks .jquery-checkbox img {
	background: transparent url('/img/checkBoxOff.gif') no-repeat;
}

ul.Checks .jquery-checkbox-checked img {
	background: transparent url('/img/checkBoxOn.gif') no-repeat;
}

ul.Checks li,ul.radios li {
	margin-bottom: 5px;
}

ul.radios .jquery-checkbox img {
	background: transparent url('/img/radioOff.gif') no-repeat;
	vertical-align: middle;
	width: 20px;
	height: 11px;
}


ul.radios .jquery-checkbox-checked img {
	background: transparent url('/img/radioOn.gif') no-repeat;
}

.survey .txt.reqt {
	width: 279px;
	background: transparent url(/img/input_req.gif) no-repeat scroll 0 0;
	padding-left: 14px;
}

.survey .txt.zip1 {
	width: 60px;
	padding-left: 14px;
	background: transparent url(/img/input_kod1.gif) no-repeat scroll 0 0;
}

.survey .txt.city {
	width: 167px;
	padding-left: 14px;
	background: transparent url(/img/input_city.gif) no-repeat scroll 0 0;
}

.survey p {display:block;overflow:hidden;}
.survey p span.Label{display:inline-block;float:left;text-align:left;width:90px;}
.survey p input{float:left;}

