#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 p { margin: 0 11%; font: 26px/38px Arial; color: #fff; }
#slidenotice_container #notice span.ico { display: block; width: 40px; height: 40px; margin: 0 0 0 -70px; position: absolute; top: 28px; left: 11%; }
#slidenotice_container #notice.info span.ico { background: url(images/ico_info.png) no-repeat top left; }
#slidenotice_container #notice.good span.ico { background: url(images/ico_good.png) no-repeat top left; }
#slidenotice_container #notice.bad span.ico { background: url(images/ico_bad.png) no-repeat top left; }
#slidenotice_container #notice a.close { position: absolute; cursor: pointer; top: 10px; right: 10px; display: block; width: 8px; height: 8px; background: url(images/ico_close.gif) no-repeat top left; }