#box{
	width:250px;
	background-color:#FFFFFF;
	color:#A52A2A;
	text-align:justify;
	cursor:default;
    height: 248px;	
}

#intestazione{
	background-color:#CCCCCC;
	padding:2px;
	color:#000000;
	font-weight:bold;
	height:20px;
}

#titolo{
	float:left;
}

#chiudi{
	float:right;
	cursor:pointer;
}