html,body {
	height: 100%;
}

.box_gray {
	background-color: #25353c;
	min-height: 100%;
}

.gray_footer {
	background: url(/static/images/footer_new/background.png) repeat-x top;
	padding: 20px 0;
	text-align: center;
	font-size: 9px;
	text-transform: uppercase;
	color: #545D61;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
}

.gray_footer a {
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
	color: #545D61;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
}

.white_box {
	background-color: white
}

.clear {
	clear: both
}

.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 50;
}

.overlay_gray {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 50;
	background: url('/static/images/splash/70.png');
}

.head_container .inner {
	height: 455px;
	width: 980px;
	margin: 0 auto;
}

.head_container .watermark {
	height: 455px;
	margin: 0 auto;
	max-width: 1220px;
	background: url('/static/images/splash/header-illustration.png') right
		bottom no-repeat;
}

.head_container .logo {
	float: left;
	padding: 30px 0 20px 0;
}

.head_container .signin {
	float: right;
	padding-top: 56px;
	width: 330px;
	margin-right: 16px;
}

.head_container .signin .s_text {
	font-size: 11px;
	color: white;
	float: right;
	margin-top: 7px;
	margin-right: 10px;
}

.head_container .signin .button {
	width: 78px;
	height: 30px;
	background: black;
	color: white;
	text-align: center;
	float: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.head_container .signin .button:hover {
	background: #F16822;
}

.head_container .signin .button a {
	color: white;
	display: block;
	text-align: center;
	width: 58px;
	padding-top: 8px;
	height: 22px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding-right: 20px;
	background: url('/static/images/splash/sign-in-icon.png') 55px center
		no-repeat;
}

.head_container .left {
	float: left;
	color: white;
	width: 500px;
	padding-left: 10px;
}

.head_container .left .video {
	border: 5px solid white;
	float: left;
}

.head_container .right {
	float: right;
	width: 410px;
	padding-top: 3px;
	margin-right: 30px;
}

.head_container .right .signup_box {
	color: white;
	font-size: 14px;
	font-weight: normal;
	width: 340px;
	text-align: center;
	margin-left: 30px;
}

.head_container .right h1 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 29px;
	color: white;
	margin-bottom: 15px;
	line-height: 1.3;
	height: auto;
	text-align: center;
}

.head_container .right .select_level {
	width: 330px;
	height: 28px;
	background: url('/static/images/splash/select-box.png') center center
		no-repeat;
	margin: 5px 0 0;
	text-align: left;
	font-family: Helvetica, Arial;
	font-size: 16px;
	padding-top: 8px;
	padding-left: 10px;
	cursor: pointer;
	color: black;
	font-weight: normal;
}

.head_container .right .hidden_select {
	width: 340px;
	height: 141px;
	background: url('/static/images/splash/select-box-opened.png') center
		center no-repeat;
	margin-top: -36px;
	text-align: left;
	font-family: Helvetica, Arial;
	font-weight: normal;
	font-size: 16px;
	color: black;
	position: absolute;
	display: none;
	z-index: 100;
	padding-top: 2px;
}

.head_container .right .hidden_select .select_me {
	height: 27px;
	width: 290px;
	margin: 3px;
	padding-left: 10px;
	padding-top: 4px;
	cursor: pointer;
}

.head_container .right .hidden_select .select_me:hover {
	background-color: #d9deea;
}

.head_container .right .hidden_select .select_me_act {
	background-color: #d9deea;
}

.head_container .right .email_address {
	width: 340px;
	height: 36px;
	background: url('/static/images/splash/email-box.png') center center
		no-repeat;
	margin: 12px 0 0;
	text-align: left;
	font-family: Helvetica, Arial;
	font-size: 16px;
	color: black;
	font-weight: normal;
}

.head_container .right .email_address input {
	width: 290px;
	height: 30px;
	margin: 3px;
	text-align: left;
	font-family: Helvetica, Arial;
	font-size: 16px;
	color: black;
	font-weight: normal;
	border: 0;
	padding: 0 7px;
	outline: none;
}

.head_container .right .submit_button {
	background: url('/static/images/splash/button.png') left top no-repeat;
	width: 167px;
	height: 34px;
	font-family: Helvetica, Arial;
	font-size: 24px;
	font-weight: bold;
	color: black;
	padding-top: 5px;
	text-align: center;
	cursor: pointer;
	margin-top: 12px;
	float: left;
}

.head_container .right .submit_button:hover {
	background: url('/static/images/splash/button.png') left -39px no-repeat;
}

.head_container .right .facebook_box {
	margin-top: 30px;
	color: white;
	font-weight: normal;
	font-size: 11px;
	text-align: right;
}

.head_container .right .facebook_box .facebook_text {
	float: left;
	padding-top: 5px;
}

.text_container {
	width: 980px;
	margin: 40px auto 0;
	font-family: Helvetica, Arial;
	font-size: 14px;
	line-height: 1.5;
}

.text_container .icon_box {
	float: left;
	width: 163px;
	text-align: center;
}

.text_container .icon_box img {
	margin-bottom: 8px;
}

.text_container .last {
	margin-right: 0px;
}

.text_container .press_logos {
	height: 100px;
	background: url('/static/images/splash/press-logos.png') center center
		no-repeat;
}

.text_container .left,.text_container .right {
	width: 450px;
	float: left;
	margin-top: 10px;
	margin-right: 40px;
}

.text_container .right {
	width: 490px;
	margin-right: 0px;
}

.text_container .left p,.text_container .right p {
	padding: 0;
	margin: 7px 0;
	line-height: 1.7;
}

.text_container .left .title {
	color: #F16822;
	font-weight: bold;
	font-size: 21px;
}

.text_container .right .quote {
	font-family: Georgia, Times;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #4d4d4d;
	width: 470px;
	line-height: 1.3;
}

.text_container .right .sign {
	font-size: 16px;
	font-weight: normal;
	color: #808080;
	line-height: 1.3;
}

.text_container .right .wrapup {
	margin-top: 25px;
	font-weight: bold;
	font-size: 24px;
	color: #58595B;
	line-height: 1.3;
}

.footer_container {
	width: 390px;
	margin: 0px auto;
	border-top: 1px solid #c3c3c3;
	padding: 20px 0px;
}

.footer_container .tweet {
	width: 47px;
	height: 20px;
	background: url('/static/images/home_v2/social-tweet.png') left top
		no-repeat;
	float: left;
	margin-left: 115px;
	cursor: pointer;
	display: none;
}

.footer_container .tweet:hover {
	background: url('/static/images/home_v2/social-tweet.png') left -20px
		no-repeat;
}

.footer_container .share {
	width: 47px;
	height: 20px;
	background: url('/static/images/home_v2/social-share.png') left top
		no-repeat;
	margin: 0px auto;
	cursor: pointer;
}

.footer_container .share:hover {
	background: url('/static/images/home_v2/social-share.png') left -20px
		no-repeat;
}

.footer_container .like {
	width: 47px;
	height: 20px;
	background: url('/static/images/home_v2/social-like.png') left top
		no-repeat;
	float: left;
	margin-left: 10px;
	cursor: pointer;
	display: none;
}

.footer_container .like:hover {
	background: url('/static/images/home_v2/social-like.png') left -20px
		no-repeat;
}

.footer_container .like a,.footer_container .tweet a,.footer_container .share a
	{
	display: block;
	width: 47px;
	height: 20px;
	text-decoration: none;
}

.head_container .inner .signin_form {
	position: absolute;
	width: 253px;
	height: 205px;
	background: url('/static/images/splash/sign-in-bg.png') center center
		no-repeat;
	left: 50%;
	margin-left: 230px;
	top: 80px;
	z-index: 100;
	display: none;
}

.head_container .inner .signin_form .inner {
	width: 244px;
	height: auto;
	margin: 0 auto;
	padding-top: 20px;
	color: white;
}

.head_container .inner .signin_form .inner .caption {
	width: 210px;
	margin: 0 auto;
	font-size: 11px;
	line-height: 1;
	color: #CCCCCC;
	height: 16px
}

.head_container .inner .signin_form .inner .login_input {
	width: 244px;
	height: 55px;
	background: url('/static/images/splash/sign-in-field.png') left -57px
		no-repeat;
	margin: 0 auto;
	padding-top: 2px;
}

.head_container .inner .signin_form .inner .login_input_hl {
	background: url('/static/images/splash/sign-in-field.png') left top
		no-repeat;
}

.head_container .inner .signin_form .inner .login_input Input {
	width: 208px;
	height: 20px;
	margin: 0 auto;
	display: block;
	color: white;
	outline: none;
	border: 0;
	background: transparent;
}

.head_container .inner .signin_form .inner .remember {
	font-size: 11px;
	color: white;
	float: left;
	margin-left: 20px;
}

.head_container .inner .signin_form .inner .button {
	width: 65px;
	height: 27px;
	float: right;
	background: url('/static/images/splash/sign-in-button-bg.png') left top
		no-repeat;
	margin-right: 20px;
}

.head_container .inner .signin_form .inner .button:hover {
	background: url('/static/images/splash/sign-in-button-bg.png') left
		-27px no-repeat;
}

.head_container .inner .signin_form .inner .button a {
	display: block;
	width: 65px;
	height: 23px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: black;
	font-size: 15px;
	padding-top: 4px;
}

.head_container .inner .signin_form .inner .forgot {
	clear: both;
	width: 210px;
	margin: 0 auto;
	font-size: 11px;
}

.head_container .inner .signin_form .inner .forgot a {
	color: yellow;
	text-decoration: none;
}

.head_container .inner .signin_form .inner .forgot a:hover {
	text-decoration: underline;
}

.error_box {
	width: 400px;
	margin: 0 auto 20px;
	border: 1px solid red;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fdf374;
	background-image: -moz-linear-gradient(top, #fffef2, #fcec17);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fffef2),
		color-stop(1, #fcec17) ); /* Safari & Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
		startColorstr='#fffef2', endColorstr='#fcec17' ); /* IE6 & IE7 */
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient (GradientType=0,startColorstr='#fffef2', endColorstr='#fcec17')";
	/* IE8 */
}

.error_box .inner {
	background: url('/static/images/splash/err_ico.png') 20px center
		no-repeat;
	padding: 15px 15px 15px 50px;
	font-weight: bold;
	font-size: 14px;
}

.head_container .right .half_input {
	float: left;
}

.head_container .right .input_name {
	width: 164px;
	height: 36px;
	background: url('/static/images/splash/half-box.png') left center
		no-repeat;
	margin: 12px 0 0;
	text-align: left;
	font-family: Helvetica, Arial;
	font-size: 16px;
	color: black;
	font-weight: normal;
}

.head_container .right .input_name input {
	width: 130px;
	height: 30px;
	margin: 3px;
	text-align: left;
	font-family: Helvetica, Arial;
	font-size: 16px;
	color: black;
	font-weight: normal;
	border: 0;
	padding: 0 7px;
	outline: none;
}