@CHARSET "UTF-8";

body,p,form,input,button,select,textarea {
	font-family: 'Microsoft Yahei', '微软雅黑', Tahoma, Arial, '宋体',
		'Hiragino Sans GB', \5b8b\4f53, Helvetica, STHeiti !important;
}

body {
	background: #4B4C4B !important;
	background-image: none !important;
}
a {
	text-shadow: none !important;
	color: rgb(75, 186, 169);
}

a:hover {
	text-shadow: none !important;
	text-decoration: none;
	color: #F14472;
	cursor: pointer;
}
#login_header {
	position: relative;
	height: 280px !important;
	overflow: hidden;
	background: url(../img/pattern.png) rgb(50, 50, 50) !important;
}

#login_header .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg.jpg) no-repeat top center;
}

#login_header .logo {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	text-align: center;
	padding-top: 80px;
}

#login_body {
	width: 330px;
	margin: 0 auto;
	padding-top: 35px;
}

#login_body .txt {
	width: 278px;
	display: block;
	padding: 0 0 0 50px !important;
	margin: 0 !important;
	height: 58px !important;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
}

#login_body .ico_txt {
	z-index: 1;
	position: absolute;
	margin-top: 15px;
	margin-left: 10px;
}

#login_body .btn_login {
	font-size: 20px !important;
	height: 50px !important;
	width: 100% !important;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	text-shadow: none !important;
	background-color: #e84673;
	color: #fff;
	border: 0;
}

#login_body .btn_login:hover {
	background-color: #e6e6e6;
	color: #333;
}

#div_error {
	height: 20px;
	white-space: nowrap;
	color: #e84673;
	padding-bottom: 5px;
}

#forget {
	color: white;
}

#forget:hover,#a_staff:hover {
	text-decoration: none;
	color: rgb(232, 70, 115);
}

#btn_send_code{
	font-size: 20px !important;
	width:125px !important;
	height: 50px !important;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	text-shadow: none !important;
	background: #4BBAAC;
	border: 0px;
	color: white;
}
.c_right_item{
	position: relative;
}

.c_right_item_content{
	width:200px;
	position: absolute;
	right:-210px;
	top:5px;
}
.c_right_item .input_tip{
	height:50px;
	line-height:50px;
}

#div_login_msg{
	text-align:center;
	padding-top:20px;
	font-size:18px;
	display:none;
}

#login_staff{
	padding-bottom:20px;
}
#login_staff .title{
	font-size:16px;
	text-align:center;
	padding-top:20px;
}