#modalLoginBox {
	background: rgba(0, 0, 0, 0.8);
}

#modalLoginBox .modalContainer {
	top: 25%;
}

#modalLoginBox .modal {
	background-color: #f7f7f7;
	border-color: #000;
	padding: 0;
	margin-bottom: 0;
}

#modalLoginBox .modal input[type="text"],
#modalLoginBox .modal input[type="password"],
#modalLoginBox .modal textarea {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: #a7a7a7;
}

#modalLoginBox .modalTop {
	background: #4c4c4c;
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #232323 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#232323));
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#232323 100%);
	background: -o-linear-gradient(top,  #4c4c4c 0%,#232323 100%);
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#232323 100%);
	background: linear-gradient(top,  #4c4c4c 0%,#232323 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#232323',GradientType=0 );
	-webkit-box-shadow: inset 0 1px 0 0 #707070;
	box-shadow: inset 0 1px 0 0 #707070;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom: 1px solid #000;
	color: #fff;
	padding: 10px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 14px;
	text-shadow: 0 1px 0 #101010;
}

#modalLoginBox .modalBody {
	padding: 0;
}

#modalLoginBox .modalClose {
	background: #636363;
	background: -moz-linear-gradient(top,  #636363 0%, #323232 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#636363), color-stop(100%,#323232));
	background: -webkit-linear-gradient(top,  #636363 0%,#323232 100%);
	background: -o-linear-gradient(top,  #636363 0%,#323232 100%);
	background: -ms-linear-gradient(top,  #636363 0%,#323232 100%);
	background: linear-gradient(top,  #636363 0%,#323232 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#323232',GradientType=0 );
	-webkit-box-shadow: inset 0 1px 0 0 #777777;
	box-shadow: inset 0 1px 0 0 #777777;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #272727;
	text-indent: 0;
	font-size: 20px;
	height: auto;
	width: auto;
	padding-left: 6px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: -4px;
	text-shadow: 0 1px 0 #262626;
	line-height: 18px;
}

#modalLoginBox .modalClose:hover {
	background-position: 0;
	opacity: 0.8;
}

#modalLoginBox .modalTop a, .modalTop a:visited {
	color: #fff;
	text-decoration: none;
}

#modalLoginBox #multiLoginHelpText {
	background: #fff;
	border: 1px solid #dadada;
	text-align: center;
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 4px;
}

#modalLoginBox #multiLoginHelpText p {
	color: #686868;
}

#modalLoginBox #onesiteLoginBox {
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 6px;
}

#modalLoginBox #onesiteLoginBox input:focus {
	border-color: #000;
}

#modalLoginBox #onesiteLoginBox label span {
	color: #565656;
	padding-right: 10px;
	text-align: right;
	text-shadow: 0 0 1px #fff;
}

#modalLoginBox #onesiteLoginBox .oneButtonGlobal {
	font-size: 15px;
	line-height: normal;
	margin-top: 8px;
	margin-left: 93px;
	padding: 9px 14px;
	*padding-top: 7px;
	*padding-bottom: 7px;
}

#modalLoginBox .forgotPassword {
	color: #636363;
	float: none;
	margin-left: 45px;
	margin-top: 20px;
	text-shadow: 0 0 1px #fff;
}

#modalLoginBox .modalBody .forgotPassword a {
	color: #34abe5;
}

#modalLoginBox #allProviderLinks {
	padding-top: 10px;
	padding-left: 20px;
}

#modalLoginBox .lastProviderBox {
	max-width: 200px;
	font-size: 14px;
	font-weight: bold;
	margin-right: 0;
}

#modalLoginBox .thirdPartyLoginSignupBox,
#modalLoginBox .thirdPartyLoginLinkBox {
	 background: url('https://images.onesite.com/webhero.com/social_login/divider.png') no-repeat scroll 0 50% transparent;
	 min-height: 207px;
}

#modalLoginBox .thirdPartyLoginLinkBox {
	float: right;
	padding-left: 60px;
}