#slidenotice_container { position: fixed; top: 0; left: 0; width: 100%; z-index: 9999990; }
#slidenotice_container #notice { position: absolute; top: -150px; left: 0; width: 100%; padding: 30px 0; min-height: 40px; background: url(images/bg.png) repeat top left; }
#slidenotice_container #notice h5 { margin: 4px 12%; font: 27px/32px Arial; color: #fff; }
#slidenotice_container #notice p { margin: 0 12%; font: 16px/24px Arial; color: #b9b9b9; }
#slidenotice_container #notice span.ico { display: block; width: 64px; height: 64px; margin: 0 0 0 -80px; position: absolute; top: 18px; left: 11%; }
#slidenotice_container #notice.info span.ico { background: url(images/ico_info.png) no-repeat center center; }
#slidenotice_container #notice.good span.ico { background: url(images/ico_good.png) no-repeat center center; }
#slidenotice_container #notice.bad span.ico { background: url(images/ico_bad.png) no-repeat center center; }
#slidenotice_container #notice a.close { position: absolute; cursor: pointer; top: 10px; right: 10px; display: block; width: 10px; height: 10px; background: url(images/ico_close.png) no-repeat top left; }