@import url("news.css");

#msg {
	display:none; 
	position:absolute; 
	z-index:200; 
	background:url(../img/msg_arrow.gif) left center no-repeat; 
	padding-left:7px
}
#msgcontent {
	display:block; 
	background:#fff;
	font-family:"Times New Roman", Times, serif;
	color:#656565; 
	border:2px solid #656565; 
	border-left:0;  
	padding:5px; 
	min-width:150px; 
	max-width:200px;
	font-size:0.8em;
}

#contatti {
	margin:0;
	padding:0;
	border:0;
}
	
#contatti .titolo {
	margin:0;
	padding:0;
	border:0;
	padding-bottom:15px;
}		
	
.infotxt{
	margin: 0px;
	width: 350px;
	height: 30px;
	padding: 0px;
}

.infoautorizzazione{
	margin: 0px;
	width: 400px;
	height: 30px;
	padding: 0px;
}


.txtinfo{
	font-weight: normal;
	font-size:1em;
	color: #2c1e0f;
	border: 1px solid #959595;
	width: 250px;
	margin: 0px;
	padding: 2px;
	float: right;
	color:#656565;
}

.txtcodice{
	color: #333333;
	width: 200px;
	margin: 0px;
	padding: 2px;
	float: right;
}


.infotxtarea{
	margin: 0px;
	width: 350px;
	padding: 0px;
}

.infotxtarea .txtinfo{
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
}


.button{
	color:#656565;
	cursor:pointer;
	padding:2px;
	border:0;
	background:none;
	margin-top:10px;
}

.right{
	float:right;	
}
