html,
body,
table {
    color: #221815;
    background: #f78429;
}

body {
    text-align: center;
}

.login {
    position: relative;
    margin: 0 auto;
    width: 800px;
    padding-top: 30px;
}

.welcome {
    font-size: 30px;
    font-weight: bold;
}

.welcome tr th {
    font-size: 60px;
    font-weight: bold;
}

.login_name {
    font-size: 20px;
    font-weight: normal;
    height: 30px;
    text-align: left;
}

.login_quickmode {
    padding-left: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}

.login_logo_tm {
    text-align: left;
    margin-bottom: 40px;
}

.login_logo_tm p {
    font-size: 50px;
    font-weight: bold;
}

.username_input {
    width: 200px;
}

.login_intro em {
    text-align: left;
    display: block;
    font-size: 16px;
    padding: 40px 0 15px 0;
}

.login_intro ul li {
    list-style: disc;
    color: #6D4223;
    font-size: 16px;
    text-align: left;
    list-style-position: inside;
}

#login_vendor {
    background: url("../img/logo_vendor.gif") no-repeat 100% 95%;
    height: 49px;
}

#login_button {
    background: url("../img/button.gif") no-repeat;
    width: 55px;
    height: 25px;
    border: none;
    color: #353535;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
}

#login_button:disabled {
    color: #353535;
}