/* ================================
    CSS STYLES FOR Module Form
   ================================
*/


/* Label style */
.FormLabel{}

/* Messages */
.FormSubmitted{font-weight:bold; font-size: 16px;}
.FormError{color:Red; font-size: 16px;}

/* Form table */
.FormTable{width:500px}
.FormLabelCell{vertical-align:top; width:150px}
.FormControlCell{}

/* Controls */
.FormCheckbox{}
.FormMultipleSelect{}
.FormDropDownList{}
.FormLabelControl{}
.FormTextArea{}
.FormTextBox{}
.FormSubmit{}
.FormRadioButtonList{}

/* Button custom */
.Custom_btn_L { float:left; width:5px; height:20px; background:url(/images/custom_btn_left.gif);}
.Custom_btn_M, .Custom_btn_M  a, .Custom_btn_M  a:link { float:left; height:20px; background:url(/images/custom_btn_middle.gif) repeat-x; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFF; line-height:1.5; padding:0 2px 0 2px;}
.Custom_btn_R { float:left; width:5px; height:20px; background:url(/images/custom_btn_right.gif);}

.Custom_btn_Container a:hover .Custom_btn_L { background-position:0 -20px; }
.Custom_btn_Container a:hover .Custom_btn_M { background-position:0 -20px; }
.Custom_btn_Container a:hover .Custom_btn_R { background-position:0 -20px; }
