/* CSS Document */
/* Create by Chow Jan 2011

/* common	---------------------------------------------------------------- */

.common {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: arial;
    background-image: url("img/common-login-bg.png");
    background-repeat: repeat;
    background-position: top left;
}

.clear {
    clear: both;
}

.footer {
    margin: 0;
    padding: 10px 0;
    background-color: #EDEFF4;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #CCCCCC;
}

.footer p{
    margin: 0;
    padding: 0 20px;
    line-height: 18px;
    color: #3B5998;
    font-size: 11px;
}

/* content	---------------------------------------------------------------- */



/* sidebar	---------------------------------------------------------------- */



/* table	---------------------------------------------------------------- */



/* element	---------------------------------------------------------------- */

.loginWrapper {
    margin: 70px auto;
    padding: 0;
    width: 352px;
    overflow: hidden;
    font-family: Arial;
}

.login-head {
    margin: 0;
    padding: 10px;
    text-align: center;
}

.login-head h1 {
    margin: 0;
    padding: 0 0 8px 0;
    color: #3B5998;
    border-bottom: 1px solid #DDDDDD;
    font-size: 16px;
}

.login-body-arrowup {
    margin: 0 0 -1px 0;
    padding: 0;
    background-image: url("img/login-arrowup.png");
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 11px;
    position: relative;
}

.login-body {
    margin: 0;
    padding: 25px 10px 24px 10px;
    color: #365074;
    background-color: #FFF;
    font-size: 11px;
    overflow: hidden;
    border: 1px solid #051E2E;
    border-bottom: 1px solid #535353;
    background-image: url("img/login-body-bg.png");
    background-repeat: repeat;
    background-position: top left;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.login-body label {
    margin: 0;
    padding: 3px 0;
    display: block;
    clear: both;
    float: left;
    font-weight: bold;
    color: #666;
    width: 100px;
}

.login-body label.username {
    margin: 0;
    padding: 3px 0;
    display: block;
    background-image: url("img/username-icon.png");
    background-repeat: no-repeat;
    background-position: top left;
    clear: both;
    float: left;
    font-weight: bold;
    color: #666;
    height: 39px;
    width: 43px;
}

.login-body label.password {
    margin: 0;
    padding: 3px 0;
    display: block;
    background-image: url("img/password-icon.png");
    background-repeat: no-repeat;
    background-position: top left;
    clear: both;
    float: left;
    font-weight: bold;
    color: #666;
    height: 39px;
    width: 43px;
}

.login-body p {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #aaa;
}

.login-body p img {
    float: left;
    margin: 0px 5px 5px 0px;
    padding: 0px;
}

.login-body a {
    color: #8F2908;
    text-decoration: underline;
}

.login-body a:hover {
    color: #3B5998;
    text-decoration: none;
}

.login-body strong {
    color: #E33C0F;
}

.login-body input {
    float: left;
    font-size: 11px;
    margin: 0 0 8px 0;
    padding: 2px;
    border: 1px solid #BDC7D8;
}

.login-body input[type=text], .login-body input[type=password] {
    float: left;
    font-size: 12px;
    font-weight: bold;
    background-image: url("img/input-text-bg.png");
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #D4D4D4;
    color: #3B3B3B;
    font-family: Helvetica, Arial;
    margin: 0 0 15px 0;
    padding: 5px 10px;
    border: 1px solid #767676;
    border-left: none;
    height: 32px;
    width: 195px;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 1px 2px #999999 inset;
}

.login-body input:-moz-placeholder {
    color: #666;
}
.login-body input:-moz-placeholder:focus {
    color: #AFAFAF;
}

.login-body form {
    margin: 0 auto;
    padding: 0;
    clear: both;
    width: 264px;
}

.login-body h2{
    margin: 0 10% 3%;
}

.login-body input.captcha_txt {
    color: #666;
    width:60px;
    float:left;
    margin-right:5px;
    border-left:1px solid #ccc;
    border-radius:0px;
    font-weight: bold;
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
    width: 70px;
    text-align: center;
}

.login-body input.captcha_input {
    width:150px;
    float:left
}

.login-body-footer {
    background-image: url("img/login-footer-bg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    height: 6px;
}

.login-footer,.login-emblem {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}

.button {
    margin: 0;
    padding: 0;
    border: none !important;
    background-image: url("img/bg-button.png");
    background-repeat: no-repeat;
    background-position: top left;
    width: 259px;
    height: 52px;
    cursor: pointer;
}
.button:hover {
    background-image: url("img/bg-button.png");
    background-repeat: no-repeat;
    background-position: center left;
}
.button:active {
    background-image: url("img/bg-button.png");
    background-repeat: no-repeat;
    background-position: bottom left;
}

.login-notification {
    margin: 0;
    padding: 0;
}

.notification-arrowup {
    margin: 0;
    padding: 0;
    background-image: url("img/login-notif-arrowup.png");
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
    height: 16px;
    position: relative;
}

.notification-body {
    margin: 0;
    padding: 20px;
    background-image: url("img/login-notif-bg.png");
    background-repeat: repeat-y;
    background-position: top left;
    color: #FFF;
    font-size: 12px;
    text-shadow: 0 1px 0 #000;
}

.notification-body p {
    margin: 0;
    padding: 0;
}

.notification-body a {
    color: #C79960;
    text-decoration: none;
}

.notification-body a:hover {
    color: #C79960;
    text-decoration: underline;
}

.notification-footer {
    margin: 0;
    padding: 0;
    height: 16px;
    display: block;
    background-image: url("img/login-notif-footer.png");
    background-repeat: no-repeat;
    
}

