#cont_campo{padding:5px;-moz-border-radius:5px 5px 5px 5px;-webkit-border-radius: 5px;float:left;margin:0 10px 0px 0;}
#nome_campo{float:left;margin-right:5px;color:#000;font-weight:normal;width:110px; line-height:25px;}
#text{float:left;height:26px;}
#cont_campo input{
border:1px solid #f2f2f2;
background: #efefef;
margin: 0;
line-height:20px;
padding:2px;
width:215px;
-webkit-box-shadow: inset 0px 1px 2px 1px #b9b7be;
-moz-box-shadow: inset 0px 1px 2px 1px #b9b7be;
box-shadow: inset 0px 1px 2px 1px #b9b7be; 
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
}

#cont_campo_msg{padding:5px;-moz-border-radius:5px 5px 5px 5px;-webkit-border-radius: 5px;margin-bottom:5px;width:610px;}
#nome_campo_msg{margin-right:10px;color:#000;font-weight:normal;width:150px; line-height:25px;}
#cont_campo_msg textarea{
border:1px solid #f2f2f2;
background: #efefef;
margin: 0;
width: 690px;
line-height:20px;
height:80px;
padding:2px;
-webkit-box-shadow: inset 0px 1px 2px 1px #b9b7be;
-moz-box-shadow: inset 0px 1px 2px 1px #b9b7be;
box-shadow: inset 0px 1px 2px 1px #b9b7be; 
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
}

#cont_campo_captcha{padding:10px;-moz-border-radius:5px 5px 5px 5px;-webkit-border-radius: 5px;float:left;margin:0 10px 5px 0;}
#nome_campo_captcha{margin-right:10px;color:#000;font-weight:normal;}

#nome_campo_codice{float:left;margin-left:15px;color:#000;width:105px;font-weight:normal;font-size:12px;}

#cont_invia{width:270px;text-align:center; margin-top:10px;}
#cont_invia_chi{width:100%;text-align:center; margin-top:0px; margin-right:-55px;}
#btn_invia{padding:2px;width:120px; background-color:#ccc; color:#333; font-weight:normal; border:0px; border-radius: 4px 4px 4px 4px; font-size:14px; cursor:pointer; text-transform:uppercase; box-shadow:1px 1px 2px #333}
#btn_invia:hover{ background-color:#333; color:#fff;}

#notifica{width:100%;text-align:left;color:#fff;font-weight:normal;}

#cont_campo_reg{padding:5px;-moz-border-radius:5px 5px 5px 5px;-webkit-border-radius: 5px;float:left;margin:0 5px 3px 0;}
#nome_campo_reg{float:left;margin-right:5px;color:#000;font-weight:normal;width:130px; font-size:12px; line-height:25px;}
#text_reg{float:left;width:180px;height:26px;}
#cont_campo_reg input{
border:1px solid #f2f2f2;
background: #efefef;
margin: 0;
width: 150px;
line-height:20px;
padding:2px;
-webkit-box-shadow: inset 0px 1px 2px 1px #b9b7be;
-moz-box-shadow: inset 0px 1px 2px 1px #b9b7be;
box-shadow: inset 0px 1px 2px 1px #b9b7be; 
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
}

#cont_campo_captcha_reg_codice{padding:10px;-moz-border-radius:5px 5px 5px 5px;-webkit-border-radius: 5px;float:left;margin:0 10px 5px 0;width:630px;}
#nome_campo_reg_codice{margin-right:10px;color:#fff;font-weight:normal;}

#nome_campo_codice{float:left;margin-left:15px;color:#fff;width:105px;font-weight:normal;font-size:12px;}

/* Style for overlay and box */
.overlay{
	background:transparent url(../js/CSSOverlay/images/overlay.png) repeat top left;
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:100;
}
.box-alert{
	position:fixed;
	top:-400px;
	left:30%;
	right:30%;
	background-color:#fff;
	color:#cc0000;
	padding:0px;
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-moz-box-shadow: 0 1px 5px #333;
	-webkit-box-shadow: 0 1px 5px #333;
	z-index:101;
	text-align:center
}
.box-title-form{
  height: 40px;
  
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px; 
  
  background: #cc0000; /* Old browsers */
  background: -moz-linear-gradient(top, #ff0000 0%, #cc0000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#cc0000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff0000 0%,#cc0000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff0000 0%,#cc0000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff0000 0%,#cc0000 100%); /* IE10+ */
  background: linear-gradient(top, #ff0000 0%,#cc0000 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#cc0000',GradientType=0 ); /* IE6-9 */
}
h2.nice-title-infoform-box,h1.nice-title-infoform-box{
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  margin:0;  
  font-family: US101;
  font-size: 20px;
  font-weight: normal;
  text-shadow: 0px -1px 0px #000000;
  filter: dropshadow(color=#000000, offx=0, offy=-1);
  padding-left:10px;
  float:left;
}
.box-title-form .infoform-box{ float: right; width: 40px; height: 40px; background: url(../index2c70.html) no-repeat center center; }
a.boxclose{
	float:right;
	width:26px;
	height:26px;
	background:transparent url(../js/CSSOverlay/images/cancel.png) repeat top left;
	margin-top:-10px;
	margin-right:-10px;
	cursor:pointer;
}


