.notice-wrap {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 250px;
    z-index: 8000;
}

* html .notice-wrap {
	position: absolute;		
}
 
.notice-item {
	background: #333;
	/*border-radius: 3px;*/
	color: #eee;
	padding:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
    box-shadow: 2px 2px 5px #CCCCCC;
}
.notice-item-close {
	position: absolute;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	right: 6px;
	top: 6px;
	cursor: pointer;
}

.notice-success {
    background-color: #090;
}
.notice-error {
    background-color: #900;
}

.notice-simple{
    background-color: #F2F2F2;
    border: 1px solid #E6E6E6;
    color: #333333;
}
.notice-productdeleted{
	background-color: #ff7f66;
	border: 1px solid #E6E6E6;
	color: #333333;
}


