html{ font-family:Arial, Helvetica, sans-serif;  color:#646464; line-height:1.5em;}
body{text-align:center; padding: 0px; margin:0px;   font-size:87.5%;}

h1, h2, h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	color: #4F4F4F;
	margin-top: 3px;
	margin-bottom: 13px;
}
h1{font-size: 30px;}

h2{font-size: 24px;}

h3{font-size: 20px;}

h4{
	font-size: 24px;
	font-weight: 300;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #FFF;
		margin-top: 3px;
	margin-bottom: 13px;
	text-align: center;
}

#backimg {
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1;
	opacity: 0.6;
}

#main {
	width:980px; 
	margin:50px auto; 
	text-align:left; 
	position:relative;
	z-index: 10;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 12px #888;
	-webkit-box-shadow: 0px 0px 12px #888;
	box-shadow: 0px 0px 12px #888;
	border-top: 14px solid #A12114;
}

header {
	vertical-align: bottom;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 36px;
	height: 97px;
	margin-bottom: 60px;
}
header img {
	position: relative;
	top: 15px;
	margin-right: 30px;

}

header>a {
	color: #A12114 !important;
	text-decoration:none !important;
	display: inline-block;
	width: 100%;
	height: 75px;
	line-height: 75px;
	margin-top: 20px;
	text-align: right;
	background: url('/images/abinsk_logo.png') no-repeat left top;
	background-size: 72px 75px;
}
/*header>a {
	color: #A12114 !important;
	text-decoration:none !important;
	display: inline-block;
	width: 100%;
	height: 72px;
	line-height: 80px;
	margin-top: 20px;
	text-align: right;
	background: url('images/logo.png') no-repeat left top;
}*/
header>a:hover {text-decoration:none !important;}

#content{ padding:0 55px 40px 55px;}




#userline {
	background-color: #5BA9DB;
	padding: 10px;
	color: #fff;
	-moz-box-shadow: 6px 6px #eae9e9;
	-webkit-box-shadow: 6px 6px #eae9e9;
	box-shadow: 6px 6px #eae9e9;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 6, direction = 135, color = '#eae9e9');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 6, Direction = 135, Color = '#eae9e9')";
}

.inputbuttonflat_auth {
	border: none;
	border-radius: 0;
	background-color: #EAE9E9;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 14px;
	padding: 4px 10px;
	width: 130px;
	-moz-box-shadow: 4px 4px #3f87b5;
	-webkit-box-shadow: 4px 4px #3f87b5;
	box-shadow: 4px 4px #3f87b5;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 4, direction = 135, color = '#3f87b5');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 4, Direction = 135, Color = '#3f87b5')";
	cursor: pointer;
	color: #4F4F4F;
	position: relative;
}

.inputbuttonflat_auth:hover {
	-moz-box-shadow: 3px 3px #3f87b5;
	-webkit-box-shadow: 3px 3px #3f87b5;
	box-shadow: 3px 3px #3f87b5;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 3, direction = 135, color = '#3f87b5');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 3, Direction = 135, Color = '#3f87b5')";
	top: 1px;
}

#pagebody {margin-top: 40px;}

.p_info>p {margin: 0 0 7px 0;}

.info_block {margin: 30px 0;}
.info_block ul {padding-left: 0;}
.info_block ul>li {list-style-type: none;}
.info_block ul>li:before {
    color: #2F67A3;
    content: "■";
    padding-right: 10px;
   }

.tableborders {
	border-collapse: collapse;
	border: 1px solid #2F67A3;
	line-height: 18px;
}
.tableborders th{
	background-color: #5BA9DB;
	color: #fff;
	border: 1px solid #3F87B5;
	padding: 5px;
	font-weight: normal;
}

.tableborders td {
	border: 1px solid #3F87B5;
	padding: 5px;
}

.set_statements {
	font-weight: bold;
	text-align: center;
	width: 72px;
}

.set_statements>a {
	color: #B04C44 !important;
}

.inputfield_bb {
	border: 2px solid #2F67A3;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
}

.maininctitle {color: #2F67A3; font-weight: bold;}

.notice {
	background-color: #C34843;
	color: #fff;
	padding: 10px; 
}

#doclist>p {
	padding-left: 40px;
	background: url('/images/file_down.png') 0 0 no-repeat;
	line-height: 40px;
}
#doclist>p>a {
	color: #2F67A3;
}

#StatementsForm {display: inline-block;}
#StatementsForm label {
	display: inline-block;
	width: 230px;
}
#StatementsForm label>span {color: #B04C44;}
#StatementsForm .sbHolder {
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 0;
	width: 400px;
}
#StatementsForm .sbHolder .sbSelector {width: 370px;}
#StatementsForm .sbHolder .sbOptions {width: 400px;}

#StatementsForm>div {margin-bottom: 10px;}

#reasondesc {
	display: none;
	padding-left: 235px;
	width: 400px;
	line-height: 16px;
	margin-top: 5px;
	color: #B04C44;
}

.paybutton {
	display: inline-block;
	padding: 2px 14px;
	background-color: #fff;
	color: #4F4F4F;
	font-family: "Open Sans Condensed",sans-serif;
	font-weight: 700;
	font-size: 14px;
	margin-right: 18px;
	box-shadow: 4px 4px #1D4B7C;
	position: relative;
	margin-bottom: 20px;
	text-decoration: none;
	vertical-align: middle;
	border: 2px solid #67AEE3;
}
.paybutton>img {
	height: 20px;
	width: auto;
	vertical-align: middle;
}

.paybutton:hover {
	-moz-box-shadow: 3px 3px #1D4B7C;
	-webkit-box-shadow: 3px 3px #1D4B7C;
	box-shadow: 3px 3px #1D4B7C;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 3, direction = 135, color = '#1D4B7C');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 3, Direction = 135, Color = '#1D4B7C')";
	top: 1px;
}

#block-system-main table {
  border: 1px solid #dddddd;
  border-collapse: collapse;
  margin: 20px 0;
}
#block-system-main table td, #block-system-main table th {border: 1px solid #dddddd; padding: 4px 2px;}
#block-system-main table>thead td, #block-system-main table>thead th {
  background-color: #049CDB;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
#block-system-main img {
	max-width: 90%;
	height: auto;
}