.my_modal_noty_warning {
	background: rgba(255,255,255, 0.3) !important;
}
div.my_modal_hldr div.my_modal_view {
	border: 0px none !important;
}
.my_modal_noty_warning div.my_modal_hldr, div.my_modal_hldr div.my_modal_view {
	border-color: #625f07 !important;
}
.my_modal_noty_warning div.my_modal_hldr {
	background: rgba(218,212,114, 0.7) !important;
}

div.my_modal_btn {
	color: #FFF !important;
	text-shadow: 0px 1px 1px #848282 !important;
}
.my_modal_noty_warning div.my_modal_btn:hover {
	background: #625f07 !important;
	text-shadow: 0px 1px 1px #000 !important;
}

.my_modal_noty_warning .my_modal_info {
	color: #fff !important;
	text-shadow: 0px 1px 1px #000 !important;
}