#dialogbox{
	width:750px;
	margin:0 auto;
	border:1px solid #EC0000;
	/*box-shadow:#EC0000 2px 2px 3px;*/
	padding:5px;
	background:#ffffff;
	overflow:hidden;
	position:absolute;
	top:200px;
	left:35%;
	border-radius:7px;
	z-index:155;
}
#dialogbox .title{
	width:100%;
	height:32px;
}
#dialogbox .title:hover{
	cursor:move;
}
#dialogbox .title span{
	display:block;
	text-indent: 1.4em;
	line-height:32px;
	font-size:22px;
	color:#333333;
	float:left;
	margin-left:10px;
	background:url('../img/gonggaoa.png') no-repeat;
}
#dialogbox .title button{
	display:block;
	font-size:15px;
	line-height:20px;
	height:20px;
	background:#dddddd;
	color:#ffffff;
	float:right;
	border:0px;
	margin-right:60px;
	box-shadow:#EC0000 -3px -2px -5px;
}
#dialogbox .title button:hover{
	background:#cf0a5d;
}
#dialogbox .title div{
	font-size:32px;
	line-height:33px;
	height:32px;
	width:32px;
	background:#dddddd;
	color:#ffffff;
	border-radius:16px;
	float:right;
	margin-right:10px;
}
#dialogbox .title div:hover{
	background:#cf0a5d;
}
#dialogbox .content{
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}
#dialogbox iframe{
	border:0px;
	width:100%;
	height:auto;
	padding:5px 0;
	margin:5px 0;
}
#advertisement{
	position:fixed;
	right:5px;
	bottom:5px;
	width:80px;
	height:80px;
}