body {
    margin: 0;
    color: #000;
    background-color: #040404;
    background-image: url(images/bgcentova.jpg);
}

body,input,select,textarea,td,th {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 11px
}

a:link,a:visited,a:active,a:hover {
    font-weight: 700;
    text-decoration: none;
    color: #000
}

a:hover {
    text-decoration: underline
}

form {
    padding: 0;
    margin: 0
}

#logo {
    padding-bottom: 5px
}

#login_logo {
    margin: 15px 10px 10px 0
}

#login_block {
    /* background-image: url(images/login-bg.png); */
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 371px;
    height: 250px;
    margin-top: 150px;
    text-align: center;
    background-color: #00000052;
    border-radius: 10px;
    color: #fff;
    line-height: 2.2;
}

#login_table {
    width: 200px;
    margin-left: auto;
    margin-right: auto
}

#login_table th {
    font-weight: 400;
    text-align: right
}

#login_table td {
    text-align: left
}

#login_remember {
    margin-top: 5px;
}

.login_sep {
    text-align: center;
    height: 2px;
    margin: 10px 0;
    background-image: url(images/iconpane-sep.png);
    background-repeat: no-repeat;
    background-position: 50%
}

.loginfield {
    width: 120px
}

#loginform,#upgradeform {
}

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* border-top:1px solid #232323; */
    /* background-color: #1e1e1e; */
    padding: 0
}

#footer .content {
    padding: 8px;
    text-align: center;
    color: #d9d9d9;
}

#footer a:link,#footer a:visited,#footer a:active,#footer a:hover {
    font-weight: 400;
    text-decoration: none;
    color: #86c70c;
    font-size: 12px;
}

#footer a:hover {
    text-decoration: underline
}

#loginerror {
    color: red;
    margin-top: 5px
}
