/*
 *
 * ALERTS
 */
 

div.alert {
 	width: 80%;
	display: block;
	clear: both;
	background:#008000 url(../images/icons/valid.png) no-repeat  10px 10px;
	color: #fff;
	padding: 10px 10%;
	font-weight: bold;
	margin-top: 10px;
}
div.error {
	background-color: #cb2026;
	background-image:url(../images/icons/error.png);
} 
div.loading {
	background-color: #f0efef;
	background-image:url(../images/icons/loading.png);
	color: #666666;
}
div.information {
	background-color: #FFCC00;
	background-image:url(../images/icons/info.png);
} 
/* others */
div.alert a { color: #fff; text-decoration: underline }

/* AJAX LOADER */
.ajax-loader { background: url(../img/ajax-loader.gif) no-repeat 25px 0;
width: 100%; height: 24px; clear: left;margin-top:24px;
clear: both;}