.uslugi-razdel {
	width: 100%;
}

.uslugi-razdel > li > a {
	background: #f2f2f2;
	font: Bold 14px Tahoma;
	color: #2f2f2f;
	display: block;
	text-align: center;
	padding: 8px;
	margin-bottom: 5px;
	border: 1px solid #e5e5e5;
}
.uslugi-razdel > li > a:hover {
	text-decoration: none;
	background: #e4e2e2;
}
.list-content { padding: 0px; }
.list-content h1 {margin-bottom: 20px;}
.form-control {
	border-radius: 0;
}
.form-group {
	overflow: hidden;
}
.form-group label {
	font-weight: normal;
	font-size: 14px;
}
.form-group textarea {
	height: 110px;
	resize: none;
}
.btn-file {
    overflow: hidden;
	font: Bold 14px Arial;
	border-bottom: 1px dotted #797979;
	color: #797979;
	cursor: pointer;
}
.btn-file input[type=file] {
    background: white none repeat scroll 0 0;
    cursor: inherit;
    display: block;
    font-size: 100px;
    height: 23px;
    opacity: 0;
    outline: medium none;
    position: absolute;
    text-align: right;
    top: 0;
    width: 100%;
}
.file-block {
	position: relative;
}
.btn-moder {
	background: #4a4a4a;
	width: 205px;
	height: 56px;
	display: block;
	border: none;
	cursor: pointer;
	font: Bold 16px Tahoma;
	color: #fff;
}

.btn-moder:hover {opacity:0.9;}

.hiddenframe { width: 0px; height: 0;  border:0px}