

.table .field { clear: both; }
.table .search { width: 400px; position: relative; top: 5px; float: left; height: 15px; padding: 1px;  }  
.table .box { position: relative; top: 15px; clear: both; }  

.form .label { float: left; width: 150px; text-align: right; padding-right: 5px; padding-top: 2px; }
.form .label2 { float: left; width: 200px; text-align: right; padding-right: 5px; padding-top: 2px; }

.form .cbox { float: left; width: 150px; text-align: right; padding-right: 3px; }
.form .field { clear: both; padding-top: 5px; }

.form .w30 { width: 30px; } 
.form .w50 { width: 50px; } 
.form .w100 { width: 100px; } 
.form .w200 { width: 200px; } 
.form .w300 { width: 300px; } 

.table .search { float: left; left: 5px; height: 17px; } 
.table .button.clear { width: 30px; float: left; left: 0px; } 
.table .button.submit { width: 50px; float: left; left: 15px; } 
.table .button.add { position: relative; left: 40px; float: left; width: 80px; } 

.form .submit { position: relative; left: 155px; margin-top: 5px; width: 200px; cursor: pointer; float: left; border: 2px solid #3482D6; font-weight: bold; }
.form .delete { position: relative; left: 165px; margin-top: 5px; width: 80px; cursor: pointer; float: left; border: 1px solid #ccc; }

.form .tab_content { background: #fff; border: 1px solid #3482D6; padding-bottom: 50px; }
