@CHARSET "UTF-8";

/**
 * @group Header alerts 
 */
div.alerts {
	border: 1px solid;
	border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 0 1.5em 0;
	padding: 7px;
}

div.alerts h3 {
	margin: 0 0 .5em 0;
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
}
div.alerts ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.alerts ul li {
	margin: 0;
	padding: 2px;
	position: relative;
	font-size: 12px;
}
div.error {
	color: #af4c4c;
	background: #ffdfdf url(../assets/images/icon-error.png) 1% 50% no-repeat;
	padding-left: 28px;
	border-color: #df7d7d;
}
div.error a {
	color: #af4c4c;
}
div.success {
	background: #e1ffd1 url(../assets/images/icon-success.png) 1% 50% no-repeat;
	padding-left: 28px;
	border-color: #A2EF95;
	color: #499524;
	font-weight: bold;
}

div.success p {
	margin: 0;
}
div.notify {
	background: #E4F3FD url(../assets/images/icon-notify.png) 1% 50% no-repeat;
	padding-left: 28px;
	border-color: #B6E6FB;
	color: #112835;
	font-weight: bold;
}


#cms_alert {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	line-height: 25px;
	text-align: center;
	background-color: #FFFDC4;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 11px;
	opacity: .7;
	filter: alpha(opacity = 70);
}
