/*///////////////////////////////////////// stili per finestrelle di informazione e alert javascript */
.modalDialog_transparentDivs{	
	filter:alpha(opacity=50);	/* Transparency */
	opacity:0.5;	/* Transparency */
	background-color:#000;
	z-index:60;
	position:absolute; /* Always needed	*/
}

.modalDialog_contentDiv_error {
	filter:alpha(opacity=85); /* IE */
	opacity:0.85; /* FF */
	font-familyamily:Arial, Verdana;
	border:1px solid #999999;
	
	padding:0px;
	background-color:#FFFFFF;
	
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	line-height:10px;
	
}

.modalDialog_contentDiv_error table { padding:0px;
	
} 
.modalDialog_contentDiv_error tr { padding:0px;
	
} 
.modalDialog_contentDiv_error td { padding:0px; border:1px solid #EDEDED;
	
} 
.modalDialog_contentDiv_error td p { margin:0px;
	
} 
.modalDialog_contentDiv_error h1{
		
		font-size:16px;
		letter-spacing:1px;
		background-color:#E1E1E1;
		color:#b6111e;
		font-weight:bold;
		 padding:5px 3px 4px 5px; margin:0px 0px 10px 0px;
		
	z-index:100;/* Always needed	*/
	}

.modalDialog_contentDiv_error p {
	
	border:0px dotted #999999;
	font-family:Arial;
	font-size:14px;
	text-align:left;
	padding:3px;
	color:#333333;
	background-color:#FFFFFF;
	line-height:14px;
	margin-left:25px;
	margin-right:25px;
	z-index:100;/* Always needed	*/
}
.modalDialog_contentDiv_error img { margin:0px 5px -4px 0px; }
.modalDialog_contentDiv_error .btn_alert {
												
	margin:0px 0px 0px 0px; padding:2px 5px 1px 5px;
													
	border:2px solid #999;  background-color:#FFF; 
													
	color:#333;  font-weight:bold;
													
	cursor:pointer; 
																	
} .btn_alert:hover { border:2px solid #666; cursor:pointer;}




div.row { border:0px solid #000; display:block; float:left;position:relative; margin:5px 0px 0px 0px;width:500px;}
div.row div.nome_campo { border:0px solid red; float:left;position:relative; width:150px; }
div.row input { float:left;position:relative; width:220px; }
div.row .btn {
												
	margin:0px 0px 0px 10px; padding:2px 5px 1px 5px;
													
	border:2px solid #999;  background-color:#FFF; 
													
	color:#666;  font-weight:bold;
													
	cursor:pointer; 
	
	width:108px;		
	float:right;
	position:relative;														
} div.row .btn:hover { border:2px solid #666; cursor:pointer; color:#333;}
