#messageOK {
	width: 98%;
	border: 3px solid #006633;
	font-size: 11px;
	color: #006633;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-weight: bold;
}
#messageKO {
	width: 98%;
	border: 3px solid #990000;
	font-size: 11px;
	color: #990000;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-weight: bold;
}
#messageOK p{
	display: block;
	margin: 20px;
}
#messageKO p{
	display: block;
	margin: 20px;
}
#container {
	height: 100%;
	background-image: url(../../image/fondoRosso.gif);
	background-repeat: repeat-y;
}
