/* Styles definition here */
/*Change all the labels:*/
#fbuilder, #fbuilder label, 
#fbuilder span { color: #000000; }
/*Change all the input, textarea and select fields:*/
#fbuilder input[type=text], 
#fbuilder textarea, 
#fbuilder select { 
border: 3px solid #FFCC00; 
}
/*Change the submit button:*/
#fbuilder .pbSubmit { color: #000000; font-weight: bold; background-color: #FFCC00; border: solid; border-color:#000000}
/*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:#FFCC00;}

Hide the Date Format label in the date field:
#fbuilder .dformat {display:none;}

#fbuilder .ui-datepicker-inline{max-width:none !important}

#fbuilder .ui-datepicker th{background:#FFCC00;color: #000000;}

#fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default{background:#000000;color:#FFCC00; font-size: 22px; text-shadow: none;}

#fbuilder .ui-datepicker-calendar .ui-state-active {background: #FFFFFF; color: #f00;}


#fbuilder .slots div a{background:#FFCC00;color:#000000; font-size:22px;}