/* Styles definition here */
/*Change all the labels:*/
#fbuilder, #fbuilder label, 
#fbuilder span { color: #000; }
/*Change all the input, textarea and select fields:*/
#fbuilder input[type=text], 
#fbuilder textarea, 
#fbuilder select { 
border: 2px solid #000; 
}
/*Available dates color*/
#fbuilder .ui-datepicker td a { color: #13ad3b;}
/*Available time slots*/
#fbuilder a { color: #25ad40;}
/*Apply different color or styles to the noavailable dates:*/
#fbuilder span {color: #d30707;}
/*Change the submit button:*/
#fbuilder .pbSubmit { color: #000; font-weight: bold; }
/*Change the "Section Break" field:*/
#fbuilder .section_breaks .section_break { border:0px; }
#fbuilder .section_breaks label { font-size:18px; }
#fbuilder .section_breaks span { font-size:14px; }
/*Change the "Instructions Text" field:*/
#fbuilder .comment_area label { font-size:18px; }
#fbuilder .comment_area span { font-size:14px; }
/*Change the "next" and "previous" buttons:*/
#fbuilder .pbNext,#fbuilder .pbPrevious {color: #00f;font-weight: bold;}
/*Change the "form title" and "header description":*/
#fbuilder .fform h1 {font-size:32px;}
#fbuilder .fform span {font-size:16px;}
/*Change the "asterisk" in required fields:*/
#fbuilder label .r {color:#f00;}
/*Hide the ### ### #### in the phone field:*/
.uh_phone .l {display:none;}
/*Hide the Date Format label in the date field:*/
#fbuilder .dformat {display:none;}