@charset "GBK";
/* CSS Document */
#popupContainer {
	position: fixed !important;
	position: absolute;
	z-index: 201;
}
#popupInner {
	border: 2px solid #000000;
	background-color: #ffffff;
}

#popupFrame {
	text-align: center;
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
	background-color: #FFFFFF;
}
#popupTitleBar {
	background-color: #486CAE;
	color: #ffffff;
	font-weight: bold;
	height: 18px;
	padding: 5px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #78A3F2;
	border-left: 1px solid #78A3F2;
	border-right: 1px solid #204095;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 15px;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}
#mask {
	position: fixed !important;
	position: absolute;
	opacity: .4;
	filter: alpha(opacity=40);
	left: 0px;
	top: 0px;
	background-color: #999999;
}


/*login*/
.input_text{
	height:18px;
	border:1px solid #CCC;
	background-color:#FFF;
	width: 120px;
	margin: 5px;
	padding: 2px;
}

.input_text:hover {
	solid #999;
	background-color:#FFFFCC;
}

.formClass {
	align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}
table {
	margin-left:auto;
	margin-right:auto;
}
.point_out {
	font-size: 12px;
	color: #FF0000;
}

.inupt_button {
	height: 25px;
	width: 60px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.lab {
	text-align: right;
	vertical-align: middle;
	margin: 0px;
	font-size: 14px;
	font-family: "黑体";
}

