	@charset "UTF-8";
/* CSS Document */

.notify {
	visibility:hidden;
	display:none;
	width:98%;
	margin:5px auto 10px;
	border:1px #ebd64a solid;/* 8e809f */
	background-color:#ebe5bf;/* e7e4eb */
	position:relative;
}

.notify h4 {
	margin:0px !important;
	padding:4px 0px 0px 8px !important;
	font:16px !important;
	color:#6A9A06 !important;
}

.notify p {
	margin:0px;
	padding:2px 8px 8px 8px;
}

.notify span#mu_notify_close {
	cursor:pointer;
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	padding:0px 4px 4px;
}
