.cstmAlert-overlay{
	position: fixed;
	top: 0;
	z-index: 998;
	display:none;
	width:100%;
	height:100%;
	background: #000;
}
.cstmAlert{
	position: fixed;
	top: 30%;
	z-index: 9999;
	display:none;
	/*width:300px;*/
	/*height:100px;*/
	
	
	background: #fff;
	
	border: 2px solid #1582BB;
}

/*
.cstmAlert-titolo{
	font-size: 16px; 
	color: #1582BB;
	font-weight: bold;
	margin: 10px;
	border-bottom: 1px solid #ccc;
}
*/

.cstmAlert-titolo{
	/*
	height: 44px;
	line-height:44px;
	overflow: hidden;
	background: transparent url(/images/sfondi/dialog_header.jpg) repeat-x;
	*/
}
.cstmAlert-titolo-content{
	/*
	font-size: 16px; 
	font-weight: bold;
	color: white;
	padding-left: 10px;
	*/
}

.cstmAlert-contenuto{
	font-size: 12px; 
	color:#333;
	padding: 0;
}

.cstmAlert-contenuto-content{
	text-align:left;
	padding: 10px;
	/*
	border-bottom: 1px solid #eaeaea;
	*/
}

.cstmAlert-btns{
	/*
	text-align:center;
	margin-bottom: 10px;
	*/
}