﻿
/*
	classe per i pannelli modali
*/
.modalPanel {
	background-color:white;
	width:450px;
	height:120px;
	z-index:10001;
	}
	
/*div#modalPanel.div#modalHeader*/
.modalHeader {	
	top:0px; 
	height:20px; 
	width:590px; 
	display:block; 
	text-align:left; 
	padding-top:6px;
	padding-left:10px;
	/*background-image: url(../images/header_bg.gif); */
	background-color:#000;
	color:#fff;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.modalHeader a {	
	padding-left:445px;
}

.modalFooter {	
	text-align:center;	
	width:100%;
	background-image: url(../images/header_bg2.gif); 
	background-position:center; 
	background-repeat:repeat-x; 
	color:#fff;		
	position:absolute; 
	bottom:0px; 
	height:30px;
}
	

.modalBackground {
	background-color:#000;
	filter:alpha(opacity=70);
	opacity:0.7;
	z-index:10000;	
}



