@charset "utf-8";
/* CSS Document */

html{
}

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

body {
 font-size: 12px;
 font-family: Arial, sans-serif;
 line-height: 1.33em;
 color: #212631;
 background:#ebf0fa;
 overflow:hidden;
}

img {
 border: none;
}

a {
 color: #0e83e6;
 text-decoration:none;
}

a:hover {
 text-decoration: underline;
 color: #0e83e6;
}

input{outline:none;}

h1, h2, h3, h4, h5, h6 {
 font-size: 100%;
 font-family: Trebuchet MS, sans-serif;
 line-height: 1.2em;
 margin: 0;
 padding: 0;
}

h1, h2, h3 {
 font-weight: normal;
 margin-bottom: 0.5em;
}

h1 {
 font-size: 24pt;
 color: #212631;
 margin: 0;
 padding: 0;
}

p {
 text-align: left;
 font-size: 100%;
}
#doc_wrap{
position:relative;
height:100%;
min-height:100%;
width:100%;
}
#wrap{
position:absolute;
top:50%;
width:100%;
margin-top: -160px;
}
.page_wrap{
width:333px;
margin:0 auto;
border:1px solid #d8dfef;
border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
overflow:hidden;
background:#FFF;
text-align:left;
}
#wellcome{
width: 279px;
margin: 0 auto;
padding: 20px 0;
overflow:hidden;
}
#wellcome h1{
font-size: 15px;
color: #212631;
margin: 0;
padding: 0;
font-weight: bold;
}
#wellcome p{
text-align: left;
font-size: 13px;
line-height: 20px;
margin: 14px 0 0 0;
}
#ya_pass{
width: 209px;
margin: 0 auto;
padding: 23px 35px;
overflow: hidden;
background: #ffcc00 url('/.s/img/narod/ya_logo.png') no-repeat;
background-position: 35px 50%;
margin-bottom: 20px;
text-align: right;
}
#ya_pass a{
background-image: linear-gradient(bottom, rgb(214,214,214) 0%, rgb(255,255,255) 100%);
background-image: -o-linear-gradient(bottom, rgb(214,214,214) 0%, rgb(255,255,255) 100%);
background-image: -moz-linear-gradient(bottom, rgb(214,214,214) 0%, rgb(255,255,255) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(214,214,214) 0%, rgb(255,255,255) 100%);
background-image: -ms-linear-gradient(bottom, rgb(214,214,214) 0%, rgb(255,255,255) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(214,214,214)),
	color-stop(1, rgb(255,255,255))
);
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
padding:7px 16px;
color:#000000;
text-decoration: none;
font-weight:bold;
font-size:12px;
border:1px solid #d9c573;
-moz-box-shadow:inset 0px -1px 1px #cdcdcd;
-webkit-box-shadow:inset 0px -1px 1px #cdcdcd;
box-shadow:inset 0px -1px 1px #cdcdcd;
}
#ya_pass a:hover{
text-decoration:none;
background-image: linear-gradient(bottom, rgb(214,214,214) 30%, rgb(255,255,255) 100%);
background-image: -o-linear-gradient(bottom, rgb(214,214,214) 30%, rgb(255,255,255) 100%);
background-image: -moz-linear-gradient(bottom, rgb(214,214,214) 30%, rgb(255,255,255) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(214,214,214) 30%, rgb(255,255,255) 100%);
background-image: -ms-linear-gradient(bottom, rgb(214,214,214) 30%, rgb(255,255,255) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.3, rgb(214,214,214)),
	color-stop(1, rgb(255,255,255))
);
-moz-box-shadow:inset 0px -1px 1px #ececec;
-webkit-box-shadow:inset 0px -1px 1px #ececec;
box-shadow:inset 0px -1px 1px #ececec;
}
.well_submit{text-align:center;}
.well_submit input[type="submit"]{
background-image: linear-gradient(bottom, rgb(49,114,179) 0%, rgb(89,155,205) 100%);
background-image: -o-linear-gradient(bottom, rgb(49,114,179) 0%, rgb(89,155,205) 100%);
background-image: -moz-linear-gradient(bottom, rgb(49,114,179) 0%, rgb(89,155,205) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(49,114,179) 0%, rgb(89,155,205) 100%);
background-image: -ms-linear-gradient(bottom, rgb(49,114,179) 0%, rgb(89,155,205) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(49,114,179)),
	color-stop(1, rgb(89,155,205))
);
border:1px solid #2a65a0;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
color: #FFF;
text-shadow: 0px -1px 1px rgba(0,0,0, 0.5);
padding: 8px 55px;
display: inline-block;
font-weight: bold;
font-size: 13px;
}
.well_submit input[type="submit"]:hover{
text-decoration:none;
background-image: linear-gradient(bottom, rgb(49,114,179) 30%, rgb(89,155,205) 100%);
background-image: -o-linear-gradient(bottom, rgb(49,114,179) 30%, rgb(89,155,205) 100%);
background-image: -moz-linear-gradient(bottom, rgb(49,114,179) 30%, rgb(89,155,205) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(49,114,179) 30%, rgb(89,155,205) 100%);
background-image: -ms-linear-gradient(bottom, rgb(49,114,179) 30%, rgb(89,155,205) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.3, rgb(49,114,179)),
	color-stop(1, rgb(89,155,205))
);
-moz-box-shadow:inset 0px -1px 1px rgb(89,155,205);
-webkit-box-shadow:inset 0px -1px 1px rgb(89,155,205);
box-shadow:inset 0px -1px 1px rgb(89,155,205);
}
.well_submit input[type="submit"]:active{
-moz-box-shadow:inset 0px 1px 3px rgba(0, 0, 0, 0.8);
-webkit-box-shadow:inset 0px 1px 3px rgba(0, 0, 0, 0.8);
box-shadow:inset 0px 1px 3px rgba(0, 0, 0, 0.8);
}
.succes{
display: inline-block;
background: #8fc466;
padding: 20px 30px;
color: #FFF;
font-weight: bold;
font-size: 15px;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
margin-bottom: 30px;
}
#ya_pass a:active{
-moz-box-shadow:inset 0px 1px 3px rgba(0, 0, 0, 0.8);
-webkit-box-shadow:inset 0px 1px 3px rgba(0, 0, 0, 0.8);
box-shadow:inset 0px 1px 3px rgba(0, 0, 0, 0.8);
}
.well_backup{text-align:center;}
.well_back{
display: inline-block;
background-image: linear-gradient(bottom, rgb(239,239,239) 0%, rgb(255,255,255) 100%);
background-image: -o-linear-gradient(bottom, rgb(239,239,239) 0%, rgb(255,255,255) 100%);
background-image: -moz-linear-gradient(bottom, rgb(239,239,239) 0%, rgb(255,255,255) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(239,239,239) 0%, rgb(255,255,255) 100%);
background-image: -ms-linear-gradient(bottom, rgb(239,239,239) 0%, rgb(255,255,255) 100%);
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(239,239,239)),
	color-stop(1, rgb(255,255,255))
);
color:#5f5f5f;
text-decoration:none;
padding: 8px 24px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #d3d3d3;
}
.well_back:hover{
color:#5f5f5f;
text-decoration:none;
background-image: linear-gradient(bottom, rgb(239,239,239) 30%, rgb(255,255,255) 100%);
background-image: -o-linear-gradient(bottom, rgb(239,239,239) 30%, rgb(255,255,255) 100%);
background-image: -moz-linear-gradient(bottom, rgb(239,239,239) 30%, rgb(255,255,255) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(239,239,239) 30%, rgb(255,255,255) 100%);
background-image: -ms-linear-gradient(bottom, rgb(239,239,239) 30%, rgb(255,255,255) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.3, rgb(239,239,239)),
	color-stop(1, rgb(255,255,255))
);
-moz-box-shadow:inset 0px -1px 1px #ececec;
-webkit-box-shadow:inset 0px -1px 1px #ececec;
box-shadow:inset 0px -1px 1px #ececec;
}
.well_back:active{
-moz-box-shadow:inset 0px 1px 3px rgba(0, 0, 0, 0.8);
-webkit-box-shadow:inset 0px 1px 3px rgba(0, 0, 0, 0.8);
box-shadow:inset 0px 1px 3px rgba(0, 0, 0, 0.8);
}
.well_down{
background: url('/.s/img/narod/download.png') no-repeat;
background-position: 0px 50%;
font-size: 14px;
font-weight: bold;
padding-left: 22px;
height: 18px;
line-height: 18px;
}
.well_downl{font-size: 13px;}
#wellcome_link{
background:#f7f9fc;
border-top:1px solid #d8dfef;
padding: 13px 27px;
}
.upzc{margin: 12px 0 !important;}
.upzl{margin: 12px 0 0 0 !important;}
#wellcome_link a{font-size:13px;color: #0000FF;text-decoration: none;}
.well_p{margin:0 !important;}
.chbl{margin: 12px 0;}
#wellcome label{
height: 17px;
line-height: 17px;
font-size: 13px;
display: inline-block;
color: #0e83e6;
cursor: pointer;
}
input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}
input[type="checkbox"] + label {
    background: url('/.s/img/narod/checkbox.png') 0 0 no-repeat;
    padding-left: 25px;
}
input[type="checkbox"]:checked + label {
    background-position: 0 -17px;
}
#u_input{
display:none;
margin-bottom: 12px;
}
.form_ut{
font-size:12px;
}
#u_input .uinput{
width: 100%;
border: 1px solid #d3d3d3;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 3px 5px;
}
#footer {
clear: both;
#position: absolute;
#bottom: 25px;
#width: 100%;
text-align: center;
color:#919191;
font-size:12px;
margin-top:20px;
}
#footer a{
font-weight:bold;
}