.login_form{
background: none repeat scroll 0 0 #F4AB34;
    border-radius: 29px 29px 29px 29px;
    float: left;
    height: 300px;
    margin: 20px 0 0 145px;
    padding: 0;
    width: 600px;
}
.form{
width:600px;
float:left;
clear:both;
}
label {font-size:14px; font-weight:bold; color:#000;}
label a{font-size:11px; font-weight:bold; color:#000;}
table {
position:relative;
top:50px;
}
input{
width:188px;
}


label.check_label{
padding:0 0 0 10px;
line-height:32px;
}