/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

.cform { 
	/*margin:10px auto 0 auto; */
	width: 100%; 
	font-size: 62.5%;
	line-height: 1.5;
}

.cform fieldset	{ 
	/*margin-top:10px; */
	/*background:#f7f7f7;*/ 
	margin-top: 1em;
	padding: 0.4em; 
	border:1px solid #21219E; 
	border-left-color:#21219E; 
	border-top-color:#21219E;
	font-size: 1.3em;
}

.cform fieldset.cf_hidden { 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left: 2em;
	padding: 0 0.3em; 
	background-color: #21219E;
	color: #fff;
	font: bold 1em Verdana; 
}

ol.cf-ol { 
	margin:0; 
	padding:0; 
}
ol.cf-ol li	{
	background: none!important; 
	margin: 5px 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: 0.3em 0;
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
}
.textonly ol li {
	list-style: decimal!important;
	font-weight: bold;
	}
input#cf_uploadfile2 {
	margin: 0 1.2em;
	margin-right: 6em;
	}
	/* per IE7 */
*+html #cf_uploadfile2-32 {
	margin: 0 1.2em;
	height: 22px;
	width: 200px;
	overflow: hidden;
	}
*+html #cf_uploadfile2-34 {
	margin: 0 1.2em;
	height: 22px;
	width: 200px;
	overflow: hidden;
	}
*+html #cf_uploadfile2-36 {
	margin: 0 1.2em;
	height: 22px;
	width: 200px;
	overflow: hidden;
	}
*+html #cf_uploadfile2-38 {
	margin: 0 1.2em;
	height: 22px;
	width: 200px;
	overflow: hidden;
	}
	/* fine per IE/ */
	
.linklove {
	display: none;
}

/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width: 150px;
	margin:2px 10px 0 0;  
	display: -moz-inline-box; /*for mozilla*/
	display: inline-block; /*for Opera & IE*/
	text-align: right;
	vertical-align: top;
}
.cform label span {
	width: 150px; /* must be the same as above!*/
	display: block; 
	font-weight: bold;
}
.cf-fs1 label {
	width: 30.5em;
	padding: 0.3em 0;
}
.cf-fs1 label span {
	width: 30.5em; /* must be the same as above!*/
	font-weight: normal; 
}
#cforms4form .cf-fs1 label {
	width: 21em!important;
}
#cforms4form .cf-fs1 label span {
	width: 20.5em!important;
	font-weight: bold!important;
}
.cf-fs2 label {
	width: 21em;
}
.cf-fs2 label span {
	width: 20.5em;
}
.cf-fs4 label {
	width: 20.5em;
}
.cf-fs4 label span {
	width: 20.5em;
}
.cf-fs5 ol.cf-ol li.textonly {
	font-size: 1em;
}
.cf-fs5 label {
	width: 15.5em;
}
.cf-fs5 label span {
	width: 15em;
}
label.cf-before {
	margin:0 1em 0 0; 
}

label.cf-after 	{
	/*margin: 0 0 0 1em;*/
	width: 3.5em;
	text-align: left;
}

label.cf-after span {
	/*width:200px;*/
}
#cf2_field_131, #cf2_field_132 {
	margin: 0;
	padding: 0;
	width: 2em;
	margin-left: 20.5em;
}
#cf2_field_251, #cf2_field_252 {
	/*margin-left: 22em;*/
}
#cf2_field_301, #cf2_field_302 {
	/*margin-left: 10.5em;*/
}
#cf2_field_311, #cf2_field_312 {
/*	margin: 0;
	padding: 0;
	margin-left: 29em;*/
}
.cf-fs3 ol li input {
	/*margin-left: 18em;*/
}
label.cf-group-after {
	margin:0 0 0 2px;
	width: 60px;
	text-align:left;
}
label.cf-group-after span {
	width:60px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:1px 3px;
	background: #f9f9f9; 
	border: 1px solid #888888; 
}
.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: 250px; 
}
.cform select {
	width: 250px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea, .cform input {
	font-family: Verdana;
	/*font-size: 0.9em;*/
	overflow:visible;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	/*margin:3px 5px 0 0;*/
	font-size: 1.2em;
	font-weight: bold;
	background-color: transparent;
	color: #21219E;
	display: -moz-inline-box; 
	vertical-align:top;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	/*padding-left:100px;*/ /* check with label 'width' incl. */
}
.cf-box-title {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.cf-fs3 label.cf-after span, .cf-fs4 label.cf-after span {
	font-weight: normal;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin: 2px 0 0 0; 
	width: 26px; 
	border: none; 
}

input.cf-box-a 	{ 
	/*margin-left: 220px;*/ /* 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 {
	padding: 0!important;
	margin: 0;
	text-align: center!important;
}
.cform input.sendbutton	{ 
	width: auto;
	padding: 12px; 
	margin: 10px 0 0 0;
	font-size:1.8em;
	font-weight: bold;
/*	background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;*/
}


/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */

.cform .cf_error 		{ color:red!important; border:1px 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;
	width:auto;
}
label.secq {
	margin-left:20px;
	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;
	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_grey.jpg) no-repeat;
	margin-left:3px;
	width:21px;
	height:21px;
}
img.imgcalendar {
	position:relative;
	top:4px;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

p.cf_info 		{
	margin:10px 0;
	text-align:center;
}
p.success 	{
	font-size: 1.1em;
	font-weight: bold;
	background-color: #006633;
	color: #fff;
}
.success a {
	background-color: #006633;
	color: #fff;
}
p.failure 	{
	font-size: 1.1em;
	font-weight: bold;
	background-color: #21219E;
	color: #fff;
}

/*                                                    */
/* 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 span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html .cform label,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}
* html .cform fieldset.cf_hidden { 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}
.cf_hidden {
	display: none;
}

* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	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:0;
}
* html input.cf-box-a,
* html input.cf-box-b { 
	margin-top:0;
}
#usermessage2b, #usermessage2a {
	margin: 1em 0;
}