@charset "utf-8";
/* CSS Document */

#modalPage
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;
}
.modalBackground
{
	filter: Alpha(Opacity=60);
	-moz-opacity:0.4;
	opacity: 0.4;
	width: 100%;
	height: 100%;
	background-color: #808080;
	position: absolute;
	z-index: 500;
	top: 0px;
	left: 0px;
}
.BtChiudiModal {
	background-image: url(/Img/BtX.png);
	background-repeat: no-repeat;
	height: 9px;
	width: 11px;
	display: block;
	float:right;
	margin-top:5px;
	margin-right:5px;	
}
a.BtChiudiModal:hover{
	background-image: url(/Img/BtX.png);
	background-repeat: no-repeat;
	height: 9px;
	width: 11px;
	display: block;
	float:right;
	margin-top:5px;
	margin-right:5px;
	background-position:0px -9px;
}
.modalContainer
{
	position: absolute;
	width: 1px;
	left: 50%;
	top: 50%;
	z-index: 750;
	height: 1px;
}
.modal
{
	background-color: white;
	border: solid 1px #6f8294;
	position: relative;
	top: -300px;
	left: -350px;
	z-index: 1000;
	width: 700px;
	height: 600px;
	padding: 0px;
}
.modalTop
{
	width: 695px;
	color: #000000;
	background-image: url(/Img/SfTestModal.jpg);
	height: 26px;
	position: relative;
	line-height: 26px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.modalBod
{
	position: absolute;
		border: 1px solid #FF0000;	
}

