﻿@charset utf-8;
.login_box{
	width:700px;
	height:247px;
	border-radius: 6px;
	margin:0 auto;
	/*background:#ccc;*/
}
.close_login{
	width:15px;
	height:15px;
	position: absolute;
	right:15px;
	top:-5px;
}
.login_title{
	width:100%;
	height:49px;
	line-height: 49px;
	background: #f6f6f6;
	color:#f95f53;
	font-size: 21px;
	text-align: center;
	position:relative;
}
.login_content{
	width:450px;
	height:155px;
	margin:20px auto ;
}
.login_name,.login_psd,.login_code{
	width:480px;
	height:20px;
	line-height: 20px;
	margin-bottom:14px;
	font-family: "宋体";
}
input[rel="text"]{
	border:1px solid #b2b2b3;
	width:270px;
}
.send_code{
	color:#368c02;
}
a{
	text-decoration: none;
}

input[name="submit"]{
	width:101px;
	height:24px;
	line-height: 24px;
	background: #f95f53;
	border:none;
	color:#fff;
	font-size: 16px;
	text-align:center;
	margin: 0 auto;
	cursor:pointer;
}
.submit_reset_box{
	width:185px;
	height:24px;
	margin:0 auto;
}
.forget_psd a{
    font-size: 14px;
}