.notice-wrap {
position: fixed;
top: 50px;
right: 50px;
z-index: 9999;
opacity: 0.8;
}
* html .notice-wrap {
position: absolute;		
}
.notice-item {
background: #545454;
background: -moz-linear-gradient(top, #545454 0%, #3d3d3d);
background: -webkit-gradient(linear, left top, left bottom, from(#545454), to(#3d3d3d));
border: 1px solid #3d3d3d;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
box-shadow: 0px 1px 2px rgba(0,0,0,.5);
-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5);
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5);
color: #fff;
display: block;
font-size: 54px;
height: 82px;
line-height: 41px;
margin: 0 0 12px 0;
padding: 10px 10px 0 10px;
position: relative;
text-align: center;
}
.notice-item p {
font-family: Helvetica;
font-weight: bold;
margin-top: 0;
padding: 15px 20px;
text-shadow: -1px -1px 0px rgba(0,0,0,.7), 1px 1px 0px rgba(0,0,0,.7);
}
.notice-item-close{
display:none;
}