.txt_base {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
}
.tit_base {
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E71B21;
}
.txt_base_big {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4D4D4D;
}
.txt_form {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
	border: 1px solid #366BAF;
}
.txt_password {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.margini-errore {padding: 30px 0 0 100px}
.errore-uno
{
	background-color: #FFF;
	background-image: url(/asset/img/error/sfondoerrore_uno.jpg);
	background-repeat: no-repeat;
	width:780px;
	height:400px;
}

.errore-due
{
	background-color: #FFF;
	background-image: url(/asset/img/error/sfondoerrore_due.jpg);
	background-repeat: no-repeat;
	width:780px;
	height:400px;
}

.errore-tre
{
	background-color: #FFF;
	background-image: url(/asset/img/error/sfondoerrore_tre.jpg);
	background-repeat: no-repeat;
	width:780px;
	height:400px;
}

.contieni-errore {background-color: #ffffff; margin: 0 0 0 200px;}

.fumetto
{
	width: 540px;
	height: 100px;
	background-image: url(/asset/img/error/sfondofumetto.gif);
	background-repeat: no-repeat;
	float:left;
}

.fumetto-txt
{
	padding: 45px 0 0 0;
	text-align: center;
	color:#2958AA;
}
.fumetto-txt h1 {font-size:18px; }

.messaggio-errore {padding: 10px 0 0 30px;}

