.FormRowTitle{font-size: 12px; font-weight: Bold; text-align: Center; background-color: rgb(130,70,29); color: White; background-image: url('../image/form_headerrow.gif'); height: 20px; vertical-align: middle;}
.FormRowSubTitle1{font-size: 12px; font-weight: Bold; text-align: Center; background-color: rgb(130,70,29); color: rgb(130,70,29); height: 20px; background-image: url('../image/form_subtitle_1.gif'); vertical-align: middle;}
.FormRowErrorMessage{font-size: 12px; text-align: Center; background-color: Red; color: Yellow; font-weight: Bold;}
.FormRowField{vertical-align: middle;}
.FormRowButton{text-align: Right; background-color: rgb(130,70,29); background-image: url('../image/form_buttonrow.gif');}
.FormRowTip{font-size: 10px; background-color: Yellow; color: rgb(130,70,29);}

.FormTextNormal{font-size: 12px;}
.FormTextInput{height: 21px; background-color: #e1e1e1; border-style: Solid; border-color: #ccc; border-width: 1px;}
.FormFieldRequired{color: Red;}
.FormFieldCaptionError{color: Red;}
.FormFieldSeperator{width: 30px;}

.FormInputReadOnly{font-weight: Bold; color: Grey; border-style: solid; border-color: rgb(130,70,29); border-width: 1px; background-color: #ebebff;}
.FormInputText{height: 21px; background-color: #e1e1e1; border-style: Solid; border-color: #ccc; border-width: 1px;}
.FormInputTextArea{background-color: #e1e1e1; border-style: Solid; border-color: #ccc; border-width: 1px;}
.FormInputPassword{height: 21px; background-color: #ffc; border-style: Solid; border-color: rgb(130,70,29); border-width: 1px;}
.FormInputButton{height: 21px; background-image: url('../image/form_input_button.gif'); color: #ff0; font-weight: Bold; border-style: Solid; border-color: rgb(130,70,29); border-width: 1px;}
.FormInputRadio{background-image: url('../image/form_input_radio.gif');}

.FormComboBox{height: 21px; background-color: #e1e1e1; border-style: Solid; border-color: #ccc; border-width: 1px;}

