@charset "utf-8";
#registerForm{
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.regTitle{
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	text-align:center;
	font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
	font-size: 26px;
}
.noRegister{
	height: 500px;
	width: 300px;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	font-size: 16px;
	line-height: 160px;
	text-align:center;
}
/*用户注册的区域*/
#registerBox{
	height: 530px;
	width: 300px;
	border: 1px solid #CCCCCC;
	position: relative;
	background-color: #CCC;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}
.loginArea form {
	margin: 10px;
}
.textbox {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	border: 1px solid #CCCCCC;
	text-indent: 10px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	float: left;
}
.width {
	width: 250px;
}
.loginRow {
	line-height: 40px;
	width: 100%;
	height: 40px;
	margin-bottom: 8px;
	margin-left: 15px;
}
.loginRow .loginRowRight {
	text-align: right;
	float: left;
	width: 80px;
	font-size: 15px;
}
.loginRow .loginRowLeft {
	float: left;
	width: 200px;
}
.verify {
	float: left;
	width: 155px;
}
.verifyCode {
	
}
.right-btn{
	cursor: pointer;
	height: 40px;
	float: left;
	margin-top: 0px;
	margin-left: 5px;
	width: 88px;
	border: 1px solid #CCC;
	text-align: center;
	background-color: #FFF;
}
.btnBar {
	margin-bottom: 0px;
	height: 30px !important;
}
/*按钮禁用时的效果*/
.disabled{
	background-color: #666 !important;
}
.btnLogin {
	line-height: 30px;
	text-align: center;
	height: 30px;
	width: 250px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	background-color: #009900;
	font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
}
.aRegister {
	line-height: 30px;
	text-align: center;
	display: block;
	height: 30px;
	width: 110px;
	float: left;
	margin-left: 25px;
	background-color: #009900;
	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;
}
.btnRegister {
	line-height: 30px;
	text-align: center;
	display: block;
	height: 30px;
	width: 250px;
	float: left;
	margin-left: 0px;
	background-color: #0387d9;
	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;
	cursor: pointer;
}
.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;
}

/*第三方登录*/
.lfootBar{
	
}
dl.OAuth{
	height: 30px;
	line-height: 30px;
    width: 100%;
    margin-bottom: 8px;
    margin-left: 15px;
}
dl.OAuth dd{
	float:left;
	margin-right:10px;
}
dl.OAuth dd a{
	display: inline-block;
    position: relative;
    padding-left: 24px;
}
dl.OAuth dd b{
	width: 19px;
    height: 18px;
    display: block;
    background: url(../../images/QQ-weixin.png) no-repeat;
    margin: 0 auto;
    position: absolute;
    float: left;
    left: 0;
    top: 16px;
}
dl.OAuth dd span{
	line-height:50px;
}
.QQ-icon{
	background-position: 0 0 !important;	
}
.weixin-icon{
	background-position: -20px 0px !important;	
}