fieldset{border:1px solid #ddd;}
fieldset.noBorder{border:0px;}
.txt_position, .txt_section{color:#854337;font-weight:bold;font-size:12px;}
.txt_legend{color:#854337;font-weight:bold;font-size:12px;}
.txt_number{color:#E18722;font-weight:bold;font-size:12px;}
.txt_detail{color:#444;padding:0px;margin:10px 20px;}
.btn_apply{width:99%;text-align:right;padding:0px 0px 10px 0px;}
.btn_form{text-align:left;padding:15px 0px 0px 155px;}
.txt_remark{color:#854337;font-size:11px;padding:0px;margin:0px;}
.txt_remark2{color:#854337;font-weight:bold;font-size:11px;}
.symbol_require{color:#E18722;}

.cssform p{
width: 480px;
clear: left;
margin: 0px;
padding: 5px 0px 4px 0px;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 0px dashed gray;
height: 1%;
border:0px solid red;
}

.cssform label{
font-weight: normal;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
text-align:right;
padding-top:2px;
*padding-top:4px;
font-size:11px;
height:auto;
}

.label_product{float:left;text-align:right;width: 150px;padding-right:7px;}
.data_product{float:left;width:480px;}


.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 160px;
height:15px;
}

.cssform input[type="password"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 160px;
height:15px;
}

.cssform input[type="file"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: auto;
height:18px;
}


.cssform textarea{
width: 250px;
height: 100px;
}


.cssform input[type="text"].w80{ /*width of text boxes. IE6 does not understand this attribute*/
width: 80px;
height:15px;
}

.cssform input[type="text"].w190{ /*width of text boxes. IE6 does not understand this attribute*/
width: 185px;
height:15px;
}

.cssform input[type="text"].w230{ /*width of text boxes. IE6 does not understand this attribute*/
width: 230px;
height:15px;
}

.cssform input[type="text"].w220{ /*width of text boxes. IE6 does not understand this attribute*/
width: 210px;
height:15px;
}

.cssform input[type="text"].w250{ /*width of text boxes. IE6 does not understand this attribute*/
width: 250px;
height:15px;
}



.cssform input[type="text"].w450{ /*width of text boxes. IE6 does not understand this attribute*/
width: 450px;
height:15px;
}



.cssform textarea.w450TextArea{ /*width of text boxes. IE6 does not understand this attribute*/
width: 435px;
height: 100px;
}

.w80{ /*width of text boxes. IE6 */
width: 80px;
height:15px;
}

.w160{ /*width of text boxes. IE6 */
width: 160px;
height:15px;
}

.w190{ /*width of text boxes. IE6 */
width: 185px;
height:15px;
}

.w250{ /*width of text boxes. IE6 */
width: 250px;
height:15px;
}

.w230{ /*width of text boxes. IE6 */
width: 230px;
height:18px;
}

.w220{ /*width of text boxes. IE6 */
width: 210px;
height:18px;
}

.w450{ /*width of text boxes. IE6 */
width: 450px;
height:15px;
}

.w450TextArea{ /*width of text boxes. IE6 */
width: 435px;
height:150px;
}

.btn{
background-image: url(background/btn.gif);
width:48px;
height:20px;
text-align:center;
border:0px solid red;
color:#fff;
cursor:pointer;
}

.btn2{
background-image: url(background/btn2.gif);
width:88px;
height:20px;
text-align:center;
border:0px solid red;
color:#fff;
cursor:pointer;
}


