/* CSS Document */
@charset "utf-8";
#login {
    clear: both;
    position: relative;
    z-index: inherit;
    margin: 0px 20px 10px 10px;
    padding: 20px 10px 20px 15px;
}

.login_title h4{
    color: #fff;
    text-align: left;
    margin-top: 0px;
    padding: 3px 0px 0px 10px;
}

.login_title {
    background-image:url("../images/login_top.png");
    width: 252px;
    position: absolute;
    top: -40px;
    left: -11px;
    height: 30px;
    background-repeat:no-repeat;
}

a.login_link {
    color: #b95517;
}

input.login_field {
    color: #444444;
    font: 99% sans-serif;
    vertical-align: middle;
    width: 195px;
}