﻿.notice-wrap {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 250px;
	z-index: 9999;
}

* html .notice-wrap {
	position: absolute;		
}
 
.notice-item {
	background: #333;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #eee;
	padding:12px;
	font-family:verdana;
	font-size: 13px;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
}

.notice-error {
	background: red;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #eee;
	padding:12px;
	font-family:verdana;
	font-size: 13px;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
}

.notice-success {
	background: green;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #eee;
	padding:12px;
	font-family:verdana;
	font-size: 13px;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
}


.notice-status {
	background: purple;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #eee;
	padding:12px;
	font-family:verdana;
	font-size: 13px;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
}



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


.notice-stick {
	position: fixed;
	color:White;
	bottom: 0px;
	right: 0px;
	width: 100%;
	z-index: 9999;
}