
 .mo_dcrm_alert {
	 width: 95%;
	 padding: 10px;
	 position: relative;
	 border-radius: 5px;
	 font-weight: 500;
}
 .mo_dcrm_close {
	 position: absolute;
	 width: 30px;
	 height: 30px;
	 opacity: 0.5;
	 border-width: 1px;
	 border-style: solid;
	 border-radius: 50%;
	 right: 15px;
	 top: 25px;
	 text-align: center;
	 font-size: 1.6em;
	 cursor: pointer;
}
 .mo_dcrm_simple_alert {
	 background-color: #ebebeb;
	 border-left: 5px solid #6c6c6c;
}
 .mo_dcrm_simple_alert .mo_dcrm_close {
	 border-color: #6c6c6c;
	 color: #6c6c6c;
}
 .mo_dcrm_success_alert {
	 background-color: #a8f0c6;
	 border-left: 5px solid #178344;
}
 .mo_dcrm_success_alert .mo_dcrm_close {
	 border-color: #178344;
	 color: #178344;
}
 .mo_dcrm_danger_alert {
	 background-color: #f7a7a3;
	 border-left: 5px solid #8f130c;
}
 .mo_dcrm_danger_alert .mo_dcrm_close {
	 border-color: #8f130c;
	 color: #8f130c;
}
 .mo_dcrm_warning_alert {
	 background-color: #FFF3E0;
	 border-left: 5px solid #8a5700;
}
 .mo_dcrm_warning_alert .mo_dcrm_close {
	 border-color: #8a5700;
	 color: #8a5700;
}
 