body{
	font-family: "Arya";
	font-size: 12px;
	color: #737373;
}
/* page */
.page{
	width: 100%;
	height: 100%;
	background: url(../img/bg.png) repeat;
	position: relative;
}
.page .main{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.page .main .form-block{
	background: #fff;
	border-radius: 6px;
	padding: 30px 40px;
	width: 350px;
	margin: 0 auto;
	text-align: center;
}
.form-block h3{
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #000;
}
.form-block .write{
	background: #e5e5e5;
	margin-top: 20px;
	height: 34px;
	padding: 0 10px;
	line-height: 34px;
}
.form-block .write i{
	color: #ff0004;
	font-style: normal;
}
.form-block .write span{
	float: left;
	line-height: 34px;
	vertical-align: middle;
}
.form-block .write input{
	width: 60%;
	line-height: 34px;
	float: left;
	background: none;
	padding-left: 10px;
	font-size: 12px;
	color: #666;
}

.form-block .btn{
	width: 128px;
	height: 34px;
	line-height: 34px;
	background: #001079;
	border-radius: 4px;
	margin: 30px auto 0;
}
.form-block .btn a{
	display: block;
	text-align: center;
	color: #fff;
}
.txt{
	text-align: center;
	color: #fff;
	line-height: 20px;
	font-size: 14px;
	margin-top: 50px;
}

#colophon_TesseractTheme {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

.register-submit {
	width: 128px;
	padding: 0;
	height: 34px;
	line-height: 34px;
	background: #001079;
	border-radius: 4px;
	margin: 30px auto 0;
	color: #fff;
}