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

.cform fieldset.cf-fs1 {
}

.cform { 
	margin:10px auto 0 auto; 
	width: 500px; 
   background: #EEF5E5;
   clear: both;
}

.cform fieldset	{ 
	margin:10px 0 40px 0; 
	padding:10px 0 0 0; 
	border:none;
   /*border: 1px solid #759A3A;
   border-radius: 20px;
   -moz-border-radius: 20px;
   -webkit-border-radius: 20px;
   background: #E3EBD8;*/
}

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

.cform legend { 
	padding: 20px 2px 0 25px; 
	font-size: 16px; 
   font-weight: bold;
	color:#0061AC;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0 25px!important; 
}
ol.cf-ol li	{
	background:none!important; 
	margin:5px 0 8px!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}


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

ol.cf-ol li.textonly {
	padding:3px 0; 
	text-align:left;
}
.textonly h3 {
   margin: 0;
}

/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	margin:0; 
	text-align:left;
	font-size: 12px;
	display:block;
	color:#0079D5;
	padding:2px 4px;
	letter-spacing:.5px;
        font-weight:bold;
}

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

label.cf-before span{
	width:200px; 
	display:block;
        letter-spacing: 0pt;
        font-weight: normal;
}

label.cf-after 	{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 3px 0 4px;
	width:115px;
	text-align:left;	
   vertical-align:middle;
}

label.cf-after span {
	width:115px;
	display:block;
        font-weight:normal;
        letter-spacing: 0pt;
}

label.cf-group-after {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:0px 6px 0 4px;
	width:185px;
	text-align:left;
   vertical-align: top;
}
label.cf-group-after span {
	width:185px;
	display:block;
   font-weight:normal;
   letter-spacing: 0;
}
label.cf-group-after span span {
   display: inline;
}
label span span, li.cf-box-title span {
   font-size: 10px;
   font-weight: normal;
   letter-spacing: 0pt;
   color: #777;
}


/* SPECIAL: half widths */
#li--5, #li--6, #li--17, #li--18, #li--19, #li--20, #li--21, #li--22 {
   float:left;
   width:224px;
}
#li--5 label, #li--6 label, #li--5 input, #li--6 input,
#li--17 label, #li--18 label, #li--19 label, #li--20 label, #li--21 label, #li--22 label,
#li--17 input, #li--18 input, #li--19 input, #li--21 input, #li--22 input {
   width: 210px;
}
#li--20 input {
   width: 185px;
}
#li--7, #li--19, #li--21 {
   clear: left;
}
/* SPECIAL: third widths */
#li--11, #li--12, #li--13 {
   float:left;
   width:149px;
}
#li--11 label, #li--12 label, #li--13 label, #li--11 input, #li--12 input, #li--13 input {
   width: 130px;
}
#li--14 {
   clear: left;
}



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

.cform input,
.cform textarea,
.cform select { 
	padding:1px;
	border:1px solid #aaa; 
	color:#333;
	background:#ffffff url(../images/field-bg-top.gif) repeat-x top left;
	vertical-align:middle;   
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	border: 1px solid #FFCC00;
	background:#ffffff url(../images/field-bg-bottom.gif) repeat-x bottom left; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	color:#666;
	background:#ffffff url(../images/field-bg-bottom.gif) repeat-x bottom left; 
}

.cform textarea,
.cform input {
	width:440px;
}
.cform select {
	width:448px; /* attempt to have equal length */
}  

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

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	height: 5em;
	overflow:auto;
}

.cform input.cf_date {
	width:418px;
}



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

ol.cf-ol li.cf-box-title {
	font-size:13px;
        letter-spacing: .5px;
	color:#333333;
        font-weight:bold;
}

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

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


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 0; 
   vertical-align: top;
} 


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

span.reqtxt,
span.emailreqtxt { 
	display:none;
}

.cform input.fldemail{
	margin:0;
	background:white url(req-bg.gif) no-repeat right top!important; 
}
.cform input.fldrequired {
	margin:0;
	background:white url(req-bg.gif) no-repeat right top; 
}
.cform textarea.fldemail{
	margin:0;
	background:white url(req-email-bg.gif) no-repeat right top!important; 
}
.cform textarea.fldrequired {
	margin:0;
	background:white url(req-bg.gif) no-repeat right top; 
}
/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	padding: 0!important;
	margin: 0;
	text-align:center;
}
.cform input.sendbutton	{ 
	width:120px;  
	padding:3px; 
	margin: 10px 3px 10px 0pt;
	font-size:1em;
	background: #004071 url(../images/button-bg-dkblue.gif) repeat-x; 
   color: #fff;
	border:1px solid #003!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}

/*                                                    */
/*   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 0px!important;
	margin:5px 0!important;
}

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 {
	margin-top: 6px;
}

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 {
	height:15px;
	width:196px;
	padding: 4px 4px;
	margin: 0 0 8px 0;
	vertical-align:text-bottom;
}

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

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

img.imgcalendar {
	border:none!important;
   vertical-align:top;
}

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

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:420px;
	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:#709D32 none repeat scroll 0%;
	color:#fff;
	display:block;
   font-weight:bold;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}

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

/*                                                    */
/* 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;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	display: none;
}
  
/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: -7px; 
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: -7px; 
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html ol.cf-ol 	{
	display:inline-block; /*for IE6!!*/
}
* html img.captcha	{
	margin-bottom:9px!important;
}
*+html img.captcha	{
	margin-bottom:9px!important;
}

