/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */

.cform {     margin:0 auto 0 auto; 
             width: 240px; 
             float: left;
             font-size: 11px;
}
.cform fieldset { 
    margin-top:0px; 
    padding:5px 0 5px 0; 
    font-size: 11px;
    border:none;
}

.cform fieldset.cf_hidden { 
    border:none!important;
    background:none!important;
    padding:0!important;
    margin:0!important;
}

.cform legend { 
    margin-left:0px;
    padding: 0 0 0 0; 
    font:normal 11px Tahoma,Arial,sans-serif; 
    font-weight: 900;
    color: #000000;
}

ol.cf-ol { 
    margin:0; 
    padding:0; 
}
ol.cf-ol li { 
    margin:5px 0!important; /*some themes may interfere otherwise*/
    padding:0; 
    font-size: 11px;
    list-style:none!important; 
    text-align:left;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
    padding:3px 0; 
    text-align:center;
    font-size: 11px;
    color:#000000;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
    width:70px; 
    margin:2px 10px 0 0; 
    display:-moz-inline-box; /*for mozilla*/
    display:inline-block; /*for Opera & IE*/
    text-align:left;
    vertical-align:top;
    color: #000000;
    font:11px Tahoma,Arial,sans-serif;
}
.cform label span {
    width:70px; /* must be the same as above!*/
    display:block; 
}

label.cf-before {
    margin:0 10px 0 0; 
}

label.cf-after  {
    margin:0 0 0 6px;
    width:240px;
    text-align:left;
}

label.cf-after span {
    width:150px;
    display:block;
}

label.cf-group-after {
    margin:0 0 0 2px;
    width:60px;
    text-align:left;
}
label.cf-group-after span {
    width:60px;
    display:block;
    margin-top:3px;
    line-height:1.0em;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
    padding:1px 2px;
    border: 1px solid #000000; 
    font:11px Tahoma,Arial,sans-serif;
    color:#000000;
    height: 15px;
    background:#ffffff url(../images/field-bg-top.gif) repeat-x top left;

}
.cform input:hover,
.cform textarea:hover,
.cform select:hover {
    border: 1px solid #99CC00;
    background:#ffffff url(../images/field-bg-bottom.gif) repeat-x bottom left; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus { 
    color:#000000;
    background:#ffffff url(../images/field-bg-bottom.gif) repeat-x bottom left; 
}

.cform textarea,
.cform input {
    width:150px; 
}
.cform select {
    width:150px; /* attempt to have equal length */
}  

.cform select.cfselectmulti { 
    height:7.5em; 
}

.cform textarea {
    font-family: Tahoma,Arial,sans-serif;
    font-size: 11px;
    height: 30px;
    overflow:auto;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
    margin:0px 3px 0px 0px;
    vertical-align:top;
    color: #000000;
    font-size:10px;
    line-height:1.0em;
    display: none;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
    padding-left:0px; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b  { 
    margin:1px 0 0 0; 
    width:16px; 
    border:none!important;
    background:none!important;
}

input.cf-box-a  { 
    margin-left: 0px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
    padding: 0 0 5px 80px; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
    margin: 0;
    text-align:left;
}
.cform input.sendbutton { 
    width:155px;
    height:17px;
    padding:0px; 
    margin: 0 0 0 80px;
    font-size:11px;
    background:url(../images/button-bg.gif) repeat-x; 
    border:1px solid #000000!important;
    border-left-color:#000000!important; 
    border-top-color:#000000!important;
}


/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */

.cform .error       { color:red!important; border:1px solid #FF0000!important; padding:1px 3px; }
.cform .errortxt,
.mailerr            { color:red!important; }


/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.seccap {
    margin-top: 6px;
}
label.secq,
label.secq span {
    margin-top: 2px;
    width:174px;
}
input.secinput {
    width:45px;
    margin: 3px 0 0 0;
    vertical-align:top;
}

#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
    height:11px;
    width:50px;
    padding: 2px 2px;
    margin: 0;
}

img.captcha {
    margin:0 0 0 10px!important;
    padding:0!important;
    border:none!important;
    float:none!important;
}

img.captcha-reset {
    background: url(../images/captcha_reset_white.jpg) no-repeat;
    margin-left:3px;
    width:21px;
    height:21px;
}


/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

p.info      {
    margin:10px 0;
    text-align:center;
}
p.success   {
    color:green;
}
p.failure   {
    color:red;
}

/*                                                    */
/* 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  {
    background: #f9f9f9;
    border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
    margin:10px 0 10px 50px!important;
    padding:0!important;    
    text-align:center!important;
    display: none;
}
.linklove a,
.linklove a:visited {
    font-size: 11px;
    font-family: Tahoma;
    color:#aaaaaa!important;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html span.reqtxt,
* html span.emailreqtxt { 
    display: inline-block;
}
* html .cform fieldset.cf_hidden { 
    border:none!important;
    background:none!important;
    padding:0!important;
    margin:0!important;
}

* html .cform legend { 
    position:absolute; 
    top: -10px; 
    left: -8px; 
    margin-left:0;
}
* html .cform fieldset {
    position: relative;
    margin-top:15px;
    padding-top:25px; 
}
* html img.captcha  {
    margin-top:1px!important;
}
*+html input.cf-box-a,
*+html input.cf-box-b {
    margin-top:0px;
    background:none;
}
* html input.cf-box-a,
* html input.cf-box-b { 
    height:1.2em;
    margin-top:0px;
    background:none;
}
*+html label.cf-after   {
    margin-top:2px;
}

