.ERR
{
	width:100%;
	text-align:center;
}
.ERR .Msg_Ok
{
	width:100%;
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Verdana;
	background-color: green;
}
.ERR .Msg_Ko
{
	width:100%;
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Verdana;
	background-color:Red;
}