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

* html .notice-wrap {
	position: absolute;		
}

.notice-item-wrapper{
    margin-top:6px; 
}
 
/*.notice-item {
	background: #fffee0;
	-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 {
    /*background: rgba(0, 0, 0, 0) url("/i/notice.gif") repeat scroll 0 0;*/
    display: block;
    height: 16px;
/*    left: auto;
    right: 6px;
    top: 5px;*/
    width: 16px;
    margin: -8px -25px 0 0;
    float: right;
}

.notice-item {
    background-color: #fffee0;
    background-position: 12px 7px;
    background-repeat: no-repeat;
    border: 1px solid #000;
    border-radius: 4px;
    font-family: Arial;
    opacity: 1;
    padding: 12px 30px 12px 36px;
    text-align: left;
}

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