@import "calendar.css";
.cform{
    margin:0 auto 0;
    width:500px}
    .cform fieldset{
        margin:0;
        padding:0;
        border:0}
    .cform .cf_hidden{
        display:none;
        border:none !important;
        background:none !important;
        padding:0 !important;
        margin:0 !important}
    .cform legend{
        margin:0;
        padding:0}
    ol.cf-ol{
        margin:0;
        padding:0}
        ol.cf-ol li{
            height:auto !important;
            height:1%;
            margin:0 0 15px 0;
            padding:0;
            list-style:none;
            text-align:left;
            overflow:hidden}
        ol.cf-ol li.textonly{ /* just for text-only fields (no input) */
            color:#555}
    .cform label,ol.cf-ol li.textonly .lbl{
        display:block;
        float:left;
        width:137px;
        margin:0;
        padding:2px 3px 0 0;
        text-align:right;
        color:#fff}

/* ======vvv=== NOT USED IN THIS SITE =================*/
label.cf-before {
    margin:4px 5px 0 0}
label.cf-before span{
    width:200px;
    display:block}
label.cf-after  {
    display:-moz-inline-box; /*for mozilla*/
    display:inline-block; /*for Opera & IE*/
    margin:4px 2px 0 4px;
    width:110px;
    text-align:left}
label.cf-after span {
    width:110px;
    display:block}
label.cf-group-after {
    margin:4px 6px 0 4px;
    width:105px;
    text-align:left}
label.cf-group-after span {
    width:105px;
    display:block}
/* ======^^^=== NOT USED IN THIS SITE =================*/

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,.cform textarea,.cform select {
    margin:0;
    padding:3px 2px;
    font:11px Verdana,Helvetica,sans-serif;
    color:#f00;
    background:#0a0a0a;
    border:1px solid #333}
.cform input:hover,.cform textarea:hover,.cform select:hover {
    background:#333}
.cform input:focus,.cform textarea:focus,.cform select:focus {
    background:#333}
.cform textarea,.cform input {
    width:350px;}
.cform select {
    width:355px; /* attempt to have equal length */}
.cform select.cfselectmulti {}
.cform textarea {
    overflow:auto}
.cform input.cf_date {
    width:395px}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
    letter-spacing:2px;
    margin:12px 0pt 4px 10px!important;
    color:#888}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,input.cf-box-b  {
    margin:3px 0 0 0;
    width:16px;
    height:22px;
    border:none!important;
    background:none!important}

/* check box groups                                   */
ol.cf-ol li.cf-box-group {
    padding: 0 0 12px 0}
/* formatting for text:  "(required)"  & other        */
span.reqtxt,span.emailreqtxt{
    display:none}
.cform textarea.fldemail,.cform textarea.fldrequired,.cform input.fldemail,.cform input.fldrequired{
    margin:0}
/*   FORM submit button                               */
p.cf-sb {
    padding:0;
    margin:0;
    text-align:right}
.cform input.sendbutton {
    width:105px;
    height:31px;
    padding:0;
    margin:0 5px 0 0;
    font-size:0;
    text-indent:-200px;
    border:0;
    background:url(/wp-content/themes/be/img/buttons.gif) no-repeat}

/*   formatting for invalid user inputs               */
.cform .cf_error {
    color:#ad2929;
    border:1px solid #ad2929}
.mailerr,.cform .cf_errortxt {
    color:#ad2929}

/*   FORM FIELDS enhanced error display               */
ol.cf-ol li.cf_li_err {
    padding:2px 0;
    border:1px solid #999}

ol.cf-ol li ul.cf_li_text_err {
    padding:0 0 0 10px;
    margin:0;
    color:#333;
    display:inline-block}

ol.cf-ol ul.cf_li_text_err li {
    background:url(icon-alert.png) no-repeat left 1px!important;
    list-style:none!important;
    font-weight:bold;
    text-indent:0;
    margin:0 0 2px!important;
    padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
    content:''}


/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.seccap {}

label.secq{
    display:-moz-inline-box; /*for mozilla*/
    display:inline-block; /*for Opera & IE*/
    width:auto;
    padding:2px 4px 2px 2px;
}
label.secq span {
    display:block!important;
    width:auto;
}

input.secinput {
    vertical-align:text-bottom;
}

#cforms_captcha6,#cforms_captcha5,#cforms_captcha4,#cforms_captcha3,#cforms_captcha2,#cforms_captcha {
    float:left;
    height:15px;
    width:196px;
    margin:0;
    padding:3px 2px;
    vertical-align:middle}
img.captcha,img.captcha-reset {
    display:block;
    float:right;
    vertical-align:middle;
    margin:0 4px 0 0;
    padding:0;
    border:0;
    display:inline}
img.captcha-reset {
    float:left;
    width:21px;
    height:21px;
    margin:0 0 0 10px;
    background:url(/wp-content/themes/be/img/captcha_reset_red.gif) no-repeat}
img.imgcalendar {
    border:none!important;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
    display:none;
    margin:0 auto 10px auto;
    padding:10px 0 10px 25px;
    width:472px}
div.cf_info ol {
    margin:0;
    padding:5px 15px 0 30px}
div.cf_info ol li {
    padding:1px 0;
    margin:2px 0}
div.cf_info a   {
    color:red !important;
    text-decoration:underline !important}
div.success {
    background:#F9F9F9 none repeat scroll 0%;
    color:#aaa;
    display:block}
div.failure {
    display:block;
    border:1px solid #f00;
    background:url(/wp-content/themes/be/img/ico-exclmark.gif) no-repeat 5px center}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
    color:#dddddd;
    border-color:#dddddd!important;
    background:none!important;
}
.disabled {
    border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
    width:220px;
    background: #f9f9f9;
    border:1px solid #888888;
}

.linklove{
    display:none}

