
/*
 * Credit Card Icons
 */

.jcbIcon
{
	background: url('../images/cardSprite.png') no-repeat -2px -2px; 
	width: 53px;
	height: 38px;
	margin: 5px;
}
.visaIcon 
{
	background: url('../images/cardSprite.png') no-repeat -59px -2px; 
	width: 53px;
	height: 38px;
	margin: 5px;
}
.paypalIcon 
{
	background: url('../images/cardSprite.png') no-repeat -116px -2px; 
	width: 53px;
	height: 38px;
	margin: 5px;
}
.dinersClubIcon 
{
	background: url('../images/cardSprite.png') no-repeat -173px -2px; 
	width: 53px;
	height: 38px;
	margin: 5px;
}
.masterCardIcon 
{
	background: url('../images/cardSprite.png') no-repeat -230px -2px; 
	width: 53px;
	height: 38px;
	margin: 5px;
}
.discoverIcon 
{
	background: url('../images/cardSprite.png') no-repeat -287px -2px; 
	width: 53px;
	height: 38px;
	margin: 5px;
}
.amexIcon {
	background: url('../images/cardSprite.png') no-repeat -344px -2px; 
	width: 53px;
	height: 38px;
	margin: 5px;
}

.donationInfoWrapper, .otherInfo{ clear:both; overflow:hidden; /*margin-top:60px;*/ padding-top: 10px; }
.donationInfoLeft{}
.donationInfoLeft, .donationInfoRight{ 	float: left; }
.donationInfoRight{ margin-left: 8px;width: 88%; }
.donationInfoRight h4{font-size: 10pt;}
.donationInfoRight h4, .donationInfoRight p{ margin:0 0 3px 0; padding:0; }
.donationInfoRight div.topInfo{ }
.donationInfoRight div.centerInfo{ margin-top: 26px; }
.ui-widget .donationTextbox{ width: 150px; }

/*New Addition 12th Feb 2014 f7qjol8*/

.fadeBg{
	background:#181108;
	height:100%;
	filter: alpha(opacity=30);
	margin-top: -9px;
	opacity: 0.30;
	position:fixed;
	width:100%;
	z-index: 5;
}
.loadingOverlay{
	background:url(/consumer/resources/global/images/ajax-loader_small.gif) 50% 50% no-repeat;
	height:50px;
	left:50%;	
    margin:0 auto;
    position: fixed;
    top: 50%;
    width: 50px;
    z-index: 10;
}
.container{
   margin-top: 90px;
   margin-right: 100px
   width: 40%;
   
   padding: 1px;
}

#validateOtp{
    margin-top: 30px;
    position: relative;
    width: 100%;
    padding-top: 0px;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 30px;
    background-color: #fff;
    text-align: center;

}

#otpSubmit{
   text-align: center;
   background-color: #0070ba;
   color: #fff;
   min-height: 35px;
   width: 350px;
}

#otpResend{
   text-align: center;
   background-color: #E1E7EB;
   color: #2C2E2F;
   min-height: 35px;
   width: 350px;
}

#otpText{
   min-height: 35px;
   width: 350px;
}

#otperror{
   margin-left: 929px;
   color: red;
}
