/* table_form1 */
.table_form1{ border:none; }
.table_form1 tr td{	vertical-align:top; padding:10px 5px; margin:0px; border-bottom: 1px solid #E3E3E3; }
.table_form1 tr.lastLine td{ border-bottom: none; padding-top:20px; }
.table_form1 tr td.light{ color:#CCCCCC; }

.input_xs, .input_s, .input_m, .input_l, .input_xl, .select_xs, .select_s, .select_m, .select_l, .select_xl, .textArea, .btn_submit_m, .btn_submit_l, .btn_submit_xl, .btn_submit_xxl, .btn_submit_xxxl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.input_xs, .input_s, .input_m, .input_l, .input_xl { line-height:16px;	 }

.input_xs { width:35px; }
.input_s { width:50px; }
.input_m { width:100px; }
.input_l { width:150px; }
.input_xl { width:200px; }

.select_xs { width:40px; }
.select_s {	width:55px; }
.select_m {	width:105px; }
.select_l {	width:155px; }
.select_xl { width:205px; }

.textArea {	width:99%; height:50px; }

.btn_submit_m {	width:100px; cursor:pointer; }
.btn_submit_l { width:150px; cursor:pointer; }
.btn_submit_xl { width:200px; cursor:pointer; }
.btn_submit_xxl { width:250px; cursor:pointer; }
.btn_submit_xxxl { width:300px; cursor:pointer; }