#stickyline {
    height:38px;
    z-index:998;
    background-color:#fceba1;
    overflow:hidden;
    display:none;
}
#stickyline div {
    height:36px;
    border:1px solid #a5a5a5;
    line-height:36px;
    padding-left:15px;
    font-size:1.2em !important;
    color:#000000 !important;
}
#stickyline a.close {
    float:right;
    width:10px;
    height:10px;
    background:transparent url(/resources/images/stickyline/close.gif) left top no-repeat;
    //margin:13px 8px 10px 8px;
margin:12px 8px 8px 8px;
}
#stickyline a.close:hover {
    background-position:-10px top;
}
body > div#stickyline {
	position:fixed !important;
        width:100%;
}
<!--[if gte IE 5.5]>
<![if lt IE 7]>
body > div#stickyline {
	position:fixed !important;
}
div#stickyline {
  /* IE5.5+/Win - this is more specific than the IE 5.0 version */
  /*left: expression( (( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );*/
position:absolute;
width:100%;
  top: expression( (( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
<![endif]>
<![endif]-->
