#box .message 
{
	display: block;
	color: #CC0000;
	font-weight: bold;
	text-align: center;	
	
}

.error-message  {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	font-weight: normal;
	padding-left: 110px;
}

form label.error{
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	font-weight: normal;
	display: block;
	width: 580px;
	padding-left: 110px;
}
