.notice-wrap {
    bottom: 80px;
    left: 50%;
    margin-left: -125px;
   margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 250px;
    z-index: 9999;
}
* html .notice-wrap {
	position: fixed;		
}
 
.notice-item {
	background: #333;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #eee;
	padding:12px;
	font-family:Arial, Helvetica, sans-serif;
	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-item p.error {
background: url("./icons/alert-2.png") no-repeat scroll left center transparent;
padding-left: 25px;
}
.notice-item p.notice{
background: url("./icons/speech-bubble.png") no-repeat scroll left center transparent;
padding-left: 25px;
}
