
.loginPanelHide{
    position: absolute;
    width: 246px;
    height: 108px;
    background-image: url(../images/new/loginPanel.png);
    background-repeat: no-repeat;
    font-family: Arial;
    display: none;
    z-index: 10000;

}


.loginPanelShow{
    position: absolute;
    width: 246px;
    height: 108px;
    background-image: url(../images/new/loginPanel.png);
    background-repeat: no-repeat;
    font-family: Arial;
    display: block;
    z-index: 10000;

}

.loginTR td{
    padding-bottom: 7px;
}

.passTR td{
    padding-bottom: 5px;
}

.loginPanelLogin{
    font-size: 1em;
    color: #FFFFFF;
    padding-right: 10px;
    font-weight: bold;
}

.loginPanelPass{
    font-size: 1em;
    color: #FFFFFF;
    padding-right: 10px;
    font-weight: bold;
}

.login_input{
    width:168px;
    border:none;
    height:22px;
    font-size: 14px;
    background-color: #906605;
    background-image: url(../images/new/inputLogin.gif);
    background-repeat: no-repeat;
}

.pass_input{
    width:105px;
    border:none;
    height:22px;
    font-size: 14px;
    background-color: #906605;
    background-image: url(../images/new/inputPass.png);
    background-repeat: no-repeat;
}

.loginEnter{
    background-color: #906605;
    height: 19px;
    border: none;
    width: 57px;
    cursor: pointer;
    background-image: url(../images/new/loginEnter.png);
    background-repeat: no-repeat;
}

.dontmemory{
    color:#ffffff;
    font-size: 0.909em;
}
.dontmemory a {
    color:#ffffff;
    text-decoration: underline;
}

.loginPanelClose{
    font-size: 1.5em;
    text-decoration: none !important;
    color: #ffffff !important;
    position: absolute;
    top: 2px;
    right: 5px;
}