/* CSS Document */
form#iscrizione fieldset {
	background-color: #F1F3E9;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	/*border-left: 2px solid #999;
	border-top: 2px solid #999;*/
}
form#iscrizione legend {
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	color: #000;
	background-color: #fff;
	border-bottom: 3px double #666;
	text-shadow: 1px 1px 2px #B1B1B1;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	color: brown;
	/*background-color: #fff;
	border-bottom: 1px double #666;
	text-shadow: 1px 1px 2px brown;*/
}
.bold {
	font-weight: bold;
}
label {
	display: block;
	margin: 5px 0px;
	
}

label span {
	float: left;
	width: 200px;
	padding-right:10px;
	
}
label span.short {
	width: auto;
}
label span.short2 {
	width: 80px;
}
label span.short3 {
	width: 140px;
}
label span.giorni {
	margin-left:205px;
}
label span.required {
	font-weight: bold;
}

label input.si {
	background-color: #FEEFCD;
}

form fieldset div.notes {
  float: right;
  width: 160px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

form fieldset div.notes2 {
	float: right;
  width: 300px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

form fieldset div.notes h4, form fieldset div.notes2 h4 {
  background-image: url(../grafica/Info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  height: 36px;
  line-height: 36px;
  margin: 0;
  /*padding: 15px 0 3px 45px;*/
  padding: 0 0 5px 45px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}

form fieldset div.notes p, form fieldset div.notes2 p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

form fieldset div.notes p.last, form fieldset div.notes2 p.last {
  margin: 0em;
}
option.one {
	background-color: #fff;
}
option.two {
	background-color: #D9D9D9;
}
#alert {
	display: none;
}
.validate {
	width: 300px;
	height: auto;
	margin: 0 auto;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

.validate h4 {
	background-image: url(../grafica/warning.gif);
  background-repeat: no-repeat;
  background-position: top left;
  height: 36px;
  line-height: 36px;
  margin: 0;
  /*padding: 15px 0 3px 45px;*/
  padding: 0 0 5px 45px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}
.validate p {
	 margin: 0em 0em 1.2em 0em;
  	color: #666666;
	padding: 0.5em 0.5em 0 0.5em;
}

.sep {
	border-top: #666666 solid 1px;
	/*border-bottom: #666666 solid 1px;*/
	margin: 1em 0;
	height: 1px;
}
.dotted {
background: transparent url(../grafica/line_dotted.png) repeat-x scroll 0 0;
border:medium none;
display:block;
height:1px;
margin:15px 0;
}

.nascondi {
	display: none;
}
.mostra {
	display: block;
}
.mostraspan {
	display: inline;
}
#bird1,#bird2,#bird3,#bird4 {
	width: 600px;
	margin: auto auto;
	padding:0.8em;
	background-color: #FFFFE1;
	color: Red;
	border: solid 1px red;
	text-align: center;
	font-weight: bold;
}
#valida1,#valida2,#valida3,#valida4 {
	width:350px;
	margin: 1em auto;
	padding:0.8em;
	background-color: #FFFFE1;
	color: Red;
	border: solid 1px red;
	text-align: center;
	font-weight: bold;
}
#txtnome2, #txtcognome2 {
	float: none;
	/*display:inline;*/
	width:auto;
	color:red;
}
