div.wErrorMessage
{
	width: 90%;
	min-height:80px;
	font-size: 13px;
	color: #f0230d;
	background: url(../images/buttons/error.png) no-repeat;
	background-color: #ffe8e8;
	border: 1px solid #fe8e8e;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	margin: 20px;
	text-align: center;
	vertical-align: middle;
}
