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

div.contPopup
{
	background-color: #eeeeee;
	border: 1px solid #999999;
	padding: 5px;
	padding-top: 10px;
	padding-left: 10px;
}

div.popup_titolo
{
	color: #666666;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
	text-align: center;
}

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***********/