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

.cform { 
background-color:#529FD5;
border:1px solid #02507E;
padding:10px;
}

.cform fieldset	{ 
}

.cform .cf_hidden {
}

.cform legend { 
}

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

ol.cf-ol li label	{
	display:none;
}

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

ol.cf-ol li.textonly {
	color:#fff;
	font-size:18px;
	margin-bottom:13px;
}


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

.cform label {
}
.cform label span {
	display:none;
}

label.cf-before {
}

label.cf-after 	{
}

label.cf-after span {
}

label.cf-group-after {
}
label.cf-group-after span {
}

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

.cform input,
.cform textarea,
.cform select { 
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
}

.cform textarea,
.cform input {
	}
.cform input.single {	
	display:block;
	margin-bottom:3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	radius:4px;
	font-size:14px;
	padding:4px;
	border:1px solid #EFEFEF;
}
	
.cform select {
}  

.cform select.cfselectmulti	{ 
}

.cform textarea {
}

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

span.reqtxt,
span.emailreqtxt { 
margin-bottom:10px;
margin-top:0;
display:block;
color:#fff;

}


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

ol.cf-ol li.cf-box-title {
}

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

input.cf-box-a,
input.cf-box-b 	{ 
}

input.cf-box-a 	{ 
} 


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

ol.cf-ol li.cf-box-group {
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	background-color:#83C62C;
	border:1px solid #3E5E15;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	margin:0 0 0 235px !important;
	padding:6px 0;
	text-align:center;
	width:118px;
	cursor:pointer;
	
}
.cform input.resetbutton {
}
.cform input.backbutton {
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
}

ol.cf-ol li ul.cf_li_text_err {
}

ol.cf-ol ul.cf_li_text_err li {
}
ol.cf-ol ul.cf_li_text_err li:before {
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */
label.secq,
label.seccap {
}

input.secinput {
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
}

img.captcha	{
}

img.captcha-reset {
}

img.imgcalendar {
}

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

div.cf_info {
}
div.cf_info ol {
}
div.cf_info ol li {
}
div.cf_info a	{
}
div.success {
}
div.failure {
}
div.waiting {
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
}
div.mailerr {
}
.mailerr,
.cform .cf_errortxt {
}

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

p.cf_info 		{
}
p.success 	{
}
p.failure 	{
}

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

[disabled] {
}
.disabled {
}

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

.cform input.cf_upload  {
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	display:none;
}
.linklove a,
.linklove a:visited {
	display:none;
}


/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
*+html ol.cf-ol,
*+html ol.cf-ol li	{
}
* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
}
* html .cform legend { 
}
*+html .cform legend { 
}
* html .cform fieldset {
}
*+html .cform fieldset {
}
* html img.captcha	{
}
*+html img.captcha	{
}
