body {
	background: #e5f7fb;
	padding: 30px 0 0;
}
.wrapper {
	width: 100%;
}
.content {
	width: 100%;
	background: url(../images/login_bg.png) no-repeat center center;
	overflow:auto;
}
.cont {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	border: 0;
	float: none;
	padding: 0;
}
.window {
	width: 338px;
	height: 408px;
	padding: 36px;
	background: #fff;
	box-shadow: 0px 0px 10px #ddd;
	float: right;
}
.window h4 {
	font-size: 30px;
	color: #f08d5e;
	text-align: center;
	margin-bottom: 30px;
}
.boxs p {
	margin-bottom: 10px;
}
.boxs .txt {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	outline: none;
	border: 1px solid #dedede;
	margin-bottom: 15px;
}
.boxs div {
	height: 50px;
	line-height: 50px;
}
.boxs div .l {
	float: left;
}
.boxs div .r {
	float: right;
}
.boxs div a {
	color: #379e43;
	text-decoration: underline;
}
.boxs div a:hover {
	color: #f00;
}
.boxs .btt {
	margin-top: 15px;
}
.boxs .btt input {
	padding: 10px 60px;
	*padding: 10px 40px;
	float: left;
}
.boxs .btt .btn_red {
	float: right;
}


/*注册*/
.boxss p {
	width: 85px;
	display: inline-block;
	float: left;
	line-height: 40px;
	text-align: right;
}
.boxss .txt {
	width: 244px;
	height: 40px;
    line-height: 40px;
    text-indent: 10px;
    outline: none;
    border: 1px solid #dedede;
	margin-bottom: 10px;
}
.boxss select.txt {
	width: 246px;
	*text-indent: 0px;
}
.boxss .txt2 {
	width: 80px;
	float: left;
}
.boxss .code {
	display: inline-block;
	width: 163px;
	height: 40px;
	*height: 42px;
    line-height: 40px;
    text-align: center;
	background: #f6f6f6;
    border: 1px solid #dedede;
	margin-left: -1px;
}
.boxss div a {
	color: #379e43;
	text-decoration: underline;
	display: block;
	text-align: right;
	margin: 20px 0;
}
.boxss .btt {
	margin-left: 85px;
}
.boxss .btb {
	margin-top: 30px;
}
.boxss .btt input {
	padding: 10px 60px;
}

.footer .wrapper {
	width: 1000px;
}