﻿
/*页面编辑窗*/
#PageBox {
	/* position: fixed !important; */
	position: absolute;
	background:rgba(255,255,255,1);
	border: 2px solid #FF4141;
	box-shadow:0px 8px 16px rgba(168,168,168,0.3);
	font-size:14px;
	font-family:Microsoft YaHei UI;
	font-weight:400;
	line-height:24px;
	color:rgba(93,93,93,1);
	opacity:1;
}

#PageBox #PageBoxTitle {
	color: #FFFFFF;
	background-color: #FF4141;
	height: 30px;
	text-align: left;
	font-size:16px;
	font-family:Microsoft YaHei UI;
	font-weight:bold;
	line-height:30px;
}
#PageBox #PageBoxTitleTxt
{
	white-space: nowrap;
	overflow: hidden;
}
#PageBox #PageBoxTitle  a{
	color: #FFFFFF;
}
#PageBox #PageBoxTitle #PageBoxTitleClose {
	float: right;
	margin-right: 8px;
	margin-top: 0px;
	background-image: url(../Images/winClose.gif);
	height: 16px;
	width: 16px;
}
#PageBox #PageBoxTitle #PageBoxTitleTxt
{
	height: 30px;
	font-size:15px;
	color: #FFFFFF;
	font-family:Microsoft YaHei UI;
	font-weight:bold;
	line-height:30px;
	margin-left: 12px;
}
#PageBox iframe
{
	margin: 0px;
	padding: 0px;
}
