.my_text_box1 {
    width: 350px;
}
.my_text_box1m {
	width: 260px;
}
.my_text_box2 {
    width: 50px;
}
.my_text_box3 {
    width: 250px;
}
.my_text_box4 {
    width: 150px;
}
.my_text_box5 {
    width: 640px;
}
.my_text_box_multiline {
    width: 850px;
	height: 100px;
}
.my_text_box_multilinem {
    width: 260px;
	height: 100px;
	font-size:        14px;
}
.tableLine
{
    font-family:      Verdana,Arial,sans-serif;
    font-style:       normal;
    font-size:        12px;
    BORDER-TOP:       #A6A6A6 1px solid; 
    BORDER-LEFT:      #A6A6A6 1px solid; 
    BORDER-BOTTOM:    #A6A6A6 1px solid;
    BORDER-RIGHT:     #A6A6A6 1px solid;
}
.row_0 {
    background-color:        #FFFFFF;
	/*vertical-align:   middle;*/
    height:20px;
}
.row_1 {
    background-color:        #E1E8F1;
	/*vertical-align:   middle;*/
    height:20px;
}
input, textarea {
	font-size:        14px;
}

