div.msgalert {
	width: auto;
	font-family: monospace;
	font-size: 140%;
	line-height: 120%;
	background-color: #FFFED0;
	border: 1px solid #EAEAC0;
	margin-bottom: 24px;
	padding: 8px;
	padding-left: 56px;
	background-image: url(../_cms/images_standard/dialog-information.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

div.msgalert p {
	margin-top: 12px;
	margin-bottom: 12px;
}

span.errmsg {
	color: #CC0000;
	font-weight: bold;
}
