* {
    outline: none;
}
html, body {
    height: 100%;
    background-color: #000;
    padding: 0; margin: 0;
}
.table {
    width: 100%;
    height: 100%;
    display: table;
}
.td {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
#login-form {
    width: 448px;
    margin: 0 auto;
}
.roof {
    height: 33px;
    background-image: url(../../images/f/login_roof_bg.png);
}
.close-cross {
    display: block;
    width: 15px;
    height: 14px;
    background: url(../../images/f/close_cross.png) 0 0;
    margin-right: 10px;
    margin-top: 10px;
    float: right;
}
.close-cross:hover {
    background-position: 0 100%;
}
.body {
    width: 446px;
    margin-left: 1px;
    border-left: 1px solid #353535;
    border-right: 1px solid #353535;
    border-bottom: 1px solid #353535;
    background-color: #101010;
    font-family: Verdana,Arial,sans-serif;
    font-size: 13px;
    text-align: center;
    padding-top: 55px;
    padding-bottom: 55px;
}
.errorSummary {
    color: #fff;
    width: 310px;
    margin-left: 69px;
    margin-bottom: 40px !important;
    margin-top: -20px;
    text-align: center;
}
.errorSummary li, .errorSummary ul {
    margin-left: 0;
    padding-left: 0;
}
.errorSummary li {
    color: #00c6ff;
    list-style: none;
}
#LoginForm_username,
#LoginForm_password {
    color: #fff;
    text-align: center;
    padding: 4px;
    width: 122px;
}
.off {
    background-color: #404040;
    border: 1px solid #616161;
}
.on {
    background-color: #2d687a;
    border: 1px solid #457f90;
}
.body div {
    margin-bottom: 15px;
}
#login-button {
    width: 132px;
    height: 24px;
    background: url(../../images/f/login_button.png) 0 0;
    border: none;
    cursor: pointer;
}
#login-button:hover {
    background-position: 0 100%;
}
label {
    color: #fff;
}