<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.loginPanelHide{
    position: absolute;
    width: 277px;
    height: 80px;
    background-image: url(../images/loginPanel2.png);
    background-repeat: no-repeat;
    font-family: Arial;
    display: none;
    z-index: 10000;

}


.loginPanelShow{
    position: absolute;
    width: 277px;
    height: 80px;
    background-image: url(../images/loginPanel2.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:191px;
    border:1px solid #808080;
    height:15px;
    background-color: #3c3b3c;
    color: #FFFFFF;
    font-size: 12px;
}

.pass_input{
    width:126px;
    border:1px solid #808080;
    height:15px;
    background-color: #3c3b3c;
    color: #FFFFFF;
    font-size: 12px;
}

.loginEnter{
    background-color: #505050;
    color: #FFFFFF;
    font-size: 1em;
    height: 17px;
    border: none;
    width: 57px;
    cursor: pointer;
    padding-top: 2px;
}

.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: 2px;
}
</pre></body></html>