/* Layout pagina */

body{
	background-color: #E2E2E2;
}

table,tr,td,input,textarea,select{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}

#pagina { 
	width: 760px;
	left: 50%;
	position: absolute; 
	margin-left: -375px;
	background-color: #FFFFFF;
	padding: 50px;
	border-color: #000000;
	border:1 solid;
}

a{
	font-family: verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}

a:hover{
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}

.titoli{
	font-family: verdana;
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
}

p {
	margin: 0px;
	text-align: justify;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}

.errore {
	margin: 0px;
	text-align: justify;
	font-family: verdana;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}

.messaggio_ok {
	text-align: center;
	font-family: verdana;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	border-color: #FF0000;
	background-color: #E9E9E9;
	border: 1 solid;
	padding: 10px;
}


.inattesa {
	margin: 0px;
	text-align: justify;
	font-family: verdana;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
}


.registrato {
	margin: 0px;
	text-align: justify;
	font-family: verdana;
	font-size: 11px;
	color: #33CC00;
	font-weight: bold;
}

.contenuto{
	padding-left: 10px;
	padding-right:10px;
	padding-top:10px;
}

.intestazione{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom:1 solid;
	border-color: #000000;
	font-family: verdana;
	font-size: 14px;
	color: #000000;
}

form{
	margin: 0px;
}
