.newCheckBox,.newRadio{
	display: none;
}
.newCheckBoxLabel{
	height: 28px; 
	margin: 5px;
	padding-left: 30px;
	padding-top: 3px;
	background: url(/images/design/inputs/un_check.png) no-repeat;
	background-position:0px -2px;
}
.LabelSelected{
	color:#f0f27d;
	background: url(/images/design/inputs/check.png) no-repeat;
	background-position:0px -2px;
}
.disabledBlock .newCheckBoxLabel{
	background: url(/images/design/inputs/un_check_disabled.png) no-repeat !important;
}
.disabledBlock .LabelSelected{
	background: url(/images/design/inputs/check_disabled.png) no-repeat !important;
	background-position: 0px -4px !important;
}
.newRadioLabel{
	float: left;
	display: block; 
	padding-left: 30px;
	padding-top: 3px;
	color:#858658;
	font-size:12px;
	font-style:italic;
	margin: 5px;
	height: 28px; 
	background: url(/images/design/inputs/radio_uncheck.png) no-repeat;
}
.RadioSelected{
	color:#f0f27d;
	background: url(/images/design/inputs/radio_check.png) no-repeat;
}
.radio12.newRadioLabel{
	height: 15px; 
	padding-left: 20px;
	padding-top: 0px;
	background: url(/images/design/inputs/radio_uncheck_12.png) no-repeat !important;
}
.radio12.RadioSelected{
	background: url(/images/design/inputs/radio_check_12.png) no-repeat !important;
}
.newInput{
	height:24px;
	display:inline-block;
	padding:0px !important;
	margin:0px !important;
/*	margin-left:3px !important; */
	margin-right:25px !important;
	background:url(/images/design/inputs/left.png) no-repeat left top;
}
input.newInput{
	width:150px;
}
.newInput div{
	width:100%;
	height:24px;
	margin:0px !important;
	padding:0px !important;
	padding-left:11px !important;
	padding-right:11px !important;
	background:url(/images/design/inputs/right.png) no-repeat right top;
}
.newInput div div{
	width:100%;
	height:24px;
	margin:0px !important;
	padding:0px !important;
	background:url(/images/design/inputs/back.png) repeat-x top;
}
.newInput div div input{
	width:100%;
	height:22px;
	border:none;
	color:#828253;
	font-size:12px;
	font-style:italic;
	font-family:Arial;
	background-color:transparent;	
}
#label_phones_fax_1{
	margin-left:2px;
}
.rasesBlock .newCheckBoxLabel, .sexesBlock .newCheckBoxLabel{
	display:block;
	height:20px;
	margin:0px;
}


