/* CSS Document */
#popup {
width:997px;
position:absolute;
top:10px;
left:20px;
z-index:10;
}
#popup2 {
width:425px;
position:absolute;
top:10px;
left:35%;
z-index:12;
}
.chiudipopup {
	float:left;
	width:997px;
	margin:2px 2px 0 0;
}
.boxpopup {
	border:1px solid #ccc;
	width:320px !important;
	width:320px;
	height:328px !important;
	height:345px;
	padding:4px;
	margin: 0 2px 2px 0;
	background-color:#e0e0e0;
	text-align:center;
	float:left;
	
}
.boxpopup2 {
	border:1px solid #ccc;
	width:785px !important;
	width:782px;
	height:400px !important;
	height:410px;
	padding:5px;
	margin-top:3px;
	background-color:#e0e0e0;
	text-align:center;
	float:left;
	
}
.chiudipopup {
	float:left;
	width:798px !important;
	width:781px;
	margin:2px 2px 0 0;
}
#labelchiudi {
background-color: #990000;
font-weight:bold;
width:60px;
float:right;
text-align:center;
border-top:1px solid #ddd;
border-left:1px solid #ddd;
border-right:1px solid #ddd;
}
#labelchiudi a:link, #labelchiudi a:hover, #labelchiudi a:visited  {
font-size:12px;
color:#fff;
text-decoration:none;
}
.popuptxt {
font: 12px Lucida Grande, LucidaGrande, Lucida, Arial, Helvetica, sans-serif;	
margin: 0 auto;
text-align:left;
}
.popuptxt h1 {
	font: 15px Lucida Grande, LucidaGrande, Lucida, Arial, Helvetica, sans-serif;
	color: #4682B4;
	text-align: center;
	font-weight: bold;
}
.popuptxt a:link, .popuptxt a:hover, .popuptxt a:visited {
	color: #4682B4;
	text-decoration: none;
	border-style:none;
	border-width:0px;
}

.chiudipopup2 {
	float:left;
	width:425px;
	margin:2px 0 0 0;
}
#labelchiudi2 {
background-color: #990000;
font-weight:bold;
width:60px;
float:right;
text-align:center;
border-top:1px solid #ddd;
border-left:1px solid #ddd;
border-right:1px solid #ddd;
}
#labelchiudi2 a:link, #labelchiudi2 a:hover, #labelchiudi2 a:visited  {
font-size:12px;
color:#fff;
text-decoration:none;
}

