#page-content-inner {
	min-height: 520px;
}
.login-container .textinput {
	width: 100%;
	color: #000;
	padding-left: 8px;
	border: 1px solid;
	border-top-color: #727272;
	border-bottom-color: #dadada;
	border-left-color: #b3b3b3;
	border-right-color: #b3b3b3;
	font-size: 14px;
	padding: 6px 0 6px 10px;
	line-height: 18px;
	float: left;
}

.login-container .formLabel {
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}

.login-container .formLabel label {
	cursor: default;
	color: #919191;
	font-weight: bold;
}

.login-container .btnPopLogin {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	/*border-radius: 5px;*/
	margin: 0 0 0 0;
	padding: 0 0 1px 0;
	height: 28px;
	width: 100px;
}

.login-container .forgotPassword {
	color: #006b9c;
	font-size: 12px;
	font-weight: bold;
	margin: 12px 0 15px 0;
	cursor: pointer;
}

.login-container .smallLink {
	font-size: 11px;
	font-weight: bold;
	margin: 17px 0 18px 0;
	line-height: 13px;
	max-width: 258px;
	text-align: justify;
}

.login-container .smallLink a {
	color: #006b9c;
}

.login-container .AdditionalTitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.login-container .AdditionalLink {
	font-size: 22px;
	color: #006b9c;
	font-weight: bold;
	cursor: pointer;
}

.login-container .divInput {
	height: 33px;
}

.login-container .paddingLabel {
	padding-top: 10px;
}

#PageBody .login-container {
	color: #919191;
}

.login-container #LoginForm,
.login-container #SignupForm {
	float: left;
}

.login-container #AdditionalOptions {
	float: left;
	max-width: 210px;
	margin: 40px 0 0 36px;
	text-align: center;
}

.login-container .AdditionalPopup {
	text-align: center;
	padding-top: 38px;
}

.ErrorMessage {
	background-color: #fcf4ce;
	color: #cc6666;
	border-bottom: #cacacb 1px solid;
	border-top: #f7f7f7 1px solid;
	padding: 6px 8px;
}

.login-container .Error {
	color: #ed4b3c;
	font-size: 11px;
	padding-top: 3px;
	overflow: hidden;
	text-align: right;
}

.login-container .Chat {
	margin: 30px 30px 0 30px;
	color: #006b9c;
	font-size: 12px;
	font-weight: bold;
}

.login-container .Chat hr {
	margin-bottom: 18px;
}

.login-container h2 {
	font-size: 24px;
	color: #000;
	padding-bottom: 14px;
}

.login-container .hidden {
	display: none;
}

.login-container .SubscribeText {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	padding: 6px 0;
	max-width: 275px;
}

.login-container .btnPopCreate,
.login-container .btnPopRetrieve {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	/*border-radius: 5px;*/
	margin: 0 0 0 0;
	padding: 0 0 1px 0;
	height: 28px;
	width: 200px;
	background-image: none;
}

.login-container .btnPopCreateColor {
	opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: auto;
}

.login-container .icon {
	font-size: 16px;
	margin-top: 8px;
	position: absolute;
}

.login-container .errorInput {
	color: #ED4B3C;
	left: 250px;
}

.login-container .validatedInput {
	color: #08A041;
	left: 250px;
}

.login-container .errorLabel {
	color: #ed4b3c;
}

.login-container .twiddleInput {
	background-image: url('../css/images/pop_Twiddle.gif');
	background-position: 234px 8px;
	background-repeat: no-repeat;
}

.privateNote {
	background-image: url('../css/images/pop_PrivateNote.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 280px;
	background-size: contain;
	height: 76px;
	position: absolute;
	font-size: 11px;
	padding: 8px 10px 0 28px;
	line-height: 14px;
	color: #7F7F7F;
	top: -23px;
	left: 170px;
	-webkit-text-size-adjust: none;
	z-index: 9999;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.login-container .privateNote {
		padding: 4px 10px 0 28px;
		line-height: 13px;
	}
}

@media only screen and (max-width: 768px) {
	.login-container .privateNote {
		top: 23px;
		left: -23px;
	}
	.login-container .errorInput {
		right: 15px;
		left: auto;
	}
	.login-container .validatedInput {
    right: 15px;
		left: auto;
	}
}

/* Popup Privacy Notice */ .login-container #EmailNote {
	width: 16px;
	height: 16px;
	cursor: pointer;
	display: inline-block;
	margin-left: 5px;
	font-size: 16px;
}

.login-container .popup {
	position: absolute;
	_position: absolute;
	display: none;
	text-align: left;
	z-index: 999;
	line-height: normal;
	border: none;
	background-color: transparent;
	color: #919191;
	top: 160px;
	font-family: "Trebuchet MS", helvetica, sans-serif;
	left: 50% !important;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #f7f7f7;
	border-radius: 5px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	max-width: 100%;
	margin-bottom: 50px;
}

.login-container .popup .row {
	padding: 0;
	margin-bottom: 0;
}

.login-container .popup .row .col {
	background-color: #fff;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	padding: 15px 0;
}

.login-container .popup .row .col-sm-5 {
	padding: 15px 0;
}

@media (min-width:767px) {
	body {
		overflow-y: visible !important;
	}
	.login-container .popup {
		min-width: 550px;
	}
	.login-container #backgroundPopup {
		position: fixed;
		height: 100%;
	}
	.login-container .popup .row .col {
		text-align: left;
	}
	.login-container .popup .poptitle,
	.login-container .popmessagetitle {
		float: none !important;
		padding-left: 0;
	}
}

@media (max-width:767px) {
	.login-container .popup .row .col {
		border-top-right-radius: 5px;
		text-align: center;
	}
	.login-container .smallLink {
		margin: 0 auto 18px;
	}
	.login-container .memberNameDiv_nonBackground {
		margin: 0 auto !important;
	}
	.login-container .Error,
	.login-container .memberNameDiv_nonBackground,
	.login-container .SubscribeText {
		margin: 0 auto !important;
		min-width: 250px
	}
	.login-container .AdditionalPopup {
		padding-bottom: 30px;
	}
	.login-container .popup {
		top: 55px;
	}
	.login-container #backgroundPopup {
		position: absolute;
		height: 140%;
	}
}

@media (max-width:600px) {
	.login-container .Chat {
		display: none;
	}
}

.login-container .popup .popheader {
	background-repeat: no-repeat;
	height: 60px;
}

.login-container .popup .popfooter {
	background-repeat: no-repeat;
	height: 6px;
}

.login-container .popup .popbody {
	background-repeat: repeat-y;
	padding: 0 24px;
}

.login-container .popup .poptitle,
.login-container .popmessagetitle {
	float: left;
	font-size: 25px;
	font-weight: bold;
	padding-left: 22px;
	padding-right: 0;
	padding-top: 18px;
	font-size: 24px;
	color: #000;
}

.login-container .popup .popmessagetitle {
	font-size: 16px;
	color: #919191;
}

.login-container .popup .popclose {
	position: absolute;
	width: 28px;
	height: 28px;
	cursor: pointer;
	margin: 8px 0 0 0;
	right: 0;
	top: 0;
	font-size: 20px;
	z-index: 1;
}

.login-container .popup .popmessage {
	background-repeat: no-repeat;
	height: 60px;
}

.login-container .popup .popheaderwithmessage {
	background-repeat: no-repeat;
	height: 60px;
}

.login-container #backgroundPopup {
	background-color: #000000;
	display: none;
	width: 100%;
	top: 0;
	left: 0;
	opacity: .6;
	filter: Alpha(opacity=60);
	z-index: 998;
}

.login-container form {
	margin: 0;
	padding: 0;
	position: relative;
}

.login-container p.informTip {
	color: #006B9C;
}

.login-container .LoginResult {
	background-position: 6px 6px;
	color: #C66;
	border-bottom: #CACACB 1px solid;
	border-top: #F7F7F7 1px solid;
	padding-left: 26px;
	height: 27px;
	line-height: 29px;
}

.login-container .memberNameDiv {
	background-color: #FBF8E6;
	margin-left: -10px;
	padding: 10px;
}

.login-container .memberNameDiv #lbJoinName {
	background-position: left 2px;
	background-repeat: no-repeat;
	text-indent: 20px;
}

.login-container .memberNameDiv .tipInfo {
	color: #919191;
	font-size: 12px;
	padding-bottom: 5px;
	text-align: left;
}

.login-container .memberNameDiv_nonBackground {
	background-color: transparent;
	margin-left: 0;
	padding: 0;
}

.login-container .memberNameDiv_nonBackground #lbJoinName {
	background-image: none;
	text-indent: 0;
}

.login-container .memberNameDiv_nonBackground .tipInfo {
	display: none;
}

.login-container .memberNameDiv_error {
	background-color: #F8E9E8;
	margin-left: -10px;
	padding: 10px;
}

.login-container .memberNameDiv_error #lbJoinName {
	text-indent: 20px;
}

.login-container .memberNameDiv_error .errorInput {
	background-image: none;
}

.login-container .memberNameDiv_error .tipInfo {
	display: block;
}

.login-container #LoginHeader {
	padding-bottom: 22px;
}

.login-container {
	display: block;
	margin: 0 auto;
	float: none;
	max-width: 550px;
}

#ShoppingCartLogin .login-container {
	max-width: none;
	margin: 0;
}

.login-container .btn-success {
	-webkit-appearance: none;
}
