/* Меню за вход/изход и лична информация */    
#header-right
{
    position: absolute; top:67px; right:15px;
    background: url(img/inp-bg.gif) top right no-repeat;
    float:left;
    width:220px;
    height:85px;
    border: 0px;
    padding: 0;

} 

.lock
{
    position: absolute; left: 0; top: -5px;
}
.pers-info-txt-1
{
    position: absolute; right: 163px; top: 18px;
/*    text-shadow: 0 -1px 1px #222; */
    font-weight: bold;
    font-size: 0.8em;
    color: #003e85;
}
.inpuser input 
{
    position: absolute; right: 12px; top: 15px;
    background-color: #e7eff7;
    width: 138px;
    height: 14px;
    border: 2px 1px 1px 2px solid;
    border-color: #ccc #ccc #ccc #ccc;
    padding: 1px 2px 1px 2px;
}
.pers-info-txt-2
{
    position: absolute; right: 163px; top: 42px;
    font-weight: bold;
    font-size: 0.8em;
    color: #003e85;
}
.inppass input 
{
    position: absolute; right: 60px; top: 39px;
    background-color: #e7eff7;
    width: 90px;
    height: 12px;
    border: 2px 1px 1px 2px solid;
    border-color: #ccc #ccc #ccc #ccc;
    padding: 2px;
}

.loginform input:focus, .sffocus, .sffocus {
    background-color: #ffc;
}
.inp_buton
{
    position: absolute; right: 12px; top: 39px;
}
#txt_acc
{
    position: absolute; left: 20px; top: 65px;
}
#txt_acc a
{
    font-family: Arial; 
    font-size: 0.89em;
    text-decoration: none;
    color: #003e85;
    font-weight: bold;
}
#txt_acc a span
{
    margin-left: 10px;
}
#inpname 
{
    position: absolute; right: 12px; top: 15px;
    background-color: #e7eff7;
    width: 138px;
    height: 12px;
    border-top:2px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-left:2px solid #ccc;
    padding: 2px; 
    line-height: 10px;
}
#inpgroup
{
    position: absolute; right: 60px; top: 39px;
    background-color: #e7eff7;
    width: 90px;
    height: 12px;
    border-top:2px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-left:2px solid #ccc;
    padding: 2px;
    line-height: 10px;
}
/* /Меню за вход/изход и лична информация */