
body
{
	font-family:Arial;
}
.popups
{
	position:absolute;top:0px;left:0px;width:100%;height:100%;display:none;z-index:2000;
}

.popups .popupBG
{
	width:440px; 
	height:241px;
	/*
	border:15px solid #008bd0; 
	background:#FFF;
	border-radius:20px;
	*/
	background:url(../images/popbg1.png) no-repeat;
}
.popups #content
{
	width:100%; 
	height:272px;  
	margin:auto; 
	margin-top:40px;
}

.oneBtn
{
    width:450px;top:50px;/*left:288px;*/position:relative;margin-left:auto;margin-right:auto;
}

/***********************small_msg_box start*************************************/
.popups .small_popupBG
{
	width:440px; 
	height:241px;
	/*
	border:15px solid #008bd0; 
	background:#FFF;
	border-radius:20px;
	*/
	background:url(../images/popbg1.png) no-repeat;
	margin-left:auto;
	
	
}

/***********************small_msg_box end*************************************/

.twoBtns #content, .oneBtn #content
{
	height:120px;
	text-align:center;
	margin-top:0px;
	font-weight:bold;
	display: table; 
	overflow: hidden;
	
}
.twoBtns #content .txt, .oneBtn #content .txt
{
	/*display: table-cell;*/ 
	vertical-align: middle;
	font-size:14px;
	font-weight:bold;
	display:block;
	margin:20px auto;
	height:30px;
	width:80%;
}
.popups .btns
{
	margin:10px auto 0px auto;
	width:100%;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	text-align:center;
}

.popups .oneBtn .btns
{
	margin:10px auto 0px auto;
	width:220px;
}

.popups #btnLeft, .popups #btnRight
{
	width:133px;
	height:30px;
	line-height:30px;
	margin-left:43px;
	float:left;
	cursor:pointer;
}
.popups .okBtn,.popups .cancelBtn,.popups .yesBtn,.popups .noBtn
{
	/*padding-top:8px;*/
	background:url(../images/btn_yellow_idle.png) no-repeat;
}

.popups .okBtn:hover,.popups .cancelBtn:hover,.popups .yesBtn:hover,.popups .noBtn:hover
{
	background:url(../images/btn_yellow_over.png) no-repeat;
}

.popups .confirmBtn
{
	background:url(../images/popupConfirmBtn.png) no-repeat;
}

.popups .confirmBtn:hover
{
	background:url(../images/popupConfirmBtn_o.png) no-repeat;
}

.popups .redeemBtn
{
	background:url(../images/popupRedeemBtn.png) no-repeat;
}

.popups .redeemBtn:hover
{
	background:url(../images/popupRedeemBtn_o.png) no-repeat;
}

.popups .redeemBtnDis
{
	background:url(../images/popupRedeemBtn_d.png) no-repeat;
}

#processing_content{
	padding:0px;
	font-size:1.15em;
}
#processing_content .processing_container{
	max-width:740px;
	min-width:740px;
	margin:0 auto;
}

.processing_container{
	-webkit-box-shadow:0 1px 3px rgba(0, 53, 98, .2);
	-moz-box-shadow:0 1px 3px rgba(0, 53, 98, .2);
	box-shadow:0 1px 3px rgba(0, 53, 98, .2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgb(206,220,230);
	background: -moz-linear-gradient(left, rgba(206,220,230,1) 0%, rgba(226,233,239,1) 1%, rgba(226,233,239,1) 99%, rgba(206,220,230,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(206,220,230,1)), color-stop(1%,rgba(226,233,239,1)), color-stop(99%,rgba(226,233,239,1)), color-stop(100%,rgba(206,220,230,1)));
	background: -webkit-linear-gradient(left, rgba(206,220,230,1) 0%,rgba(226,233,239,1) 1%,rgba(226,233,239,1) 99%,rgba(206,220,230,1) 100%);
	background: -o-linear-gradient(left, rgba(206,220,230,1) 0%,rgba(226,233,239,1) 1%,rgba(226,233,239,1) 99%,rgba(206,220,230,1) 100%);
	background: -ms-linear-gradient(left, rgba(206,220,230,1) 0%,rgba(226,233,239,1) 1%,rgba(226,233,239,1) 99%,rgba(206,220,230,1) 100%);
	background: linear-gradient(left, rgba(206,220,230,1) 0%,rgba(226,233,239,1) 1%,rgba(226,233,239,1) 99%,rgba(206,220,230,1) 100%);
}
.processing_container > .wrap{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgb(252,252,252);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(250,251,252,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,243,247,1)));
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,243,247,1) 100%);
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,243,247,1) 100%);
	background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,243,247,1) 100%);
	background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,243,247,1) 100%);
}

.processing{
	background:#FFF;
  text-align:center;
  min-height:433px;
	border:1px solid #FFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;	
  -webkit-box-shadow:0 1px 3px rgba(0, 53, 98, .2);
  -moz-box-shadow:0 1px 3px rgba(0, 53, 98, .2);
  box-shadow:0 1px 3px rgba(0, 53, 98, .5);
}

/*///////////////CSS Load/////////////////*/
#fountainG
{
position:relative;
width:240px;
height:29px
}
.fountainG
{
position:absolute;
top:0;
background-color:#FF3300;
width:29px;
height:29px;
-moz-animation-name:bounce_fountainG;
-moz-animation-duration:1.8s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-moz-transform:scale(.3);
-moz-border-radius:19px;
-webkit-animation-name:bounce_fountainG;
-webkit-animation-duration:1.8s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-webkit-transform:scale(.3);
-webkit-border-radius:19px;
-ms-animation-name:bounce_fountainG;
-ms-animation-duration:1.8s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-ms-transform:scale(.3);
-ms-border-radius:19px;
-o-animation-name:bounce_fountainG;
-o-animation-duration:1.8s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-o-transform:scale(.3);
-o-border-radius:19px;
animation-name:bounce_fountainG;
animation-duration:1.8s;
animation-iteration-count:infinite;
animation-direction:linear;
transform:scale(.3);
border-radius:19px;
}
#fountainG_1
{
left:0;
-moz-animation-delay:0.72s;
-webkit-animation-delay:0.72s;
-ms-animation-delay:0.72s;
-o-animation-delay:0.72s;
animation-delay:0.72s;
}

#fountainG_2
{

left:30px;
-moz-animation-delay:0.9s;
-webkit-animation-delay:0.9s;
-ms-animation-delay:0.9s;
-o-animation-delay:0.9s;
animation-delay:0.9s;
}

#fountainG_3
{
left:60px;
-moz-animation-delay:0.78s;
-webkit-animation-delay:0.78s;
-ms-animation-delay:0.78s;
-o-animation-delay:0.78s;
animation-delay:0.78s;
}
#fountainG_4
{
left:90px;
-moz-animation-delay:0.91s;
-webkit-animation-delay:0.91s;
-ms-animation-delay:0.91s;
-o-animation-delay:0.91s;
animation-delay:0.91s;
}
#fountainG_5
{
left:120px;
-moz-animation-delay:1.04s;
-webkit-animation-delay:1.04s;
-ms-animation-delay:1.04s;
-o-animation-delay:1.04s;
animation-delay:1.04s;
}
#fountainG_6
{
left:150px;
-moz-animation-delay:1.17s;
-webkit-animation-delay:1.17s;
-ms-animation-delay:1.17s;
-o-animation-delay:1.17s;
animation-delay:1.17s;
}
#fountainG_7
{
left:180px;
-moz-animation-delay:1.3s;
-webkit-animation-delay:1.3s;
-ms-animation-delay:1.3s;
-o-animation-delay:1.3s;
animation-delay:1.3s;
}
#fountainG_8
{
left:210px;
-moz-animation-delay:1.43s;
-webkit-animation-delay:1.43s;
-ms-animation-delay:1.43s;
-o-animation-delay:1.43s;
animation-delay:1.43s;
}

@-moz-keyframes bounce_fountainG
{
0%
{
-moz-transform:scale(1);
background-color:#FF3300;
}

100%
{
-moz-transform:scale(.3);
background-color:#FCBCA3;
}
}

@-webkit-keyframes bounce_fountainG
{
0%
{
-webkit-transform:scale(1);
background-color:#FF3300;
}

100%
{
-webkit-transform:scale(.3);
background-color:#FCBCA3;
}
}

@-ms-keyframes bounce_fountainG
{

0%
{
-ms-transform:scale(1);
background-color:#FF3300;
}

100%
{
-ms-transform:scale(.3);
background-color:#FCBCA3;
}
}

@-o-keyframes bounce_fountainG
{
  0%
  {
    -o-transform:scale(1);
    background-color:#FF3300;
  }

  100%
  {
    -o-transform:scale(.3);
    background-color:#FCBCA3;
  }
}

@keyframes bounce_fountainG
{
  0%
  {
    transform:scale(1);
    background-color:#FF3300;
  }
  100%
  {
    transform:scale(.3);
    background-color:#FCBCA3;
  }
}