/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
.cform {
  margin: 0;
  padding: 0;
}

.cform fieldset {
  border: none;
  padding: 10px 0 0 0;
  margin: 0 0 0 0;
  background: none;
}

* html .cform fieldset {
  border: none;
  padding: 0;
}

.cform fieldset.cf_hidden { 
  border:none!important;
  background:none!important;
  padding:0!important;
  margin:0!important;
}

.cform legend { 
  margin: 0;
  padding: 0;
  font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
  font-variant: normal;
  font-style: normal;
  font-weight: bold;
  color: #000;
  font-size: 0.9em;
}

* html .cform legend { 
  margin: 0 0 8px -7px;
  padding: 0;
}

ol.cf-ol {
  margin: 0;
  padding: 0;
}

ol.cf-ol li {
  clear: both;
  margin: 0 !important; /*some themes may interfere otherwise*/
  padding: 0;
  list-style: none !important;
  text-align: left;
}

/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */
ol.cf-ol li.textonly {
  clear: both;
  padding: 13px 0 2px 0;
  font-size: 0.9em;
  color: #888;
}

* html ol.cf-ol li.textonly {
  padding: 6px 0 2px 0;
  font-size: 0.9em;
  color: #888;
}

/*                                                    */
/* global definitions for field labels                */
/*                                                    */
.cform label {
  display: block;
  padding: 3px 0 0 0;
  cursor: pointer;
  font-size: 0.9em;
  color: #888;
}

* html body .cform label {
  padding: 1px 0 0 0;
}

.cform label span {
}

label.cf-before {
  display: -moz-inline-box; /*for mozilla*/
  display: inline-block; /*for Opera & IE*/
  margin: 0 5px 0 0;
}

label.cf-after {
  float: left;
  margin: 10px 0 0 0;
}

label.cf-after span {

}

label.cf-group-after {
  display: -moz-inline-box; /*for mozilla*/
  display: inline-block; /*for Opera & IE*/
  margin: 0 0 0 2px;
  width: 60px;
  text-align: left;
}

label.cf-group-after span {
  width: 60px;
  display: block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */
.cform input,.cform textarea,.cform select {
  clear: both;
  float: left;
  font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
  font-size: 0.9em;
  padding: 2px;
  background: #fbfbfb;
  border: 1px solid #ccc;
}

* html .cform input,* html .cform textarea,* html .cform select {
  padding: 1px;
}

.cform input:hover,.cform textarea:hover,.cform select:hover {
  background: #F3F8F8;
}

.cform input:focus,.cform textarea:focus,.cform select:focus {
  background: #F3F8F8;
}

.cform textarea,.cform input {
  width: 370px;
}

.cform select {
  width: 378px; /* attempt to have equal length */
}

.cform select.cfselectmulti {
  height: 6.5em;
}

.cform textarea {
  height: 6em;
  overflow: auto;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */
span.reqtxt,span.emailreqtxt {
  font-size: 0.8em;
  color: #C2007A;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */
ol.cf-ol li.cf-box-title {
  
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */
input.cf-box-a,input.cf-box-b {
  float: left;
  margin: 12px 0 0 0;
  width: 16px;
  border: none;
}

* html input.cf-box-a,input.cf-box-b {
  margin: 8px 0 0 0;
}

/*                                                    */
/* check box groups                                   */
/*                                                    */
ol.cf-ol li.cf-box-group {
  padding: 0 0 5px 0;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */
p.cf-sb {
  margin: 0;
  text-align: center;
}

.cform input.sendbutton {
  float: none;
  width: 100px;
  padding: 2px;
  margin: 10px 0 0 0;
  font-size: 0.8em;
  background: url(../images/button-bg.gif) repeat-x;
  border: 1px solid #adadad !important;
  border-left-color: #ececec !important;
  border-top-color: #ececec !important;
}

/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .error {
  color: #C2007A !important;
  border: 1px solid #C2007A !important;
}

.cform .errortxt,.mailerr {
  color: #C2007A !important;
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */
label.seccap {
  margin-top: 6px;
}

label.secq,label.secq span {

}

label.secq {

}

input.secinput {

}

#cforms_captcha5,#cforms_captcha4,#cforms_captcha3,#cforms_captcha2,#cforms_captcha
  {
  height: 15px;
  width: 50px;
  padding: 4px 4px;
  margin: 0;
  vertical-align: top;
}

img.captcha {
  margin: 0 0 0 10px !important;
  padding: 0 !important;
  border: none !important;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */
p.info {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 0.9em;
  text-align: center;
  line-height: normal !important;
}

p.success {
  color: #5FC200;
}

p.failure {
  color: #C2007A;
}

/*                                                    */
/* 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: 0 0 10px 0 !important;
  padding: 0 !important;
  text-align: center !important;;
}

.linklove a,.linklove a:visited {
  font-size: 0.8em;
  font-family: Tahoma;
  color: #aaaaaa !important;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */

* html img.captcha {
  margin-top: 1px;
}