@CHARSET "UTF-8";
/* signup page */
.account-form {
	max-width: 550px;
	width: auto !important;
	_width: 550px;
	position: relative;
	margin: 5px auto;
}

.account-form>.header {
	display: inline-block;
	width: 100%;
	padding: 15px 50px 0px;
	font-size: 28px;
	color: #2D8EEC;
	border-bottom: 1px solid #2D8EEC;
	text-align: center;
	margin-bottom: 40px;
}

.account-form>.header>.form-title {
	display: inline-block;
	width: 190px;
	margin: 0 10px;
	padding-bottom: 6px;
	cursor: pointer;
	border-bottom: 4px solid #2D8EEC;
}

.account-form .block {
	width: 100%;
	max-width: 305px;
	padding: 0px 0px 25px;
	margin: 0 auto;
	position: relative;
}

.account-form input.error {
	border: solid 1px red;
}

.account-form label.error {
	position: absolute;
	left: 320px;
	top: 6px;
	color: #a7072d;
	white-space: nowrap;
}

.account-form .block input[type="submit"] {
	width: 100%;
	padding: 5px;
	color: #FFF;
	font-size: 18px;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0;
	font-size: 0px;
	overflow: hidden;
}

.head {
	height: 100px;
	line-height: 98px;
	text-align: center;
	font-size: 24px;
	overflow: hidden;
	margin: 0px 100px;
}

.head .logo {
	width: 175px;
	height: 100px;
	float: left;
}

.head .nav {
	width: 800px;
	float: right;
	text-align: right;
}

.nav a {
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	height: 98px;
	color: rgb(80, 80, 80);
}

.nav a:hover {
	color: rgb(0, 132, 203);
}

.content {
	width: 100%;
	background: rgb(245, 245, 245);
	display: table;
}

.btn-primary {
	background-color: #2d8eed;
	color: #fff !important;
	font-size: 14px !important;
	width: 100% !important;
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	border-radius: 2px !important;
	height: 44px;
	cursor: pointer !important;
}