/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

.cform { 
	margin-top:0px; 
	/*width: 410px; */
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 5px 0; 
	border:none;
}

.cform fieldset.cf_hidden { 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:10px;
	padding: 0 0 10px 0; 
	font:normal 18px Verdana; 
	color: #aaa;
	display: none
}

ol.cf-ol { 
	margin:0; 
	padding:0; 
}
ol.cf-ol li	{ 
	margin:15px 0!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	padding:3px 0; 
	text-align:center;
	font-size:0.9em;
	color:#888;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:127px; 
	margin:2px 10px 0 0; 
	text-align:left;
	vertical-align:top;
	color: #333333;
}
.cform label span {
	width:127px; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:0 10px 0 0; 
}

label.cf-after 	{
	margin:0 0 0 6px;
	width:200px;
	text-align:left;
}

label.cf-after span {
	width:200px;
	display:block;
}

label.cf-group-after {
	margin:0 0 0 2px;
	width:60px;
	text-align:left;
}
label.cf-group-after span {
	width:60px;
	display:block;
	margin-top:3px;
	line-height:1.1em;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:1px 3px;
/*	font:0.9em Trebuchet MS,sans-serif;*/
/*	color:#888;*/
	background-color: #ffffff;
	border: 1px solid #999999;

}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	border: 1px solid #666666;
	/*background:#ffffff url(../images/field-bg-bottom.gif) repeat-x bottom left; */
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	/*color:#666;
	background:#ffffff url(../images/field-bg-bottom.gif) repeat-x bottom left; */
}

.cform textarea,
.cform input {
	width:235px; 
}
.cform select {
	width:243px; /* attempt to have equal length */
	border:1px solid #999999;
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 10pt;
	overflow:auto;
	width: 355px;
	height: 200px;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:0px 5px -12px 137px;
	display: block; 
	vertical-align:top;
	color: #aaa;
	font-size:0.7em;
	line-height:1.2em;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	padding-left:100px; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:1px 0 0 0; 
	width:16px; 
	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 {
	margin: 0;
	text-align:left;
}
.cform input.sendbutton	{ 
	color: #FFFFFF;
	background-image: url(../images/FormCUBtn.png);
	height: 33px;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 110px;
	background-position: top;
	margin-left: -5px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	padding-bottom: 11px;
}
.cform input.sendbutton:hover {
	background-position: bottom;
	cursor: pointer!important;	
}


/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */

.cform .error 		{ color:#BB0000!important;
	border:1px solid #DD0000!important;
	padding:1px 3px;
}
.cform .errortxt,
.mailerr	    	{ color:#BB0000!important; }


/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.seccap {
	margin-top: 6px;
}
label.secq,
label.secq span {
	margin-top: 2px;
	width:174px;
}
input.secinput {
	width:45px;
	margin: 3px 0 0 0;
	vertical-align:top;
}

#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	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            */
/*                                                    */

p.info		{
	margin:15px 0px 0px 30px;
}
p.success, .success 	{
	color: #92B634;
}
p.failure, .failure	{
	color:#BB0000;
}

/*                                                    */
/* 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:10px 0 10px 50px!important;
	padding:0!important;	
	text-align:center!important;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
	display: none;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */

* html .cform fieldset.cf_hidden { 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: -8px; 
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html img.captcha	{
	margin-top:1px!important;
}
*+html input.cf-box-a,
*+html input.cf-box-b {
	margin-top:0px;
	background:none;
}
* html input.cf-box-a,
* html input.cf-box-b { 
	height:1.2em;
	margin-top:0px;
	background:none;
}
*+html label.cf-after 	{
	margin-top:2px;
}

/* Quick Contact Form */
#cforms2form {
	width: 230px;
	padding: 0px 10px 10px;
}
#cforms2form ol.cf-ol li{
	margin: 5px 0px!important;
}
#cforms2form span.reqtxt,
#cforms2form span.emailreqtxt { 
	margin: 0px 0px -12px;
	text-align: right;
	width: 230px;
}
#cforms2form textarea, #cforms2form input {
	width:222px;
}
#cforms2form select {
	width:230px;
}
#cforms2form input.sendbutton {
	width: 110px;
	margin-top: 10px;
}
#sidebar p.info {
	margin-left: 10px;
}
#usermessagea {
	padding: 10px 30px;
}

