@charset "utf-8";
div.error {
	height: 50px;
	margin:5px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #571c1c;
	background: url('../images/alert_bg.png') top repeat-x;
	-webkit-box-shadow: 1px 2px 2px #323a43;
	-moz-box-shadow: 1px 2px 2px #323a43;
	box-shadow: 1px 2px 2px #323a43;
	position: relative;
	width: 80%;
}
div.error h3 {
	height: 50px;
	background: url('../images/alert_icons.png') left top no-repeat;
	margin: 0;
	font-size: 16px;
	line-height: 50px;
	padding-left: 50px;
	color: #FFF;
	text-shadow: 1px 1px 0px #000000;
}
