/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */

@import "calendar.css";
p.linklove { display: none; }

/*
.cform { 
	margin:10px auto 0 auto; 
	width: 450px; 
}
*/

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

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

/*
.cform legend { 
	margin-left:10px;
	padding: 0 2px; 
	font:normal 20px Times; 
}
*/
.cform legend {
font-size: 18px;
}

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


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

ol.cf-ol li.textonly {
	padding:3px 0; 
margin: 20px 0 10px 0;
	font-weight: bold;
}


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

.cform label {
	width:100%; 
	margin:2px 10px 0 0; 
	text-align:left;
	vertical-align:top;
	/*font-size: 10px;*/
	display:block;
	/*color:#888888;*/
}
.cform label span {
}

.cform .cf-box-group label {
	width: auto;
	display: inline;
}

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

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

label.cf-after span {
	width:200px;
	display:block;
font-size: 10px;
color:#000;
}

label.cf-group-after {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:2px 0 0 2px;
	width:600px;
	text-align:left;
	display: block;
}
.cf-box-group label.cf-group-after {
	display: inline;
	width: auto;
}
label.cf-group-after span {
	width:600px;
	display:block;
	line-height:1.3em;
}
.cf-box-group label.cf-group-after span {
	display: inline;
	width: auto;
	font-size: 12px;
}

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

.cform input,
.cform textarea,
.cform select { 
	padding:3px 5px;
	background: #fbfbfb; 
	border:none;
	border: 1px solid #aaaaaa; 
	color: #000;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CEDDDF; 
}

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

.cform textarea,
.cform input {
	width:370px; 
}
/*
.cform select {
	width:378px; 
}  
*/
.cform select.cfselectmulti	{ 
	height:6.5em; 
}

.cform textarea {
	/*font-family: arial;*/
	height: 6em;
	overflow:auto;
}

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

span.reqtxt,
span.emailreqtxt { 
	/*display:-moz-inline-box;*/ /*for mozilla*/
	/*display:inline-block;*/ /*for Opera & IE*/
display: block;
	font-size:9px;
	vertical-align:top;
	color:#7f0009;
	text-align:left;
}


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

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

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

input.cf-box-a,
input.cf-box-b 	{ 
	margin:2px 5px 0 0; 
	width:16px; 
	border:none; 
}

input.cf-box-a 	{ 
} 


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

ol.cf-ol li.cf-box-group {
padding: 0 0 2px 0; 
} 




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

p.cf-sb {
	padding: 0!important;
	margin: 0;
}
.cform input.sendbutton	{ 
	width:100px;  
	padding:2px; 
	border:1px solid #adadad!important;
background: #FFF;
}


/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */

.cform .cf_error 		{ border:3px solid #FF0000!important; padding:1px 3px; }
.cform .cf_errortxt,
.mailerr	    	{ color:red!important; }


/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.seccap {
	margin-top: 6px;
}
label.secq,
label.secq span {
	display:inline;
}
label.secq {
	vertical-align:middle;
}

input.secinput {
	width:45px;
	margin: 3px 0 0 10px;
	vertical-align:middle;
}

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

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

img.captcha-reset {
	vertical-align:middle;
	background:	url(../images/captcha_reset_white.jpg) no-repeat;
	margin-left:3px;
	width:21px;
	height:21px;
}

img.imgcalendar {
	position:relative;
	top:4px;
}

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

.cf_info 		{
	margin:10px 0;
	text-align:center;
}
.success 	{
	color:green;
}
.failure 	{
	background: #FF0000;
color: #FFF;
padding: 5px;
}

/*                                                    */
/* 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 .cform fieldset.cf_hidden { 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
	display: none;
}

* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
* html .cform fieldset {
}
* html img.captcha	{
	margin-top:1px!important;
}
*+html input.cf-box-a,
*+html input.cf-box-b { 
	background:none;
	margin-top:0px;
}
* html input.cf-box-a,
* html input.cf-box-b { 
	background:none;
	margin-top:0px;
}
