#login_header{
    width:360px;
    margin:0px auto;
    margin-top:100px;
}

#login_footer{
    width:360px;
    margin:0px auto;
}

#login_header_logo{
    float:left;
}

#login_header_yellow_30{
    color:#ffca41;
    font-size:30px;
    float:left;
    height:70px;
    line-height:70px;
}

#login_header_blue_30{
    color:#0096dd;
    font-size:30px;
    float:left;
    height:70px;
    line-height:70px;
}

#login{
    border:1px solid #ddd;
    margin:0px auto;
    width:360px;    
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#login_status{
    background-color:#FCF9D2;
    padding:10px;
    font-weight:bold;
}

#login_form{
    padding:15px 0px 10px 0px;
    width:100%;
    margin:0px auto;
}

#login_form{
    
}

#login_form input[type=text],
#login_form input[type=password]
{
    width:300px;
    font-size:20px;
    background-color:#f9f9f9;
    border:1px solid #e5e5e5;
    height:36px;
    padding:2px;
    line-height:36px;
}



#login_form table{
    margin:0px auto;
}

#login_form table th{
    font-weight:normal;
    color:#999;
    font-size:12px;
    margin:0px auto;
    text-align:left;
}

.login_submit{
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image:url('/images/submit_background.gif');
    background-repeat:repeat-x;
    text-shadow:#2d87a1 1px 1px 2px;
    color:#f9f9f9;
    height:36px;
    line-height:36px;
    border:0px;
    width:91px;
    font-weight:bold;
    font-size:12px;
    cursor:pointer;
    vertical-align:middle;
    margin:10px 0px 10px 0px;
    float:right;
}