.notice-wrap {
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 250px;
	z-index: 99999999;
}

* html .notice-wrap {
	position: absolute;
}
.notice-item {
	background: #333;
    border-radius: 8px;
	color: #eee !important;
	padding:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: larger !important;
    font-weight: bold;
    font-size-adjust: none;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
}

.notice-item p{
	color: #eee !important;
	width: 92%;
}

.notice-item-close {
	position: absolute;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	right: 12px;
	top: 6px;
	cursor: pointer;
}

.notice-success {
	/*background-color:#090;*/
    /*background-color: #7fae00;*/
	background-color: #2b65ae;
    text-shadow: 1px 1px #000000;
    font-size: larger!important;
}

.notice-error {
	background-color:#900;
    text-shadow: 1px 1px #000000;
    font-size: larger!important;
}
