/* CSS Document */

/* login page */

.loginbox {
    min-height: 352px;
    padding: 16px;
	display: flex;
	flex-direction: row;
	padding-bottom: 14px;
}
.block_content.block_content_inner.login {
    min-height: 364px;
}

.loginbox_left {
	flex: 1;
	position: relative;
	min-width: 274px;
}
.loginbox_right {
    flex: 1;
    position: relative;
    min-width: 274px;
}

.loginbox_content {
	min-height: 264px;
	padding-bottom: 16px;
}

.loginbox_left .btn_ctn {
	height: 33px;
}

.loginbox_left a.btn_checkout_green, .loginbox_right a.btn_checkout_green, .loginbox_left #login_btn_wait {
	color: #ffffff;
	text-decoration: none;
	float: right;
}

.loginbox_sep {
	flex: 0;
	border-left: 1px solid #264959;
    width: 2px;
    height: 210px;
    margin: 0 16px;
}

.loginbox .captcha_image_row {
	position: relative;
}

.loginbox .login_row {
	margin-bottom: 18px;
}

.loginbox #captchImg {
	position: absolute;
	left: 0px;
	right: 0px;
}

.loginbox #captchaRefresh {
	margin-left: 220px;
	padding-top: 8px;
}

.psn_accountname_title {
	font-size: 28px;
}

.psn_accountname {
	font-size: 28px;
	color: white;
}

.psn_content_box {
	padding: 16px;
}

.psn_content_box h1 {
	padding-bottom: 14px;
}

.psn_welcome_img {
	padding: 10px 0px 6px 10px;
}

.psn_welcome_signin {
	float: right;
	padding-top: 14px;
}

.psn_tryagain_content {
	padding-top: 16px;
}

.ackgift_header h2 {
	color: #efefef;
}

.ackgift_header p {
	color: #acabab;
	font-size: 14px;
}

.ackgift_header #checkout_pipeline {
	padding-top: 22px;
}

.ackgift_header #checkout_header .content {
	height: 78px;
}



ul#why_list {
	list-style-position: inside;
	list-style-type: square;
	line-height: 22px;
}

.checkout_error {
    padding: 16px;
    background: rgba( 0, 0, 0, 0.2 );
    margin-bottom: 8px;
}

.page_header_ctn {
    margin-bottom: -94px;
}

#challenge_question_dselect_container {
	margin-top: 5px;
	width: 264px;
}

.email_used_actions {
	margin-top: 12px;
	line-height: 24px;
}

.linkspan {
	color: #ffffff;
	text-decoration: underline;
	cursor: pointer;
}

.linkspan:hover {
	color: #67c1f5;
}

.login_menu_spacer {
	height: 48px;
}

@media screen and ( max-width: 640px )
{
	html.responsive .loginbox {
		flex-direction: column;
	}

	html.responsive .loginbox_sep {
		border-top: 1px solid #264959;
		border-left: none;
		width: auto;
		height: 1px;
		margin: 16px 0;
	}

	html.responsive .loginbox_content {
		min-height: 0;
	}
}

body.v6.steamtv
{
	background: transparent;
}

body.v6.steamtv .page_content,
html.responsive body.v6.steamtv .page_content
{
}

html.responsive body.v6.steamtv .responsive_page_template_content
{
	padding-bottom: 0;
}