HTML {
    height: 100%;
}

BODY {
    height: 100%;
    font-family: "Arial AMU", tahoma, arial, sylfaen;
    font-size: 12px;
    color: #19468e;
    text-decoration: none
    /* background:#F5FBFE;*/
}

#content {
    padding: 0;
    margin-top: 30;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

#table {
    margin-top: 33px;
}

#table table {
    background-color: #ededed;
}

#title {
    color: #8C2A0D;
    font-size: 18px;
    padding: 0;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
}

#logo {
    padding: 0;
    margin: 0;
    text-align: center;
}

.title2 {
    color: #3C3C3C;
    font-size: 12px;
}

.input {
    width: 176px;
}

.login-table table {
    width: auto;
}