/*************stili popup**********/
div.closePopup
{
	position:absolute;
	top: -10px;
	left: -10px;
	cursor: pointer;
}

div.contPopup
{
	background-color: white;
	border: 1px solid black;
	padding: 5px;
	padding-top: 10px;
	padding-left: 10px;
}

div.popup_titolo
{
	color: #CC0000;
	font-size: 24px;
	margin-bottom: 15px;
	text-align: left;
}

div.popup_sottotitolo
{
	color: #666666;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
	text-align: center;
}

div.popup_input
{
	margin-bottom: 10px;
	overflow: hidden;
}

div.popup_input .label
{
	width: 90px;
	clear: left;
	float: left;
	font-weight: bold;
	color: #666666;
}
/***********fine stili popup***********/