/*login box*/
.login_box {
    width:270px;
    padding: 10px;
display:inline-block;
float:left;
    /*border:1px solid;*/
}

div.login_box a {
    float: left;
    margin-right: 10px;
    width: auto;
    color: #044B2D;
}

.input_textbox {
    width:170px;
    margin:4px;
    
}
div.login_box a, div.login_box label  {
    color:black;
    margin-left:10px;
    font-weight:bold;
    font-size:11px;
}
div.login_box a  {
    margin-top: 10px;
}
div.login_box .error_msg {
    color:red;
    margin-left:10px;
    font-weight:bold;
    font-size:11px;
    height:20px;
}

#login_button {
    background: url(/img/template/login/login_button.png) 0px 0px no-repeat ;
    height:21px;
    float:right;
    padding: 0;
    margin:10px 20px 0 0;
    width:64px;
    clear:both;
}
#login_button:hover {
    background-position: 0px -21px;
}