body{
    color: #ffffff;
    font-family: "Motiva Sans Light", "Motiva Sans", Arial, Helvetica, sans-serif;
}

label{
	margin-bottom: 5px;
	display: block;
	font-size: 12px;
	color: #c6d4df;
}

.input{
	border-radius: 3px;
	margin-bottom: 20px;
}

.button{
	background: #315671;
	text-transform: none !important;
	font-size: 14px;
	padding: 4px 35px;
	height: auto;
	display: inline-block;
	margin: 0px 0 0 0;
}

.button:hover{
	opacity: .85;
}

.contactSteamSupportHeaderBox{
	background: rgba(0,0,0,0.2);
	font-size: 24px;
	padding: 24px;
	text-align: center;
	margin: 20px 0 35px 0;
}

.main_login{
	padding: 0;
	border: none;
}

.form_container{
	background: #1a2738;
	padding: 15px;
}

h3{
	font-family: "Motiva Sans Light", "Motiva Sans", Arial, Helvetica, sans-serif;
	font-weight: 100 !important;
	color: #67c1f5;
	font-size: 18px;
	margin-bottom: 18px !important;
}

#deskproform{
	width: auto !important;
}

#lost_password{
	display: none;
	position: fixed;
	top: 40%;
	left: 50%;
	width: 400px;
	height: 240px;
	margin-left: -200px; /*half width*/
	margin-top: -120px;
	z-index: 1000;
	background: #1a2738;
	padding: 40px;
}

#lightbox_bg{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 999;
}

#closeForgot_password_link{
	position: absolute;
	top: 7px;
	right: 10px;
	padding: 3px;
}

#closeForgot_password_link:hover{
	cursor: pointer;
	text-decoration: none;
}

#forgot_password_link{
	color: #c6d4df !important;
	text-decoration: underline !important;
	display: block !important;
	margin-top: 20px;
}

#forgot_password_link:hover{
	opacity: .8;
}	

.create_account_content{
	margin-left: 80px;
	width: auto;
	max-width: 330px;
	float: left;
}



.profile_login_content{
	margin-right: 80px;
	width: auto;
	max-width: 330px;
	float: right;
}


#sign_in_account_message{
	background: #1d3248;
	padding: 40px;
	text-align: center;
	font-size: 16px;
	margin: 0 0 25px 0;
}

#sign_in_button{
	text-transform: capitalize;
	font-size: 14px;
	padding: 3px 35px 3px 35px;
	height: auto;
}

.not_steam{
	color: #e1b54a;
	text-decoration: underline;
}

.account_note{
	margin-bottom: 20px;
}


#img_verify_reload{
	margin-bottom: 15px;
	display: block;
}

.register_form{
	display: block;
}

#username_error_unique_msg{
	margin-bottom: 20px;
}

#search_box_main{
	min-height: 170px;
}

.sign_in_button_container{
	margin-top: 20px;
}

#img_verify_reload{
	font-size: 12px;
}

#cafebox, label[for=cafebox]{
	display: none;
}