@CHARSET "UTF-8";

/* Estil pel MyLib_Controller_Action_Helper_myFlashMessenger
*******************************************************************************/
.messages a, .messages a:hover {
	float:right;
	margin-top:-14px;
	margin-right:-5px;
	color:#505050;
	text-decoration:none;
}
.messages ul,
.messages ul {
	border:0 !important; 
}
.messages li {
	min-height:23px !important;
	margin-bottom:11px !important;
	padding:8px 8px 2px 32px !important;
	font-size:.95em !important;
	font-weight:bold !important;
	list-style:none;
}
.messages ul li {
	margin:5px 0 3px 0 !important;
	border:0 !important;  
	padding:0 !important;
}
.success-msg {
	border:1px solid #95a486 !important;
	color:#3d6611 !important;
	background:#eff5ea url(./images/ico_msg_success.gif) no-repeat 10px 10px !important;
}
.error-msg {
	border:1px solid #f16048 !important;
    color:#df280a !important;
	background:#faebe7 url(./images/ico_msg_error.gif) no-repeat 10px 10px !important;
}
.warning-msg {
	border:1px solid #ffd967 !important;
	color:#3d6611 !important;
	background:#fffbf0 url(./images/ico_msg_warning.gif) no-repeat 10px 10px !important;	
}
.notice-msg {
	border:1px solid #666e73 !important;
	color:#000000 !important;	
	background:#e6e6e6 url(./images/ico_msg_notice.gif) no-repeat 10px 10px !important;  
}
.process-msg {
	border:1px solid #666e73 !important;
	color:#000000 !important;	
	background:#e6e6e6 url(./images/ico_msg_process.gif) no-repeat 10px 10px !important;
}