@charset "utf-8";

html, body {
    padding:0;
    margin:0;
    height:100%;
}
body {
    background-color:#EBEBEB;
    background-image:url("/images/fon2.png");
    background-repeat:repeat-x;
    background-position:top left;
}
body * {    
    font-family:Verdana, Helvetica, sans-serif;
    margin:0;
    padding:0;
    color:#5C5C5C;
    font-size:10pt;
}
a {
    outline:none;
}
.height_100 {
    min-height:100%;
    height=100%;
    text-align:center;
}
.content_950 {    
    width:950px;
    margin:0 auto;
    text-align:center;
    height:auto;
    position:relative;
    z-index:3;   
}
.header {
    position:relative;
    height:110px;
}
.logo {
    position:absolute;
    background-repeat:no-repeat;
    height:84px;
    width:164px;
    top:15px;
    left:0;
}
.sign {
    position:absolute;
    top:80px;
    right:0;
}
.sign a {
    color:#F05822;
    text-decoration:underline;
    padding-left:20px;
}
.footer {
    height:30px;
    position:absolute;
    margin-top:-30px;
    text-align:center;
    width:100%;
    z-index:10;
}
.footer a img {
    display:block;
    width:951px;
    height:30px;
    margin:0 auto;
    text-align:center;
}
a img {
    border:none;
}
img {
    border:none; 
    behavior: url("/style/iepngfix.htc"); 
}
#wikaFooter {
    width: 950px;
    margin:0 auto;
    text-align: center;
    margin-bottom: 30px;
}
#loginForm {
    position:absolute;
    right:0;
    top:30px;
    height:22px;
    padding:0;
    margin:0;
}
#otpAuthSendForm input, #otpAuthConfirmForm input{
    background:none;
    border:none;
    background-image:url(/images/input.png);
    background-repeat:no-repeat;
    width:128px;
    height:22px;
    padding:0;
    margin:0;
    padding-top:2px;
    padding-left: 10px;
}
#otpAuthSendForm input.otpButton, #otpAuthConfirmForm input.otpButton {
    padding-left: 0;
}
.float_left {
    float:left;
    display:block;
    height:22px;
    margin-right:5px;
}
#otpAuthSendForm .otpAuthPreload input, #otpAuthConfirmForm .otpAuthPreload input {
    background:none;
    border:none;
    background-image: url(/images/button_sign.png);
    color:#FFFFFF;
    font-size:10pt;
    width:72px;
    height:22px;
    background-repeat:no-repeat;
    margin:0;
    padding-bottom:2px;
}
#otpAuthPreload input {
    background:none;
    border:none;
    background-image: url(/images/button_sign.png);
    color:#FFFFFF;
    font-size:10pt;
    width:72px;
    height:20px;
    background-repeat:no-repeat;
    padding-bottom:2px;
}

.lang_ru {
    position:absolute;
    right:40px;
    top:40px;
}
.lang_en {
    position:absolute;
    top:40px;
    right:0px;      
}                    
.lang_ru a, .lang_en a {
    color:#666666;
    font-size:10pt;
    font-weight:bold;
}
.lang_act a {
    color:#FFFFFF;
}