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

.cform {
	margin:10px 0;
	width: 340px;
}

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

/*.cform legend { margin-left: 10px; padding: 0 2px; }*/

ol.cf-ol { margin: 0!important; padding:0!important; }

ol.cf-ol li	{
	background: none!important; 
	margin: 5px 0!important;
	padding: 0; 
	list-style: none!important; 
	text-align: left;
	line-height: 1em;
}


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

.cform label {
	width: 90px; 
	margin: 2px 7px 0 0; 
	display: -moz-inline-box; /*for mozilla*/
	display: inline-block; /*for Opera & IE*/
	text-align: right;
	vertical-align: top;
}

.cform label span { width: 90px; /* must be the same as above!*/ display: block; }


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

.cform input,
.cform textarea,
.cform select { 
	font-family: tahoma,arial,verdana,sans-serif;
	margin: 0;
	padding: 3px;
	background: #FFF; 
	border: none; 
	vertical-align: top;
}

.cform textarea,
.cform input { width: 150px; }

.cform select { width: 158px; /* attempt to have equal length */ padding: 2px 0; }  

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

.cform textarea {
	font-family: tahoma,arial,verdana,sans-serif;
	font-size: 1em;
	overflow: auto;
	margin: 0 0 4px 0;
}


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

.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	margin: 2px 0 0 0; 
	width: 14px;
	height: 22px;
	border: none!important;
	background: none!important; 
}

.cform input.cf-box-a 	{ margin-left: 100px; /* check with label 'width' incl. */ } 


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

ol.cf-ol li.cf-box-group { margin: 10px 0pt 0px !important; padding-left: 100px; } 


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

span.reqtxt,
span.emailreqtxt { 
	margin: 3px 0 0 9px;
	font-size: 0.9em;
	display: -moz-inline-box; 
	vertical-align: top;
}


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

p.cf-sb {
	width: 253px;
	text-align:right;
	padding: 0!important;
	margin: 0!important;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	background: #C7C25C;
	color: #FFF;
	border: 0;
	margin: 0 0 0 0;
	padding: 3px;
	text-transform: uppercase;
	font-size: 0.9em;
	width: 156px;
}


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

/*
#cforms_captcha6, #cforms_captcha5, #cforms_captcha4, #cforms_captcha3, #cforms_captcha2, #cforms_captcha {	height: 15px; width: 50px; padding: 4px 4px; margin: 0; }
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_grey.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.success,
div.failure,
div.waiting {
	background: #C7C25C;
	color: #FFF;
	display: block;
	padding: 10px;
	margin: 10px 0;
}


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

.cform .cf_error { color: #FFF; background: #CEC4AD; }

div.mailerr { display:block; }

.cf-box-group {
	display:none;
} 
.cf-box-title {
	display:none;
}

/* .mailerr, .cform .cf_errortxt { color:#ad2929; } */


/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width: 253px;
	margin: 0 0 10px!important 0;
	padding: 0!important;	
	text-align :right!important;
}
.linklove a,
.linklove a:visited {	font-size: 0.8em; color:#CEC4AD!important; }


/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}

* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html .cform label,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}

* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}
