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

.cform { 
	margin:10px auto 0 auto; 
	width: 485px; 
}
.cform fieldset	{ 
	margin-top:10px; 
	padding:10px 0 10px 0; 
	border:1px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:#f4f4f4; /*BONZO #f7f7f7*/ 
}
.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; 
	background:none!important;
	font:normal 22px Georgia, "Times New Roman", Times, serif; 
	color:#666666;
}
ol.cf-ol { 
	margin:0!important; 
	padding:0!important; 
}
ol.cf-ol li	{
	background:none!important; 
	margin:0 10px!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}

/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */
ol.cf-ol li.textonly {
	letter-spacing:2px;
	margin:6px 0pt !important;
	padding:3px 0; 
	text-align:center;
}

/*                                                    */
/* global definitions for field labels                */
/*                                                    */
.cform label {
	width:200px; 
	margin:0px 10px 0 0; 
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.21em;
	display:block;
	color:#555555; /*BONZO #888888*/
	background: #f4f4f4; /*BONZO #fefefe*/
	padding:2px;
}
label.cf-before {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 5px 0 0; 
}

label.cf-before span{
	width:200px; 
	display:block;
}
label.cf-after 	{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 0 0 4px;
	width:115px;
	text-align:left;
	background: #ffffff; /*BONZO*/
	height:20px;
}
label.cf-after span {
	width:115px;
	display:block;
}
label.cf-group-after {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:4px 6px 0 4px;
	width:105px;
	text-align:left;
	background: #ffffff; /*BONZO*/
}
label.cf-group-after span {
	width:105px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */
.cform input,
.cform textarea,
.cform select { 
	margin:0 0 8px 0;
	padding:3px;
	font:normal 1.3em Georgia, "Times New Roman", Times, serif; 
	background: #ffffff;  /*BONZO #fbfbfb 
	border: none;*/
	border: 1px solid #dddddd; /*BONZO #f0f0f0*/
	vertical-align:top;
	
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CEDDDF;
}
.cform input:focus,
.cform textarea:focus,
.cform select:focus	{background: #FCFBDB;} /*BONZO #F3F8F8*/
.cform textarea {width:415px;}
.cform input {width:350px;}
.cform select {width:357px;} /* attempt to have equal length */
.cform select.cfselectmulti{height:6.5em;} /*BONZO 6.5em*/
.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	height: 6em;
	overflow:auto;
}
.cform input.cf_date {width:200px;}

/*                                                    */
/*   radio button title                               */
/*                                                    */
ol.cf-ol li.cf-box-title {
	letter-spacing:0.1em; /*BONZO 2px*/
	margin:12px 0pt 4px 10px!important;
	font-size:1.2em; /*BONZO 10px*/
	font-weight:bold; /*BONZO: aggiunto*/
	color:#666666;
}

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

/*                                                    */
/* check box groups                                   */
/*                                                    */
ol.cf-ol li.cf-box-group {padding: 0 0 10px 0;}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */
span.reqtxt,
span.emailreqtxt { 
	display:block; /*for mozilla*/
	width:350px;
	font-size:0.1em;
	vertical-align:top;
	color:#f4f4f4;
	text-align:left;
	margin:0;
	height:10px;
	line-height:10px;
}
.cform textarea.fldemail,
.cform textarea.fldrequired,
.cform input.fldemail,
.cform input.fldrequired {margin:0;}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */
p.cf-sb {
	padding: 0!important;
	margin: 0;
	text-align:right;
}
.cform input.sendbutton	{ 
	width:150px;  
	padding:5px; 
	margin: 5px 3px 4px 0pt;
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:0.1em;
	background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 10px!important;
	margin:5px 0!important;
}
ol.cf-ol li ul.cf_li_text_err {
	padding:0 0 0 10px;
	margin:0;
	color:#333;
	display:inline-block;
}
ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {content:'';}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */
label.seccap {margin-top: 6px;}

label.secq{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	width:auto;
	padding:2px 4px 2px 2px;
}
label.secq span {
	display:block!important;
	width:auto;
}

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

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:196px;
	padding: 4px 4px;
	margin: 0 0 8px 0;
	vertical-align:text-bottom;
}
img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 8px 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 10px 3px;
	width:21px;
	height:21px;
	border:none!important;
}

img.imgcalendar {border:none!important;}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */
div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:420px;
	line-height:1.3em;
	margin:10px auto;
}
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:#F9F9F9 none repeat scroll 0%;
	color:#AAAAAA;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9 none repeat scroll 0%;
	color:#AAAAAA;
	display:block;
}

/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {display:block;}
.mailerr, .cform .cf_errortxt {color:#ad2929;}

/*                                                    */
/* 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: browser hacks                              */
/*                                                    */
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html ol.cf-ol {display:inline-block;} /*for IE6!!*/
* html img.captcha	{margin-bottom:9px!important;}
*+html img.captcha	{margin-bottom:9px!important;}

/****************************/
/*   IDENTIFICATIVI CAMPI   */
/****************************/

/* DATI PERSONALI */
#label--3 {margin-top: 6px;} /* Nome */
#cf_field_6 {width: 270px;} /* Comune di residenza */
#cf_field_7 {width: 230px;} /* Provincia residenza */

/* PRELIEVO E AMBIENTE */
#label--9 {width:250px; margin-top: 6px;} /* Data */
#cf_field_9 {width: 95px;}
#cf_field_10 {width: 270px;} /* Località */
#cf_field_11 {width: 270px;} /* Comune */
#cf_field_12 {width: 230px;} /* Provincia */
#cf_field_13 {width: 150px;} /* Stato */
#label--14 {   /* Altitudine */
	height: 30px;
	background: url(../images/beccaccia_on_line/altitudine.png) 125px 0px no-repeat;
	padding-top: 6px;
	margin-top: 15px;
}
#cf_field_14 {width: 105px;} 

#label--15 {	/* Temperatura */
	width: 200px;
	height: 30px;
	margin-top: 10px;
	background: url(../images/beccaccia_on_line/temperatura.png) 96px 0px no-repeat;
}
#cf_field_15 {width: 110px;}
 
/* Vegetazione */
#label--161, #label--163 { margin-right: 16px; }
#label--163, #label--164 { margin-top: 10px; }
#cf_field_16-3, #cf_field_16-4 {margin-top: 10px;} 



/* Check Box Groups METEO */
#label--171 {
	height: 30px;
	background: url(../images/ico_meteo/sole.png) 58px 0px no-repeat;
	padding-top: 6px;
	margin-right: 17px;
}
#label--172 {
	height: 30px;
	background: url(../images/ico_meteo/variabile.png) 72px 0px no-repeat;
	padding-top: 6px;
}
#label--173 {
	height: 30px;
	background: url(../images/ico_meteo/nuvoloso.png) 75px 0px no-repeat;
	padding-top: 6px;
	margin-right: 17px;
}
#label--174 {
	height: 30px;
	background: url(../images/ico_meteo/pioggia.png) 60px 0px no-repeat;
	padding-top: 6px;
}
#label--175 {
	height: 30px;
	background: url(../images/ico_meteo/temporale.png) 85px 0px no-repeat;
	padding-top: 6px;
	margin-right: 17px;
}
#label--176 {
	height: 30px;
	background: url(../images/ico_meteo/nebbia.png) 56px 0px no-repeat;
	padding-top: 6px;
}
#cf_field_17-1, #cf_field_17-2, #cf_field_17-3,
#cf_field_17-4, #cf_field_17-5, #cf_field_17-6 {
	margin-top: 8px;
}

/* DATI BECCACCIA */
#label--191 {  /* Giovane */
	height: 30px;
	width: 250px;
	background: url(../images/beccaccia_on_line/beccaccia_giovane.png) 65px 0px no-repeat;
	padding-top: 6px;
}
#label--192 {  /* Adulto */
	height: 40px;
	width: 250px;
	background: url(../images/beccaccia_on_line/beccaccia_adulto.png) 56px 0px no-repeat;
	padding-top: 16px;
	margin: 0 0 0 5px;
}
#cf_field_19-1 {margin-top: 9px;}
#cf_field_19-2 {margin-top: 14px;}

#li--19items { margin-bottom:0px; padding-bottom:0px;} /* Età beccaccia */

#li--20 { margin-top:0px; padding-top:0px;} /* Sesso beccaccia */
#label--201 {
	height: 30px;
	background: url(../images/beccaccia_on_line/simbolo_maschio.png) 64px 0px no-repeat;
	padding-top: 6px;
	margin-right: 17px;
}
#label--202 {
	height: 31px;
	background: url(../images/beccaccia_on_line/simbolo_femmina.png) 73px 0px no-repeat;
	padding-top: 6px;
}
#cf_field_20-1, #cf_field_20-2 {margin-top: 8px;}

#label--21 {margin-top: 6px;} /* Peso */
#cf_field_21 {width: 100px;} 

/* ALTRE INFORMAZIONI */
/* Razza di cani */
#li--23items {margin-right: 0px; padding-right:0px;}
#label--231, #label--232,
#label--234, #label--235,
#label--237, #label--238, #label--2310 { 
	width: 110px;
	margin-right: 10px;
}
#label--234, #label--235,
#cf_field_23-4, #cf_field_23-5, #cf_field_23-6 {
	margin-top: 8px;
}
#label--236 { width: 130px; margin-top: 8px; }
#label--237, #label--238, #label--239,
#cf_field_23-7, #cf_field_23-8, #cf_field_23-9 {
	margin-top: 8px;
}
#label--2310, #cf_field_23-10 { margin-top: 12px; }

#label--241 {  /* Campano */
	width: 250px;
	height: 30px;
	background: url(../images/beccaccia_on_line/campano.png) 72px 0px no-repeat;
	padding-top: 6px;
}
#label--242 {  /* Beeper */
	width: 250px;
	height: 30px;
	background: url(../images/beccaccia_on_line/beeper.png) 60px 0px no-repeat;
	padding-top: 6px;
} 
#label--243 {  /* Campano+Beeper */
	width: 250px;
	height: 30px;
	background: url(../images/beccaccia_on_line/campano_beeper.png) 137px 0px no-repeat;
	padding-top: 6px;
} 
#label--243 span{width: 250px;}
#cf_field_24-1, #cf_field_24-2, #cf_field_24-3 {margin-top: 9px;}

#label--25 {   /* Tempo totale di uscita */
	height: 30px;
	margin-top: 3px;
	padding-top: 3px;
	background: url(../images/beccaccia_on_line/tempo_tot1.png) 155px 0px no-repeat;
} 
#cf_field_25 {width: 155px;} 

/* COMMENTI */
#label--27 {width: 380px;} /* Etichetta textarea Commento*/
#label--27 span{width: 380px;}

/* TERMINI E CONDIZIONI */
#label--29 {width: 232px; margin-top: 8px;} /* Etichetta "Invia copia modulo"*/
#label--29 span{width: 232px;}
#cf_field_29 {margin-top: 20px;} /* Check box "Invia copia modulo" */

#label--30 {margin-top: 15px;} /* Etichetta "Informativa sulla Privacy"*/
#label--31 {width: 200px; text-align:right;} /* Etichetta "Accetto"*/
#label--31 span{width: 200px;}
#cf_field_31 {margin-top: 4px;} /* Check box "Accetto" */