#smfbox {
    background: #fff;
 	border: 3px solid #ccc;
	display:none;
	font-size:12px;
	margin:0 auto;
	overflow:hidden;
	padding:0;
	position:relative;
	top:0;
	width:650px;
	z-index:9001;
}


#smfclose {
	background:url(../images/smfbox_close.gif);
	cursor:pointer;
	display:block;
	height:14px;
	overflow:hidden;
	position:absolute;
	right:0;
	text-indent:-9000px;
	width:58px;
}

#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
}