
/*****************************************************
ASSISTENZA
 *****************************************************/
 
  .glossario {
width: 396px;
	height: 141px;
background: url('../images/glossario.gif') 0 0 no-repeat;
}
.glossario #testoglossario {
	padding:10px 0px 0px 180px;
	width:200px;
	height:100px;
}
 .numeroverde {
width: 396px;
	height: 141px;
background: url('../images/numeroverde.gif') 0 0 no-repeat;
}
.numeroverde #testonumeroverde {
	padding:10px 0px 0px 180px;
	width:200px;
	height:100px;
}
 .email {
width: 396px;
	height: 141px;
background: url('../images/email.gif') 0 0 no-repeat;
}
.email #testoemail {
	padding:10px 0px 0px 180px;
	width:200px;
	height:100px;
}
/*
.container {
	border:1px dashed #cfcfcf;
	margin:auto;
	margin-top: 20px;
	line-height:18px;
	background:#fff;
	padding:4px;
	width:580px
}*/

/*****************************************************
form email
 *****************************************************/

.content2 {
        background-image:url(../images/b.gif);padding:10px;
        }
        
.shape {
        margin: 0px 6px 6px 6px;
        border: 10px solid #fff;
        background: #fbfaf8;
        line-height: 1.2em;
       /* filter:progid:DXImageTransform.Microsoft.Shadow(color='#e2decd', Direction=135, Strength=9);*/
        }
        
.header {
        font:bold 12px "trebuchet ms", "lucida grande", verdana, arial, sans-serif; 
        color:#fff; 
        font-size:14px; 
        padding-top:4px; 
        padding-bottom:4px;
        background-color: #EDCC9A; 
        margin-bottom:10px;
        text-align:center;
        }

.pintext {
	color:#666;
	font:bold 12px "trebuchet ms","lucida grande",verdana,arial,sans-serif;
}

.buttons {
   background: #e3e3db;
   font-size:12px;
   color: #242424;
   padding: 1px 14px;
   border-width: 2px;
   border-style: solid;
   border-color: #f1f2f2 #d8d8d0 #d8d8d0 #f1f2f2;
   text-decoration: none;
   text-transform:uppercase;
   font-weight:bold;
}

.name {
   background-image: url(../images/name.png);
   background-repeat: no-repeat;
   background-position:left;
   padding-left:19px;
   background-color: #fffff0;
   margin-top: 7px;
   margin-left:15px;
   border:0px none #F11F1F;
   font:normal 14px Arial;
   color: #999999;
   }
   
	 .name2 {
   background-image: url(../images/name2.png);
   background-repeat: no-repeat;
   background-position:left;
   padding-left:19px;
   background-color: #fffff0;
   margin-top: 7px;
   margin-left:15px;
   border:0px none #F11F1F;
   font:normal 14px Arial;
   color: #999999;
	 width: 225px;
   }
	 
.email2 {
   background-image: url(../images/email.png);
   background-repeat: no-repeat;
   background-position:left;
   padding-left:19px;
   background-color: #fffff0;
   margin-top: 7px;
   margin-left:15px;
   border:0px none #F11F1F;
   font:normal 14px Arial;
   color: #999999;
   }
   
.string {
   background-image: url(../images/big_searchbg.gif); 
   width: 250px; 
   height: 38px;
   border:0px;
   }
   
.textarea {
   background-image: url(../images/bg_textarea.gif);
   margin-top:10px;
   background-color: #fffff0;
   width: 219px;
   border:0px none #F11F1F;
   font:normal 14px Arial;
   color: #999999;
   padding: 15px;
   }
   
.footer_textarea {
   background-image: url(../images/f_textarea.gif);
   background-position: bottom;
   background-repeat: no-repeat;
   width: 250px; 
   height: 12px;
   border:0px;
   } 
   
.string_textarea {
   background-image: url(../images/top_textarea.gif);
   background-position: top;
   background-repeat: no-repeat;
   width: 250px; 
   border:0px;
	 height: 130px;
   }
	
.warningAlert,.successAlert,.errorAlert {
	text-align:center;
	font:bold normal 100% "Trebuchet MS";
	padding:9px;
	margin-bottom: 10px;
}
.successAlert a,.warningAlert a,.errorAlert a {
	font-weight:700
}
.successAlert {
	color:#333;
	border:3px solid #8fc15e;
	background:#edf9d9;
		margin-bottom: 10px;
}
.successAlert a {
	color:#360 !important
}
.warningAlert,.errorAlert {
	color:#000;
	border:3px solid #d8191d;
	background:#ffb8b9;
	margin-bottom: 10px;
}
.warningAlert a,.errorAlert a {
	color:#b46131 !important
}