

.filter1
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height:1100px;
	background-color: #CCA;
	z-index:300;
	opacity:0.5;
	filter: alpha(opacity=50);
}

.box
{
    display: none;
    position: absolute;
    /*top: 100%;
    left: 10%;*/
    top:40px;
    left:75px;
    padding: 0px 0px 20px 0px;
    margin: 0;
    border: 1px solid white;
    background-color: #ffffff;
    z-index: 300;
    overflow: none;
    height:340px; width:700px;
}
.box1
{
     display: block;
    position: absolute;
    /*top: 100%;
    left: 10%;*/
    top:40px;
    left:75px;
    padding: 0px 0px 20px 0px;
    margin: 0;
    border: 1px solid white;
    background-color: #ffffff;
    z-index: 300;
    overflow: none;
    height:340px; width:700px;
}
.box2
{
    
    position: absolute;
    /*top: 100%;
    left: 10%;*/
    top:0px;
    left:75px;
    padding: 0px 0px 20px 0px;
    margin: 0;
    border: 1px solid white;
    background-color: #000000;
    z-index: 101;
    overflow: none;
}

#boxtitle
{
    
    width: 717px;
    height: 30px;
    padding: 0;
    padding-top: 4px;
    left-padding: 8px;
    margin: 0;
    border-bottom: 4px solid #3CF;
    background-color: #666666;
    color: white;
    text-align: center;
    border-bottom-color: #333333;
    z-index: 101;
}


#chiudi
{
    position: absolute;
    float: center;
    top: 0;
    left: 717px;
    width: 20px;
    height: 24px;
    padding: 0;
    padding-top: 4px;
    padding-right: 3px;
    margin: 0;
    border-bottom: 4px solid #3CF;
    background-color: #666666;
    color: white;
    text-align: center;
    border-bottom-color: #333333;
}



