/* main */
body {
    font-family: Tahoma, Arial;
    background-image: url(../images/login-bg.gif);
    background-repeat: repeat-y;
    background-position: center top;
    font-size: 11px;
}

#wrapper {
    position: absolute;
    height: 160px;
    width: 500px;
    margin-top: -80px;
    margin-left: -250px;
    left: 50%;
    top: 50%;
}

#wrapper .left {
    width: 200px;
    text-align: right;
    float: left;
    margin-left: 25px;
    position: relative;
    font-family: Tahoma, Arial;
    font-size: 11px;
    font-weight: normal;
    color: #696262;
}
#wrapper .left .img {
    padding-right: 10px;
}

#wrapper .left .title {
    padding: 0px;
    padding-right: 10px;
    margin: 0px;
    padding-top: 3px;
    padding-bottom: 10px;
}

#wrapper .right {
    width: 230px;
    position: relative;

    float: right;
}

#wrapper .left ul,
#wrapper .left li {
    padding: 0px;
    margin: 0px;
    text-align: right;
    padding-top: 2px;
    padding-bottom: 2px;
    list-style-type: none;
}

#wrapper .left li {
    background-image: url(../images/login-li.gif);
    background-repeat: no-repeat;
    padding-right: 10px;
    background-position: right 9px;
}
form {
    padding: 0px;
    margin: 0px;
    margin-top: 40px;
}
input[type="submit"] {
    width: 70px;
    height: 30px;
    border: 0 none;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    color: #f9a2b0;
    background: url("../images/bg_button.png") repeat-x;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
input[type="submit"]:hover {
    background-color: #d90000;
    background-image: none;
}

input[type="text"],
input[type="password"] {
    width: 220px;
    padding-left: 9px;
    height: 30px;
    border: 0 none;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #404040;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #ffffff;
}
* {
    outline: none;
}
#copy {
    position: absolute;
    right: 10px;
    text-align: right;
    bottom: 10px;
    font-size: 11px;
    color: #4f4f4f;
}

#copy p {
    padding: 0px;
    margin: 0px;
    padding-top: 2px;
}

.note {
    border-radius: 2px 2px 2px 2px;
    margin: 0 0 5px;
    clear: both;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    width: 270px;
    left: 0px;
    top: -10px;
    padding: 10px 25px 10px 45px;
}
.note p {
    color: #333333;
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    font-size: 12px;
    padding: 0;
    line-height: 21px;
    display: inline;
    vertical-align: baseline;
}
.note.error {
    background: url("../images/icons/ico_error.png") no-repeat scroll 10px
        center #fad5cf;
    border: 1px solid #e18b7c;
}

.note.alert {
    background: url("/images/icons/ico_warning.png") no-repeat scroll 10px
        center #ffe9ad;
    border: 1px solid #eac572;
}
