#overlay{ 
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
	background-color: #000000;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity: .90;   
}

* html #overlay{
}

#box{
    background:#000000;
	margin: 0;
	padding: 0;
    border:1px solid #313726;
	overflow: auto;
	background:url(http://www.m-blog.net.cn/picjavascript/tit_b.gif) top repeat-x;
}

#box #close{
    position:absolute;
    top:0px;
    right:0px;
    cursor:pointer;
}
#box #log{
    position:absolute;
    top:0px;
    left:0px;
}
#box #boxline {
}
#box #boxContents {
	margin:38px 12px 12px 12px;
	border:1px solid #313726;
	
}
#boxContents img{
	border:1px solid #000000;
}