*{
	margin:0px;
	border:0px;
	padding:0px;
}
.backgroundLayer_db{
	z-index:9998;
    border: 1px solid #A67901;
    background: #EAEAEA;
    overflow:hidden;
	position: fixed;/*固定位置*/
	/*position:absolute;*/
}
.move_div{
	width:100%;
	height:25px;
	background:url(./img/title.jpg) repeat-x;
}
.close_a{
	cursor: pointer;
	text-decoration: none;
	display:inline-block;
	width:25px;
	height:25px;
	line-height:25px;
    overflow:hidden;
}
.title_span{
	height:25px;
	line-height:25px;
	display:inline-block;
    overflow:hidden;
}
.close_span{
	width:100%;
	height:100%;
	background:url(./img/close.gif) no-repeat;
	background-position:center center;
	display:inline-block;
}
.content_div{
	width:100%;
	height:100%;
    background: #ffffff;
    overflow:hidden;
}