html{
	width: 100%;
	height: 100%;
	position: relative;
}
body {
	
	width:100%; 
	height:100%; 
	position:relative;
}

h1,h2 {
	text-align:center;
	color:#fff;
	font-family:Arial;
	text-shadow:0 0 1px #000;
}

/* covered */
.covered {
	/* width:800px; */
	/* height:500px; */
	/* border:30px solid #FFF; */
	/* margin:50px auto; */
	/* background-image:url('../images/b2.jpg'); */
	/* background-color: #565656; */
	/* box-shadow:0 0 40px 5px rgba(0,0,0,.4); */
	bottom: 30px;
	left: 10px;
	right: 10px;
	top: 62px;
	position: absolute;
}

.covered .changeable {
	/* background-image:url('../images/b1.jpg'); */
	background-color: #dce1e6;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 26px;
}
.covered .changeableR{
	position: absolute;
	right: 0;
	top: 26px;
	bottom: 0;
	left: 200px;
	z-index: 2;
	border-left: 1px solid #336699;
}

#iframecontent{
	width: 100%;
	height: 100%;
	background-color: #fff;
	*position: absolute;
	*top:0;
	*bottom: 0;
	
}
#iframecontent body{
	text-align:center; position:absolute; left:0; right:0; bottom:0; top:0;
}
#iframecontent body p{
	width: 100%;
	height: 95%;
}
.cover-layer{
	position: absolute;
	left:0px; 
	top: 0px; 
	width:100%;
	height: 100%;
	z-index: 100; 
	background:black; 
	display:none;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.handle {
	position:absolute;
	width:40px;
	height:40px;
	margin-left:-20px;
	margin-top:-20px;
	border-radius:50%;
	/* background-color:#656565; */
	text-align:center;
	z-index: 3;
	background: url(../images/yuan.png) no-repeat center center;
}
.handle span {
	display:inline-block;
	margin:15px 1px 0;
	color:#000;
	/* -webkit-transition:.1s ease-out;
	-moz-transition:.1s ease-out;
	-ms-transition:.1s ease-out;
	-o-transition:.1s ease-out;
	transition:.1s ease-out; */
}
.handle.vertical {
	/* -webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg); */
}
.handle:hover {
	/* background-color:#555; */
	cursor:move;
}
.handle:hover span {
	color:#FFF;
}
.draggable {
	/* background-color:#555; */
	cursor:move;
}
.draggable span {
	margin:15px 4px 0;
	color:#FFF;
	/* -webkit-transition:.1s ease-out;
	-moz-transition:.1s ease-out;
	-ms-transition:.1s ease-out;
	-o-transition:.1s ease-out;
	transition:.1s ease-out; */
}

.header{
	height: 62px;
}
body{
	background: url(../images/bodybg.jpg) no-repeat left top #6699cc;
}
.header .logo{
	float: left;
	margin-top: 10px;
	margin-left: 15px;
}
.header .return{
	float: right;
	margin-right: 15px;
	margin-top: 22px;
}
.header .return a{
	padding-right: 15px;
	font-weight: bold;
	color: #fff;
	background: url(../images/returnbg.png) right center no-repeat;
	text-decoration: none;
}
.header .return a:hover{
	text-decoration: underline;
}
.footer{
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 0;
	left:0;
	right: 0;
	height: 30px;
	line-height: 30px;
}
.leftTitle{
	background-color: #AEC3D7;
	color: #336599;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	padding: 0 19px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	margin-top: -26px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.rightTitle{
	position: absolute;
	z-index: 99;
	height: 26px;
	line-height: 26px;
	margin-top: -26px;
	max-width: 100%;
	overflow: hidden;
}
.rightTitle a{
	display: inline-block;
	float: left;
	padding: 0px 30px;
	background-color: #3F77AE;
	line-height: 26px;
	font-weight: bold;
	color: #fff;
	margin-right: 1px;
	text-decoration: none;
}
.rightTitle a.curr{
	color: #336599;
	background-color: #fff;
}