.notice-wrap {
	position: fixed;
	top: 15px;
	right: 15px;
	width: 350px;
	z-index: 9999;
}

* html .notice-wrap {
	position: absolute;		
}
 
.notice-item {
	background: #333;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #eee;
	/*padding: 6px 6px 0 6px;*/
	font-size: 12px;
	display: block;
	position: relative;
	height:auto;
	margin: 0 0 8px 0;
}

.notice-item-close {
	position: absolute;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	right: 8px;
	top: 4px;
	cursor: pointer;
	z-index:99999;
	color:#802a2a;
}

.notice-item .pass,
.notice-item .fail
{
    margin:0;
    padding:8px;
}

.notice-item .pass{
    background-color: #f0ffbf;
    border: 4px solid #a0e804;
}

.notice-item .fail
{
    background-color: #ffa7a7;
    border: 4px solid #a42222;
}





















