#tbl_form {
display: 	table;
margin-top: 0px;
}
.tbl_row {
display: 	block;
width:		565px;
height: 	25px;
}
.tbl_label {
display: 		table-cell;
float:			left;
max-width:		200px;
width:			200px;	
border-bottom: 	1px #999 solid;
font : 			10pt Verdana,Arial;
font-weight:	bold; 
}
.tbl_data {
display:	table-cell;
float:		left;
width:		365px;
}
.tbl_input1 {
width:		250px;
height:		20px;
}
.tbl_input2 {
width:		200px;
height:		20px;
}
.tbl_input3 {
width:		160px;
height:		20px;
}
.tbl_inputlabel {
width:		200px;
display: 	inline-block;
}
