body {
	margin:0px;
	height:100%;
	width:100%;
}

.con {
	position:absolute;
	overflow: visible;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.con-fit {
	border: none 0px;
	position:absolute;
	width: 100%;
	height: 100%;
}

.con-mar {
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
}

.con-bor {
	border: solid 1px;
	-moz-border-radius:7px;
	border-radius:7px;
}

.con-scr {
	overflow: auto;
}

.con-l20 {
	left:0px;
	width:20%;
	height:100%;
}

.con-r80 {
	left:20%;
	width:80%;
	height:100%;
}

.con-lf20 {
	left:0px;
	width:200px;
	height:100%;
}

.con-rf80 {
	left:200px;
	right:0px;
	height:100%;
}

.con-t30 {
  top: 0px;
  height: 30px;
}

.con-b30 {
  top: 30px;
  bottom: 0px;
}

.con-head {
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	width:100%;
	height:20px;
}

.con-head div {
  background-color:transparent;
}

.con-left {
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-topleft:7px;
	border-bottom-left-radius:7px;
	border-top-left-radius:7px;
}

.con-right {
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-topright:7px;
	border-bottom-right-radius:7px;
	border-top-right-radius:7px;
}

.con-bottom {
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
}

.con-top {
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
}

.con-head-img {
	top:2px;
	float:right;
	position:relative;
}

.con-body {
	width:100%;
	top:20px;
	bottom:0px;
}

.box {
}

.box-mar {
	margin:10px;
}

.box-lmar {
	margin-left: 10px;
}

.box-rmar {
	margin-right: 10px;
}

.box-tmar {
	margin-top: 10px;
}

.box-bmar {
	margin-bottom: 10px;
}

.con-center {
	text-align: center;
}

.con-vspl {
	height: 100%;
	width:10px;
	float:left;
	position:relative;
}

.tma {
	background-color: #777777;
	z-index: 100;
}

.novis {
	display: none;
}

.opa05 {
	opacity: .5;
}

.opa1 {
	opacity: 1;
}

.con-dlg {
  left: 40%;
  width: 240px;
  top: 40%;
  height: 100px;
  background-color: #fff;
  z-index: 110;
}

.con-menu {
	left:36px;
	top:0px;
	height:35px;
	width:495px;
}

.con-t-30 {
  top: 0px;
  bottom: 30px;
}

.con-b-30 {
  height: 28px;
  bottom: 0px;
}

.con-advmenu {
  height: 133px;
}
