﻿
/*页面编辑窗*/
.PageBox {
	background-color: #FFFFFF;
	border: 4px solid #005CA2;
	margin: 0px;
	padding: 0px;
	text-align: left;
	position: fixed;
}

.PageBox .PageBoxTitle {
	background-color: #005CA2;
	height: 30px;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: none;
	border-left-style: outset;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	line-height: 20px;
	position:relative;
}
.PageBox .PageBoxTitleTxt
{
	white-space: nowrap;
	overflow: hidden;
	line-height: 25px;
}
.PageBox .PageBoxTitle  a{
	color: #FFFFFF;
	text-decoration: none;
}
.PageBox .PageBoxTitle .PageBoxTitleClose {
	height: 30px;
	width: 30px;
	top: 0px;
	right: 0px;
	position: absolute;
	font-size: 25px;
	color: #F00;
	line-height: 28px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	display:block;
}
.PageBox .PageBoxTitle .PageBoxTitleTxt
{
	line-height: 30px;
	margin-left: 10px;
}
.PageBox iframe
{
	margin: 0px;
	padding: 0px;
}
