/**
 * @author GeekTantra
 * @date 20 September 2009
 */
div.ValidationErrors {
	left:-220px;
	width:200px;
	display: block;
	height:auto;
	text-align:center;
	font-size: 11px;
	color:#fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(100,25,25);
	background-color: rgba(100,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}
