#smfbox {
    background: #FFFFFF;
    border: 5px solid #0db368;
    display:none;
    font-size:12px;
    margin:0 auto;
    overflow:hidden;
    padding:0;
    position:relative;
    top:0;
    width:786px;
    *width:806px;
    height:338px;
    *height:358px;
    z-index:9001;
}


#smfclose {
    cursor:pointer;
    position:absolute;
    text-align:right;
    right:0px;
    top:0px;
    color:#FFFFFF;
    width:786px;
    *width:806px;
    height:17px;
    background-color:#0db368;
}

#smfwrapper {
height:1px;
_height:5px;
left:0;
position:fixed;
_position:absolute;
top:20%;
_top: expression( ( 50 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
width:100%;
z-index:9000;
}

#smfoverlay {
background:#000;
display:none;
height:100%;
_height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
left:0;
position:fixed;
_position:absolute;
top:0;
width:100%;
_width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
z-index:8000
}