
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	/* CSS INVALIDA - DELETAR DEPOIS
	opacity:0.5;
	filter: alpha(opacity=50);*/
}


#box 
{
    padding-top:40px;
	top:100px;
	left:30%;
	display: none;
	position: absolute;
	width: 500px;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	/* CSS INVALIDA - DELETAR DEPOIS
	overflow: none;*/
}

#boxtitle
{
	position:absolute;
	/* CSS INVALIDA - DELETAR DEPOIS
	float:center;*/
	top:0;
	margin:0;
	border-bottom:4px solid #3CF;
    font-size: 20px;
    font-weight:900;
	text-align:center;
}


