/* layout */
html{margin-bottom: 1px}
html,body{
	height: 100%; 
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 2px 2px;
	background: #FFFFFF;
	text-align: center;
	color: #000;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
/*	font-size: 11px;*/
}

.popup,
.popup td {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.popup td {
	font-size: 0.7em;
}
/*.popup .Title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	font-size: 11px;
}*/
.popup .Box {
	color: #666666;
	padding: 5px;
	border: 1px solid Gray;
}
.popup input,
.popup select,
.popup textarea {
	border: 1px solid #B9B8B9;
	width: 160px;
	font-size: 1em;
}
.popup input.doppio,
.popup select.doppio,
.popup textarea.doppio, .doppio {
	border: 1px solid #B9B8B9;
	width: 350px;
	font-size: 1em;
}
.popup input.button, .button {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: auto;
	font-weight: bold;
	background-color: #99CC66;
}
/* Riquadro Messaggio */
.msg {
	border: 1px solid red;
	font-size: 1em;
}
.msg td {
	font-size: 0.7em;
	background: #99CC66;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

