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

.cform { 
	background:#f7f7f7;
	padding:20px 0px 10px 0px;
	border-top:3px solid #999;
}

.cform fieldset	{ 
	background:#f7f7f7;
	padding:10px 0px;
	border:2px solid #CCC;
	
}

.cform .cf_hidden {
	display:none;
}

.cform legend { 
	font-size:16px;
	font-weight:bold;
	padding:5px 10px;
	background:white;
	margin-left:10px;
}

ol.cf-ol { 
	
}
ol.cf-ol li	{
	padding:5px 0px;
}


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

ol.cf-ol li.textonly {
	
}


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

.cform label {
	width:160px;
	float:left;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
	padding-top:3px;
}
.cform label span {
	
}

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 { 
	height:20px;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	
}

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

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

.cform select.cfselectmulti	{ 

}

.cform textarea {
	height:200px;
	width:300px;
}

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

span.reqtxt,
span.emailreqtxt { 
	color:#999;
	font-size:11px;
	font-style:italic;
	padding-left:10px;
}


/*                                                    */
/*   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 {
	float:left;
	width:437px;
	padding:20px 0px 10px 160px;
	
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	
}
.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 {
	padding:10px;
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
}
div.cf_info ol {

}
div.cf_info ol li {
	
}
div.cf_info a	{
	
}
div.success {
	background:#f7fdda;
	border:1px solid #759904;
	color:#427400;
}
div.failure {
	background:#ffe2dd;
	border:1px solid #991c03;
	color:#691100;
}
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 {
	
}


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