.notice-wrap {
	position:fixed;
	top: 10px;
	left: 35%;
	width: 250px;
	z-index: 9999;
}

* html .notice-wrap {	
}
 
.notice-item {
	height: 60px;
	background: #333;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color:#3d3333;
	padding:16px 10px 0px 50px;
	font-family: lucida Grande;
	font-size: 12px;
	border: 2px solid #999;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
}

.notice-error {
	background:url(../images/error.png) no-repeat left center #FFE5E5;
}

.notice-success {
	background:url(../images/success.png) no-repeat left center #E9FFE5;
}

.notice-alert {
	background:url(../images/notice.png) no-repeat left center;
}

.notice-alert2 {
	padding:0px 10px 8px 50px;
	background:url(../images/notice.png) no-repeat left center;
	margin-top:100px;
}

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