/************************************************************/
/*				NOTICES										*/
/************************************************************/
.notice {
	position: relative;
	margin: 10px 0px;
	padding: 10px 10px 10px 50px;
	background-repeat: no-repeat;
	background-position: 10px 6px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 14px;
}
.notice-close-trigger {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}
.notice-info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../core/images/icons/notices.info-32x32_2.png');
}
.notice-warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../core/images/icons/notices.warning-32x32_2.png');
}
.notice-success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../core/images/icons/notices.success-32x32_2.png');
}
.notice-failure {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../core/images/icons/notices.failure-32x32_2.png');
}