body, html {margin: 0; padding: 0;}

.hidden {
	display:none;
}

.noscript{
	font-size:36px;
	font-style:oblique;
	color:#FF0000;
}


.button {
	width:430px;
	min-height:90px;
	padding-left:50px;
	//height: 80px;
	margin: 0 auto 20px;
}

.officials {
	background:url(/img/button/pyk.png) no-repeat;
	width:200px;
	height:80px;
	float:left;
}
body .officials2 {
	background:url(/img/button/stuff.png) no-repeat;
}

img {
	border:1px solid #FFFFFF;
}

.center {
	background:url(/img/background.png) no-repeat;
	width:312px;
	min-height:447px;
	//height: 447px;
	margin: 0 auto;
}

.center .messageboxerr {
	position:absolute;
	margin-top:142px;
	margin-left:-1px;
	width: 310px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:#CC0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

.center .login-form {
	padding: 325px 0 0 13px;
}
.center .login-form form {margin: 0; padding: 0;}
.center .login-form .fio {
	text-align:left;
	font-size:18px;
	color:#FFFFFF;
	padding:0 0 0 22px;
	height:27px;
	position:relative;
}

.center .login-form .fio .text_fio{
	float:left;
}

.center .login-form .fio .il {
	float:left;
	width:195px;
	height:30px;
	padding-left:7px;
	padding-top:3px;
	padding-right:15px;
	background: url('/img/input.png') no-repeat;
}

.center .login-form .fio input {
	width:192px;
	height:20px;
	padding:0;
	margin: 0;
	background: transparent;
	border:0;
	font-weight:bold;
}

.center .login-form .password {
	text-align:left;
	font-size:18px;
	color:#FFFFFF;
	padding-left:5px;
	position:relative;
	height:30px;
}
.center .login-form .password .text_pas{
	float:left;
}
.center .login-form .password .ip {
	float:left;
	width:195px;
	height:30px;
	padding-left:7px;
	padding-top:3px;
	padding-right:15px;
	background: url('/img/input.png') no-repeat;
}

.center .login-form .password input {
	width:192px;
	height:20px;
	padding:0;
	margin: 0;
	background: transparent;
	border:0;
}
.center .login-form .submit {
	padding-left:100px;
	padding-top:26px;
	//padding-top:18px;
}
.center .login-form .submit input {
	border:0;
	background:url('/img/center_enter_button.png') repeat-x;
	height:31px;
}
.center .login-form .submit .left {
	 display: -moz-inline-box;
  	display: inline-block;
	height:31px;
	background:url('/img/left_enter_button.png') no-repeat;
	padding-left:12px;
}
.center .login-form .submit .right {
	 display: -moz-inline-box;
  	display: inline-block;
	height:31px;
	background:url('/img/right_enter_button.png') no-repeat top right;
	padding-right:12px;
	//padding-right:11px;
}
.center .login-form .submit input {
	cursor:pointer;
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
}