@import "header-footer.css";

body {
	margin: 0 auto;
	padding: 0;
}

body a {
	cursor: pointer;
}

#content {
	border: solid 7px #fff;
	margin: 75px auto 0;
	width: 980px;
	min-height: 313px;
	background-color: #fff;
	padding-bottom: 30px;
}

#content h1 {
	text-align: left;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 20px;
}

#register_content {
	padding-top: 5px;
	margin: 0 auto;
	width: 800px;
	text-align: center;
}

#main {
	text-align: center;
	background-color: #fff;
	padding: 10px;
	padding-left: 40px;
	height: 190px;
	margin-top: 20px;
	margin-bottom: 40px;
}

#maintext {
	width: 380px;
	margin: 0 auto;
}

.reset-tip {
	position: relative;
	margin-top: 10%;
	letter-spacing: 2px;
}

.reset-tip a {
	color: #2b6ba9;
	font-size: 16px;
	letter-spacing: 1px;
}

#maintext .rg_input {
	vertical-align: top;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.rg_input input {
	width: 100%;
	font-size: 14px;
	height: 45px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #333;
	vertical-align: middle;
	padding: 13px 10px 12px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1;
}

.rg_input .rg-log-input-text {
	margin-right: 2.3%;
	width: 42.7%;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	float: left;
}

.rg_input-help {
	display: none;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 5px;
	color: #999;
	vertical-align: middle;
	text-align: left;
	-webkit-transition: max-height .5s ease-in-out;
	transition: max-height .5s ease-in-out;
	max-height: 100px;
}

.rg_input .rg-error {
	border-color: #e1504a !important;
	outline: none;
}

#maintext a {
	color: #2b6ba9;
	font-size: 16px;
}

#tip div {
	height: 30px;
	line-height: 30px;
}

#top div {
	height: 40px;
	line-height: 40px;
}

table tr td {
	height: 60px;
}
