.system-nav-orange {
	text-align: center;
	}
	.nav-title {
		font-size: 14px;
		color: black;
		font-weight: bold;
		margin: 0 0 10px 0;
		}
		
	.nav-pages {
		font-size: 14px;
		color: silver;
		}
	
	.nav-pages a {
		display: inline-block;
		padding: 6px 8px;
		font-weight: bold;
		}

	
	.nav-current-page {
		color: red !important;
		background: #e0e0e0 !important;
		font-weight: bold;
		padding: 4px 6px !important;
		-moz-border-radius: 10px; /* Firefox */
		-webkit-border-radius: 10px; /* Safari and Chrome */
		-khtml-border-radius: 10px; /* Linux browsers */
		border-radius: 10px; /* Opera 10.50, IE and CSS3 */
		}
		
.to_top {
	display: block;
	width: 64px;
	padding-top: 62px;
	background: url(images/to_top.png) no-repeat 0 0;
	font: italic 16px "Trebuchet MS";
	text-decoration: none;
	text-align: center;
	color: #9e9e9e !important;
	position: fixed;
	left: 45px;
	bottom: 170px !important;
	z-index: 2000;
}
.to_top:hover {
	text-decoration: none;
	color: #9e9e9e;
}

/*Форма заявки на услугу*/
.zayavka_na_usl td {
	vertical-align: top;
	padding: 10px 10px 0 21px;
}
.zayavka_na_usl .oblast{
	width: 380px;
	padding: 0 20px 0 0;
}
.zayavka_na_usl td:first-child .oblast{
	width: 230px;
	padding: 0 20px 0 0;
}

.zayavka_na_usl li{
	background:none;
	padding:0;
	margin: 0 0 10px 0;
}
.zayavka_na_usl .title{
	margin: 0 0 10px 0;
	font-weight: bold;
}
.zayavka_na_usl input[type="checkbox"]{
	float: left;
	width: 14px;
	margin: 0 10px 0 0;
}
.zayavka_na_usl input[type="text"]{
	border: none;
	padding: 10px 15px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	behavior: url(../../../../../design/scripts/pie/pie.php);
	position: relative;
	margin-bottom: 13px;
	display: block;
	width: 200px;
	height: 25px;
	color: #000;
	font: 16px "Trebuchet MS";
}
.zayavka_na_usl .valign_bot label{
	float: left;
	width: 110px;
	margin: 0 10px 0 0;
}
.zayavka_na_usl textarea {
	background: #fff;
	overflow: hidden;
	padding: 10px 15px;
	width: 200px;
	height: 100px;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../../../../../design/scripts/pie/pie.php);
	position: relative;
	font: 16px "Trebuchet MS";
	resize: none;
}
.call_error {
	font-weight: bold;
	position: absolute;
	bottom: 21px;
	right: 228px;
	font-size: 19px;
}
.yes {
	padding-top: 138px;
}
.zayavka_na_usl input[type="submit"] {
	display: block;
	float: left;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-khtml-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	behavior: url(../../../../../design/scripts/pie/pie.php);
	position: relative;
	background: #e60013;
	color: #fff;
	font: bold italic 24px "Trebuchet MS";
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
	border: none;
	padding: 14px 0 19px;
	width: 217px;
}

