.notice-wrap {
	position: fixed;
	top: 59px;
	right: 160px;
	width: 420px;
	z-index: 9999;
}

* html .notice-wrap {
	position: absolute;		
}
 
.notice-item {
    background-image:     -ms-linear-gradient(top , rgba(150, 150, 150, 0.93), rgba(125, 125, 125, 0.93));
    background-image:    -moz-linear-gradient(center top , rgba(150, 150, 150, 0.93), rgba(125, 125, 125, 0.93));
    background-image: -webkit-linear-gradient(center top , rgba(150, 150, 150, 0.93), rgba(125, 125, 125, 0.93));
    background-image:      -o-linear-gradient(center top , rgba(150, 150, 150, 0.93), rgba(125, 125, 125, 0.93));
    background-image:         linear-gradient(center top , rgba(150, 150, 150, 0.93), rgba(125, 125, 125, 0.93));
    background-image:        -webkit-gradient(linear, left top, left bottom, from(rgba(150, 150, 150, 0.93)), to(rgba(125, 125, 125, 0.93)));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ED969696', EndColorStr='#ED7D7D7D') !important; /* IE6–IE9 */
    border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -o-border-radius: 10px;
       -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6), 0 0 0 3px rgba(180, 180, 180, 0.6);
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6), 0 0 0 3px rgba(180, 180, 180, 0.6);
         -o-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6), 0 0 0 3px rgba(180, 180, 180, 0.6);
            box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6), 0 0 0 3px rgba(180, 180, 180, 0.6);
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    height: auto;
    margin: 0 0 10px;
    padding: 12px 30px 15px 23px;
    position: relative;
    text-shadow: 0 1px 0 #555555;
}
.notice-item-close {
    background-image: url("images/ui-icons_ffffff_256x240.png");
    background-position: -96px -128px;
    cursor: pointer;
    display: block;
    height: 16px;
    opacity: 0.6;
    position: absolute;
    right: 9px;
    top: 8px;
    width: 16px;
}
.notice-item-close:hover { border-color: #eee; opacity: 1; }

/*.notice-item:hover .notice-item-close { display: block; }*/

.notice-wrap .warning { padding-left: 60px; background: url("/img/notice_warn.png") no-repeat scroll 19px 23px; }
.notice-item p { padding: 0; margin: 0; }
.notice-item .strong { font-weight: bold; padding-top: 7px; }