﻿	@charset "utf-8";

#LoginBox {
	position: absolute;
	left: 12px;
	top: 0px;
	background: white;
	width: 426px;
	height: 320px;
	border: 2px solid #444;
	border-radius: 7px;
	z-index: 10000;
}

.row1 {
	background: #1161ee;
	padding: 0px 20px;
	line-height: 50px;
	height: 50px;
	font-weight: 600;
	color: #fff;
	font-size: 20px;

}

.row2 {
	height: 50px;
	line-height: 50px;
	padding: 0px 30px;
	font-family: "微软雅黑";
	font-size: 18px;
	text-align: right;
}



.close_btn {
	font-family: arial;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	float: right;
	padding-right: 4px;
}

.inputBox {
	border: 1px solid #c3c3c3;
	padding: 1px 3px 6px 3px;
	border-radius: 5px;
	margin-left: 5px;
}

.otxtName {
	height: 27px;
	width: 230px;
	border: none;
}

.otxtPwd {
	height: 27px;
	width: 230px;
	border: none;
}

#loginbtn {
	color: White;
	background: #1161ee;
	text-decoration: none;
	padding: 10px 82px;
	border-radius: 5px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	margin: 0 auto;
}



.warning {
	float: right;
	color: Red;
	text-decoration:none;font-size:20px;font-weight:bold;margin-right:20px;display:none;}