/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

.cform { margin:10px; }

.cform fieldset   { 
   margin-top:10px;  
   border:none;
}
.cform .cf_hidden {
   display:none; 
   border:none!important;
   background:none!important;
   padding:0!important;
   margin:0!important;
}
.cform legend { text-indent:-1000em; }
ol.cf-ol li {
   background:none!important;    
   padding:0; margin:0;
   list-style:none!important; 
   text-align:left;     
}

/* just for text-only fields (no input)               */

ol.cf-ol li.textonly {  }

/* global definitions for field labels                */

.cform label {    
   color: #544935;
   font:1.4em 'Georgia', Times, Serif;
}
.cform label span {
   margin:10px 0 0 5px;
   display:block; 
}

/*   FORM FIELDS general formatting                   */

.cform input,
.cform textarea,
.cform select { 
   padding:5px;
   border:1px solid #AF8352;  
   color:#333;
   background:#FFF4E5 url(../images/field-bg-top.gif) repeat-x top left;   
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover  {
   border: 1px solid #cc0000;
   background:#FFF4E5 url(../images/field-bg-bottom.gif) repeat-x bottom left; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus  { 
   color:#666;
   background:#ffffff; 
}

.cform input { width:350px; }
.cform .cf-box-group input { width:20px;border:none;background:none; }
.cform textarea { width:450px; }
.cform select {   width:306px; /* attempt to have equal length */ }  

.cform textarea {
   font-family: arial;  
   overflow:auto;
   font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.cform #li--4, .cform #li--5 { margin-top:20px; }
#li--8 input, #li--9 input, #li--10 input, #li--12 input { width:200px; }
#li--8, #li--9, #li--10 { padding-left: 215px; }
#cforms_q { margin-left:15px; }

/* formatting for text:  "(required)"  & other        */

span.reqtxt,
span.emailreqtxt { 
   margin-right:360px;
   display: block;   
   color: #444;
   text-align:right; 
   font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#li--5 span.reqtxt { margin-right:210px; }

/*   radio button title                               */

ol.cf-ol li.cf-box-title {
   font-size:1.2em;
   letter-spacing:2px;
   margin:0 0 10px;
}

/*   check boxes                                      */

/* check box groups                                   */

.cf-box-group label span, .cf-fs3 label span {
   display:inline; 
   margin-right:20px;
   }
ol.cf-ol li.cf-box-group {
   float:left;
   margin-top:4px;
} 

/*   FORM submit button                               */

p.cf-sb { text-align:left; }
.cform input.sendbutton {
   width:130px;  
   padding:2px; 
   margin: 20px 0 0 10px;
   cursor:pointer;   
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
   background:#FFDFDF url(li-err-bg.png) repeat!important;
   border-color:#DF7D7D;
   border-style:solid;
   border-width:1px 0pt;
   padding:5px 0!important;
   margin:5px 0!important;
}

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

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.secq,
label.seccap {
   vertical-align:text-bottom;
   margin-bottom:4px;
}

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

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
   height:15px;
   width:100px;
   padding: 4px 4px;
   margin: 0;
   vertical-align:text-bottom;
}

img.captcha {
   vertical-align:text-bottom;
   margin:0 0 0 10px!important;
   padding:0!important;
   border:none!important;
   float:none!important;
}

img.captcha-reset {
   vertical-align:text-bottom;
   background: url(captcha_reset_white.gif) no-repeat;
   margin:0 0 2px 3px;
   width:21px;
   height:21px;
   border:none;
}

img.imgcalendar {
   border:none;
}

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

div.cf_info {
   color:#333;
   display:none;
   padding:10px 15px!important;
   width:380px;
   line-height:1.3em;
   margin:10px auto;
}
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:#333;
   display:block;
   border:1px solid #CC0000;
   font-size:1.4em;
}
div.failure {
   display:block;
   background:#FFDFDF url(li-err-bg.png) repeat!important;
   border-color:#DF7D7D;
   border-style:solid;
   border-width:1px 0pt;
}
div.waiting {
   background:#F9F9F9;
   color:#AAAAAA;
   display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
   color:red; 
   border:1px solid #FF0000; 
}
div.mailerr {
   display:block;
}
.mailerr,
.cform .cf_errortxt {
   color:red; 
}

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

p.cf_info      {
   margin:10px 0;
   text-align:center;
}
p.success   {
   color:green;
}
p.failure   {
   color:red;
}



/*  Other: link love                                  */

.linklove { display:none; }
