/***** ALERTY *****/

.alert {
	width: auto;
	text-align:left; 
	padding:15px 20px 15px 55px; 
	margin-bottom:10px; 
	font-weight: bold;
}
.ok { 
	background:#dff2bf url(../res/icons/alert_ok.gif) center no-repeat;
	background-position:15px 50%; 
	border:2px solid #4f8a10; 
	color:#4f8a10; 
}
.warning { 
	background:#feefb3 url(../res/icons/alert_warning.gif) center no-repeat; 
	background-position:15px 50%; 
	border:2px solid #9f6000; 
	color:#9f6000; 
}
.info { 
	background:#bde5f8 url(../res/icons/alert_info.gif) center no-repeat; 
	background-position:15px 50%; 
	border:2px solid #00529b; 
	color:#00529b; 
}
.error { 
	background:#ffbaba url(../res/icons/alert_error.gif) center no-repeat; 
	background-position:15px 50%; 
	border:2px solid #d8000c; 
	color:#d8000c; 
} 
.error a, .error a:hover {
	color: #166fba;
	text-decoration: underline;
}
