@import url("../footer.css");
body{
	background-color: #f7f7f7;
}

header{
	position: relative;
	height: 2.5rem;
	line-height: 2.5rem;
	background-color: #fff;
	border-bottom: 1px solid #afafaf;
	text-align: center;
}

header a.pre{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 1.8rem;
	height: 2.5rem;
	background: url(../../images/pre.png) no-repeat center center/0.8rem 1.2rem;
}

.input_box{
	margin: 1.5rem 0.5rem 0rem 0.5rem;
	padding: 0.6rem 0.5rem 0.6rem 1.2rem;
	border: 1px solid #afafaf;
	height: 1rem;
	border-radius: 3px;
	background: url(../../images/login_icon3.png) #fff no-repeat 0.3rem center/0.45rem 0.7rem;
}

.input_box input{
	width: 100%;
	font-size: 0.75rem;
}

.desc{
	padding: 0 0 1.6rem 0.5rem;
	color: #5278f5;
	text-decoration: underline;
}
.no_code{
	text-align: center;
	margin-bottom: 0.3rem;

}

.no_code a{
	color: #2866d7;
	font-size: 0.6rem;
	line-height: 2.45rem;
}

.sub_btn{
	display: block;
	height: 2.25rem;
	width: 15rem;
	margin: auto;
	font-size: 0.75rem;
	color: #fff;
	text-align: center;
	line-height: 2.25rem;
	border-radius: 3px;
	background-color: #f4494f;
}

#js_sub{
	margin: 0 auto 0.75rem auto;
}

::-webkit-input-placeholder
{
    /* WebKit browsers */
    color: #ccc;
    font-size: 0.75rem;
}
:-moz-placeholder
{
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    font-size: 0.75rem;
}
::-moz-placeholder
{
    /* Mozilla Firefox 19+ */
    color: #ccc;
    font-size: 0.75rem;
}
:-ms-input-placeholder
{
    /* Internet Explorer 10+ */
    color: #ccc;
    font-size: 0.75rem;
}

.send{
	background-color: grey;
}