/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

.cform { 
	width: 100%; 
	font-size: 78.5%;
	line-height: 1.5;
}
.cform fieldset	{ 
	margin-top: 1em;
	padding: 0.2em; 
	border: 1px solid #0C3E93; 
	border-left-color: #0C3E93; 
	border-top-color: #0C3E93;
}
	/* per IE7 */	
	*:first-child+html .cform fieldset {
		font-size: 1.4em;
	}

.cform fieldset.cf_hidden { 
	border: none!important;
	background: none!important;
	padding: 0!important;
	margin: 0!important;
}
.cform legend { 
	margin-left: 2em;
	padding: 0.3em; 
	background-color: #0C3E93;
	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;
	}
.linklove {
	display: none;
}

/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width: 50px;
	/*margin:2px 10px 0 0;*/  
	display: -moz-inline-box; /*for mozilla*/
	display: inline-block; /*for Opera & IE*/
	text-align: left;
	vertical-align: top;
}
.cform label span {
	width: 50px; /* must be the same as above!*/
	display: block; 
	font-weight: bold;
}

/* inizio primo fieldset */
.cf-fs1 label {
	width: 14em;
	padding: 0.3em 0;
}
.cf-fs1 label span {
	width: 14em; /* must be the same as above!*/
	font-weight: bold; 
	font-size: 1.2em;
}
.cf-fs1 ol select {
	width: 14em;
}
/* fine primo fieldset */

/* inizio secondo fieldset */
fieldset .cf-fs2 {
	margin: 0 !important;
	padding: 0 !important;

}
.cf-fs2 ol.cf-ol li {
	margin: 0 !important;
	padding: 0 !important;
	width: 43em;
	height: 6em;
}
.cf-fs2 ol.cf-ol .textonly {
	margin-left: 0.1em;
	font-size: 1.1em;
	height: auto;
}
.cf-fs2 label {
	width: 14em;
}
.cf-fs2 label span {
	width: 11.5em;
	font-size: 1.2em;
}
.cf-fs2 ol input {
	width: 7em;
}
/**/
/* fine secondo fieldset */

/* inizio terzo fieldset */
.cf-fs3 {
	font-size: 1.2em;
}
.cf-fs3 label {
	width: 29em;
	}
.cf-fs3 label span {
	width: 28em;
}
.cf-fs3 ol input {
	width: 7em;
}
li input.cf-box-a {
	width: 2em;
}
label.cf-after {
	font-weight: bold;
}
/*label[for="cf2_field_13"],
label[for="cf2_field_16"],
label[for="cf2_field_18"] {
	background-color: #fff;
	color: #CC0000;
	width: 1em;
}
label[for="cf2_field_14"] {
	width: 9.5em;
	
}
*//* per IE7 */	
	*:first-child+html .cf-fs3 label {
		width: 32em !important;
	} 
	*:first-child+html .cf-fs3 label span{
		font-size: 1.2em !important;
	} 
/*	*:first-child+html .cf-fs3 input {
		width: 7em !important;
	}
	*:first-child+html #cf2_field_13, #cf2_field_16, #cf2_field_18 {
		margin-left: -26em !important;
	}
	*:first-child+html #cf2_field_14 {
		margin-left: -19em !important;
	}*/

/* fine terzo fieldset */

/* inizio quarto fieldset */
.cf-fs4 label {
	width: 14em;
}
.cf-fs4 label span {
	width: 14em;
	font-size: 1.2em;
}
.cf-fs4 li.cf-box-title {
	font-size: 1.2em;
}
#cf2_field_19,
#cf2_field_20 {
	width: 25em;
	height: 4em;
}
/* fine quarto fieldset */

label.cf-before {
	margin:0 1em 0 0; 
}

label.cf-after 	{
	width: 3.5em;
	text-align: left;
	font-weight: bold;
}

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: 150px; 
}
.cform select {
	width: 150px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea, .cform input {
	font-family: Verdana;
	font-size: 1.2em;
	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: #0C3E93;
	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-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;
}
.cform input.sendbutton	{ 
	width:100px;  
	padding:2px; 
	margin: 10px 0 0 310px;
	/*font-size:0.8em;*/
	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 	{
	color:green;
	font-weight: bold;
}
p.failure 	{
	color:red;
	font-weight: bold;
}

/*                                                    */
/* 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;
}

* 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;
}

.c_sent {
	font-size: 0.8em;
}