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

.cform {
}
.footer .cform {
}
.cform fieldset	{
	border:none;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}
.cform legend {
	display: none;
}
ol.cf-ol {
	margin: 0px!important;
}
ol.cf-ol li	{
	background:none!important; 
	list-style:none!important; 
}
.footer ol.cf-ol li{

}

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

ol.cf-ol li.textonly {
	font-size: 14px;
	line-height: 1.5em;
	padding-top: 10px;

}
#cforms4form li.textonly {
	font-weight: bold;
}



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

.cform label,
#searchform label {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
	line-height: 1.5ems;
	font-size: 12px;
}
.cform label {
	margin-top: 10px;
}
.cform label span {
	display:block;
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 2px 0pt 6px;
	text-align:left;
	width:75px;
}

label.cf-after span {
	width:75px;
	display:block;
}

label.cf-group-after {
	margin:4px 0 0 2px;
	width:60px;
	text-align:left;
}
label.cf-group-after span {
	width:60px;
	display:block;
}

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

input,
textarea,
select {
	font-family:Tahoma, Arial, sans-serif;
	line-height: 1.5ems;
	vertical-align:top;
	border: 5px solid #CCCCCC;
	padding: 5px;
	background-image: url(../images/input-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #999;
}
.right .cform input,
.right .cform textarea,
.right .cform select,
#searchform input {
	width: 170px;
	font-size:14px;
}
.column .cform input,
.column .cform textarea,
.column .cform select {
	width: 295px;
	font-size:14px;
}

input:hover,
textarea:hover,
select:hover	{
	color: #000000;
}

input:focus,
textarea:focus,
select:focus	{
	border-color:#CC9900;
	background-image:none;
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
	color: #000000;
}

.cform textarea,
.cform input {

}
.column .cform select {
	width:315px; /* attempt to have equal length */
}  

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

.cform textarea {
	font-family:Tahoma, Arial, sans-serif;
	overflow:auto;
	height: 90px;
}

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

span.reqtxt,
span.emailreqtxt { 
	margin:0px 5px 7px 98px;
	display: none; 
	vertical-align:top;
	color: #aaa;
	font-size:0.7em;
	line-height:1.2em;
}

.cform .fldrequired {
	border-color:#9C7C38;
}

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

ol.cf-ol li.cf-box-title {
	color:#888888;
	font-size:1em;
	letter-spacing:2px;
	margin:12px 0pt 0 !important;
	padding:0pt 0pt 0pt 100px;
}

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

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

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


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

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


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

p.cf-sb {
	text-align:center;
	padding-top: 20px;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton,
.right #searchsubmit	{
	width:190px;
	margin: 0;
	background:#9C7C38 url(../images/button-small-bg.gif) no-repeat center 5px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	line-height: 50px;
	height: 50px;
	padding: 0px;
}
.cform input.backbutton:hover,
.cform input.resetbutton:hover,
.cform input.sendbutton:hover,
.cform input.backbutton:focus,
.cform input.resetbutton:focus,
.cform input.sendbutton:focus,
#searchsubmit:hover,
#searchsubmit:focus {
	color:#660000;
}
.cform input.resetbutton {

}
.cform input.backbutton {

}
#searchsubmit {
	margin-top: 20px!important;
	margin-bottom: 20px!important;
	clear:both;
}
/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {

}
.footer 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 {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */
label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:100px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:text-bottom;
}

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_white.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.cf_info {
	color:#FFF;
	display:none;
	padding:10px;
	line-height:1.5em;
	margin:15px auto;
	font-size: 1.4em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
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:#9C7C38;
	display:block;
}
div.failure {
	display:block;
	background:#660000!important;
}
div.waiting {
	display:block;
	background-color: #9C7C38;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error,
.cform .cf_error:focus {
	color: #990000;
	border-color: #990000;
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:red; 
}

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

p.cf_info 		{
	margin:10px 0;
	text-align:center;
}
p.success 	{
	color:green;
}
p.failure 	{
	color:red;
}

/*                                                    */
/* 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 ol.cf-ol,
*+html ol.cf-ol li	{
	display: inline-block;  /*for ie7*/
}
* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;
}
* html .cform legend { 
	position:absolute; 
	left: -8px; 
	top:0;
	margin-left:0;
}
*+html .cform legend { 
	position:absolute; 
	left: -8px;
	top:0;
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html img.captcha	{
	margin-bottom:1px!important;
}
*+html img.captcha	{
	margin-bottom:1px!important;
}

