@charset "utf-8";
#bodyTop {
	height: 400px;
	background-image: url(../Images/login-banner.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#bodyTop #bodyTopContext {
	height: 400px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	display: table;
}

#loginBox {
	height: 300px;
	width: 300px;
	border: 1px solid #CCCCCC;
}
#loginBoxBack
{
	height: 300px;
	width: 300px;
	background-color: #FFFFFF;
	opacity:0.6;
	filter:alpha(opacity=60);
}
.width {
	width: 218px;
}
/*错误信息的提示框*/
.errTextbox{
	background-color: #FFC4C4 ;
	border: 1px solid #FF0000 !important;
}
.loginRow label {
	margin-left: 20px;
	margin-right: 20px;
}


#loginBox .loginBar {
	height: 50px;
}

#loginBox .loginBar .loginTitle {
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	float: left;
	width: 150px;
	cursor:pointer;
	font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
	letter-spacing: 0.15em;
	opacity:0.6;
	filter:alpha(opacity=60);
	background-color: #666666;
	color: #FFFFFF;
}
.loginTitleCurr {
	color: #FF6600;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	float: left;
	width: 150px;
	cursor:pointer;
	font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
	letter-spacing: 0.15em;
	opacity:1;
	filter:alpha(opacity=100);
	font-weight: bold;
}
.loginArea form {
	width: 280px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.textbox {
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	border: 1px solid #CCCCCC;
	text-indent: 10px;
	opacity:0.8;
	filter:alpha(opacity=80);
	float: left;
	color: #333333;
}
.loginRow {
	line-height: 40px;
	width: 100%;
	height: 40px;
	margin-bottom:10px;
}
.icondefault {
	font-size: 25px;
}

.loginRow .loginRowRight {
	text-align: center;
	float: left;
	width: 40px;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #999999;
	height: 40px;
	margin-left: 10px;
}
.loginRow .loginRowLeft {
	float: left;
	width: 200px;
}
.verify {
	float: left;
	width: 102px;
}


.verifyCode{
	cursor:pointer;
	height: 32px;
	float: left;
	margin-top: 0px;
	margin-left: 5px;
	width: 72px;
}
.btnBar
{
	margin-top: 20px;
}
.btnLogin {
	line-height: 40px;
	text-align: center;
	height: 40px;
	width: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-left: 10px;
	background-color: #339900;
	font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
}
.aRegister {
	line-height: 40px;
	text-align: center;
	display: block;
	height: 40px;
	width: 120px;
	float: left;
	margin-left: 20px;
	background-color: #ff5842;
	font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
.aTryout {
	line-height: 40px;
	text-align: center;
	display: block;
	height: 40px;
	width: 260px;
	float: left;
	margin-left: 10px;
	background-color: #0099CC;
	font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	letter-spacing: 0.5em;
}
.btnRegister {
	line-height: 40px;
	text-align: center;
	display: block;
	height: 40px;
	width: 182px;
	float: left;
	margin-left: 80px;
	background-color: #ff5842;
	font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.btnInManage {
	line-height: 30px;
	text-align: center;
	height: 30px;
	width: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-left: 10px;
	background-color: #0074cb;
	font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
}
.btnLogout{
	line-height: 30px;
	text-align: center;
	display: block;
	height: 30px;
	width: 120px;
	float: left;
	margin-left: 20px;
	background-color: #666666;
	font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
}
.loginArea
{
	padding-top: 10px;
}
.loginArea .isLoginBox {
	font-size: 14px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.loginArea .isLoginBox .loginRow{
	text-align: center;
}
