body {
    background: #F3F2ED url(../images/login/background-line.gif) repeat-x scroll left top;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 11px;
}

div.logo {
    background: transparent url("../images/login/MENANDROS.gif") center bottom no-repeat;
    height: 200px;
    position: relative;
}

.logo-text {
    color: #6E694C;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    padding: 10px;
}

a.link {
    color: #80321B;
    padding: 5px;
    text-decoration: none;
}

a.link:hover {
    color: #a78a46;
}

div.login-container {
    font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
    font-size: 11px;
    width: 255px;
    border: 1px solid #A78A46;
    position: relative;
    margin: 0 auto 0 auto;
    background-color: white;
}

input.cancel-button,
    input.login-button {
    background-color: #5078AA;
    border-color: #97B7C6 rgb(37, 72, 105) rgb(37, 72, 105) rgb(151, 183, 198);
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold; /*position: absolute;*/
}

input.login-button {
    background: #D3D0C9 url(../images/login/icon-enter.png) no-repeat scroll 3px 3px;
    border-color: #FFFFFF #666666 #666666 #FFFFFF;
    border-style: solid;
    border-width: 1px;
    color: #444444;
    font-size: 11px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    padding: 2px 2px 2px 12px;
}

input.login-button:hover {
    background-color: #FFFFFF;
    cursor: pointer;
}

input.login-button:active {
    border-color: #666666 #FFFFFF #FFFFFF #666666;
}

input.login-button {
/*bottom: 25px;*/
/*right: 90px;*/
    width: 75px;
}

input.cancel-button {
    bottom: 25px;
    right: 10px;
    width: 75px;
}

div.login-container div.login-header {
    background-image: url(../images/login/login-title-pattern.gif);
    background-position: top left;
    background-repeat: repeat-x; /*width: 255px;*/
    height: 27px;
    text-align: left;
}

div.login-container div.login-header h2 {
    color: #fff;
    font-weight: bold;
    padding: 7px 0 0 5px;
    margin: 0;
    font-size: 11px;
    text-align: left;
}

div.login-container div.login-content {
/*background-image: url(../images/modal/login-content-bg.gif);*/
/*background-position: top left;*/
/*background-repeat: repeat-x;*/
    width: 255px;
    font-weight: bold;
    text-align: right;
}

div.login-container div.login-content div.form-field {
    height: 25px;
    padding: 5px 11px 0 0;
}

div.error-message {
    color: red;
    margin: 0 auto 0 auto;
    font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
    font-size: 11px;
    padding: 5px;
    font-weight: normal;
    text-align: left;
}

div.button-container {
    padding: 5px; /*height: 50px;*/
/*position: relative;*/
}

input {
    width: 95%;
    color: #FFFFFF;
    height: 20px;
    background-color: #6E694C;
    border: 1px dashed #FFFFFF;
}

label {
    color: #5B6502;
    font-weight: bold;
    height: 24px;
    padding-right: 3px;
}

table {
    background: transparent url("../images/login/login-body-pattern.gif") left top repeat;
}

.form-field {
    width: 30%
}

.note {
    background:transparent url("../images/login/info.gif") left top no-repeat;
    width: 400px;
    position: relative;
    margin: 50px auto 0 auto;
    padding:10px 5px 15px 28px;
    color:#6E694C;
}