<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.label
{
	display:block;
	width:100px;
	height:25px;
	font-weight:bold;
	vertical-align:top;
	float:left;
}

.input
{
	display:block;
	width:150px;
	height:15px;
	float:left;
}

.messagge
{
	display:block;
	width:440px;
	height:273px;
	float:left;
	overflow:hidden;
}

.voce
{
	display:block;
	width:450px;
	margin-top:5px;
	vertical-align:top;
}

.errore
{
	display:block;
	width:100px;
	background-color:#FF0000;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:right;
}</pre></body></html>