/* Styles definition here */
#fbuilder .ui-datepicker-inline { max-width:auto !important; }
#fbuilder .pbSubmit{margin:5px auto;float:none;display:inline-block;}
#fbuilder .ui-datepicker-inline { height:auto !important; }
#fbuilder .ui-datepicker-calendar { width:1000px !important; }
#fbuilder .ui-datepicker td span, .ui-datepicker td a {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 40px;
    height: 30px;
    line-height: 30px;
    color: #666666;
    text-shadow: 1px 1px 0px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=1);
    box-shadow: none;
    border: 0px;
}