#login_form{
width:600px;
height:250px;
background:url(../images/login_bg.png) no-repeat center top;
/*margin:110px 0 0 0;*/
float:left;
margin-top:30px;
margin-left:25%;
margin-right:25%;
padding:0px 0 0 0px;
}
.form{width:90%;clear:both;}
fieldset { border:none; clear:both; }
label {font-size:11px; font-weight:bold; color:#666;}
label a{font-size:11px; font-weight:bold; color:#666;}
dl {clear:both; width:600px; float:left; margin:auto;}
dl.submit {clear:both; width:500px; text-align:center; padding:0 0 0 30px;}

dt {float:left; text-align:right; width:170px; line-height:30px; padding:0 10px 10px 0;}
dd {float:left; width:400px; margin:0 0 0px 0;}

label.check_label{padding:0 0 0 10px;line-height:32px;}
select, input, textarea, button {outline:none; resize:none;}
.tbw{width:220px;}
.desc{width:110px;}
.qty{width:50px;}
.lab_txt{font-size:11px;color:#FFFFFF;padding-left:2px;}
.tab_bor{border:1px #009900 solid;}
.listname{padding-left:2px;font-weight:bold;}

.styled-select {
   width: 200px;
   height: 23px;
   overflow: hidden;
   background: #F7F7F7;
   border: 1px solid #ccc;
 }
 
 .disable_class {
  width:50px; background: #FCFCFC;
 }
