
.view-stats
{
	font-size: 					15px;
	font-family: 				"Lucida Console", Monaco, monospace;
	text-shadow: 				0px 1px 0px #FFF;
}

.stats-cont
{
	width: 						400px;

	padding: 					15px;
	margin: 					0 auto;

	background: 				#FFF;

	font-size: 					14px;

	border-radius: 				3px;
}

.stats-cont hr
{
	height: 					1px;

	padding: 					0;
	margin: 					0;

	line-height: 				1px;

	background: 				#EEE;

	border-color:				#CCC;
}

#order-form-box .step-1
{
	
}

#order-form-box .border-bottom
{
	border-bottom: 				1px solid #999;
}

#order-form-box .step-number
{
	padding: 					3px 8px;
	margin-right: 				10px;
	
	line-height: 				26px;
	
	font-size: 					15px;
	font-weight: 				bold;
	
	border: 					1px solid #2E2E2E;
	border-radius: 				30px;
	-moz-border-radius: 		30px;
	-webkit-border-radius: 		30px;
}

#order-form-box .step-1 button,
#order-form-box .step-1 .custom-input
{
	height: 					25px;
	
	padding: 					0 20px;
	margin-right: 				5px;
	
	line-height: 				25px;

	color: 						#FFF;
	font-family: 				"Lucida Console", Monaco, monospace;
	text-shadow: 				0px 1px 0px #2E2E2E;

	background: 				#CC001D;
	
	-webkit-transition: 		all 200ms ease;
	-moz-transition: 			all 200ms ease;
	-ms-transition: 			all 200ms ease;
	-o-transition: 				all 200ms ease;
	transition: 				all 200ms ease;
}

#order-form-box .step-1 .custom-input
{
	width: 						120px;
	
	text-align: 				center;
	
	color: 						#333;
	text-shadow: 				0px 1px 0px #FFF;
	
	background: 				#FFF;
	
	border: 					1px solid #CC001D;
	
	display: 					none;
}

#order-form-box .step-1 button:hover,
#order-form-box .step-1 button.active
{
	color: 						#FFF;

	background: 				#2E2E2E;
}

#order-form-box .step-1 div strong
{
	font-size: 						13px;

}

#order-form-box strong.amountVal-cont
{
	margin-left: 				5px;
}

#order-form-box .step-1 .amountVal
{
	background: 				none;
	
	border: 					none;
}

#order-form-box .step-1 .alert-buy-more-games-cont
{
	line-height: 				23px;
	
	padding: 					0 10px; 
	margin-top: 				10px;
	
	color: 						#FFF;
	font-size: 					13px;
	text-shadow: 				0px 1px 0px #2E2E2E;
	
	background: 				#A70000;
}

.show-sliders-btn
{
	
}

.show-sliders-btn:focus
{
	border: 					1px solid #333;
}

.charity-sliders-cont
{
	
}

.charity-sliders-cont .left
{
	height: 					30px;
	
	line-height: 				30px;
}

.charity-sliders-cont .slider-title
{
	width: 						100px;
}

.charity-sliders-cont .slider-bar-cont
{
	margin-right: 				30px;
}

.charity-sliders-cont .dhtmlxSlider
{
	margin-top: 				8px;
}

.charity-sliders-cont .slider-input-cont input
{
	width: 						90px;
	height: 					28px;
	
	text-align: 				center;
	line-height: 				28px;
	
	background: 				none;
	
	border: 					none;
}

.charity-details-btn
{
	font-size: 					14px;
}

.hidden-box-1 
{
	padding: 					0 30px;

	text-align: 				justify;
	line-height: 				14px;
	
	font-size: 					11px;
	
	border-radius: 				5px;
}

.email-enter #email
{
	width: 						220px;
	height: 					25px;
	
	margin-right: 				10px;
	padding-left: 				10px;
	
	line-height: 				25px;
	
	color: 						#333;

	background: 				#FFF;
	
	-webkit-transition: 		all 200ms ease;
	-moz-transition: 			all 200ms ease;
	-ms-transition: 			all 200ms ease;
	-o-transition: 				all 200ms ease;
	transition: 				all 200ms ease;
}

.email-enter #email:focus
{
	
}


.email-enter label
{
	line-height: 				23px;
	
	font-size: 					13px;
}

.email-enter label input
{
	margin-left: 				5px;
	
	line-height: 				23px;
}

.form-error-cont
{
	top: 						10px;
	left: 						-20px;
	
	display: 					none;
}

.form-error-icon
{
	line-height: 				25px;
	
	color: 						#A70000;
	font-size: 					18px;
}

.form-error-message-cont
{
	display: 					none;
}

.form-error-message
{
	height: 					23px;
	
	padding: 					0 10px;
	
	line-height: 				23px;
	
	color: 						#FFF;
	text-shadow: 				0px 1px 0px #2E2E2E;
	
	background: 				#A70000;
}

.form-login-btn a
{
	font-size: 					13px;
	
	-webkit-transition: 		all 200ms ease;
	-moz-transition: 			all 200ms ease;
	-ms-transition: 			all 200ms ease;
	-o-transition: 				all 200ms ease;
	transition: 				all 200ms ease;
}

.form-login-btn a:hover
{
	color: 						#666;
}

.step-4 input
{
	margin-right: 				5px;
}

.step-4 .show-gift-btn a:hover,
.step-4 .show-gift-btn a:focus
{
	color: 						#333;
}

.paypal-btn
{
	margin-right: 				24px;
}

.gc-btn
{
	margin-right: 				20px;
}

.bitcoin-btn
{
	margin-right: 				20px;
}

.stripe-btn
{
	margin-right: 				0;
}
.show-disclaimer-btn a:hover,
.show-disclaimer-btn a:focus
{
	color: 						#333;
}

.form-login-btn
{
	
}

.form-login-btn a
{
	font-size: 					13px;
	font-family: 				"Lucida Console", Monaco, monospace;
}