/*__________________________________________________________
ERRORR POP UP WHEN DEPOSIT WAS DECLINED.
__________________________________________________________*/

.Error_Black_BG
{
position: fixed;
z-index: 999999;
width: 100%;
height: 100%;
background: -moz-linear-gradient(top, rgba(0,0,0,0.31) 0%, rgba(0,0,0,0.31) 1%, rgba(0,0,0,0.1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0.31)), color-stop(1%,rgba(0, 0, 0, 0.31)), color-stop(100%,rgba(0, 0, 0, 0.1)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.31) 0%,rgba(0, 0, 0, 0.31) 1%,rgba(0, 0, 0, 0.1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.31) 0%,rgba(0,0,0,0.31) 1%,rgba(0,0,0,0.1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.31) 0%,rgba(0,0,0,0.31) 1%,rgba(0,0,0,0.1) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.31) 0%,rgba(0, 0, 0, 0.31) 1%,rgba(0, 0, 0, 0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f000000', endColorstr='#1a000000',GradientType=0 );
}
.Error_Black_BG  .main
{
	width:453px; line-height:100%; min-height:150px;
	position:relative;
	top:50%;margin:-75px auto 0px auto; padding:10px;color:#132d44;
	z-index:101;
	background: rgba(245,246,247,1);
	background: -moz-linear-gradient(top, rgba(245,246,247,1) 0%, rgba(205,206,207,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,246,247,1)), color-stop(100%, rgba(205,206,207,1)));
	background: -webkit-linear-gradient(top, rgba(245,246,247,1) 0%, rgba(205,206,207,1) 100%);
	background: -o-linear-gradient(top, rgba(245,246,247,1) 0%, rgba(205,206,207,1) 100%);
	background: -ms-linear-gradient(top, rgba(245,246,247,1) 0%, rgba(205,206,207,1) 100%);
	background: linear-gradient(to bottom, rgba(245,246,247,1) 0%, rgba(205,206,207,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f7', endColorstr='#cdcecf', GradientType=0 );
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;

}
.Error_Black_BG  .main *
{
	display:inline-block; vertical-align:top;
}
.Error_Black_BG  .main article
{
	font-size:14px; width:360px;
	
}
.Error_Black_BG  .main  article h2
{
font-size:16px; display:block; width:inherit;	
	padding:10px 5px;

}
.Error_Black_BG  .main article p
{

	padding:10px 5px;height:150px; line-height:120%;
}
.Error_Black_BG  .main article button
{
	display:block; margin:0px auto; 
	width: 260px;padding: 7px 2px;
color: #FFF;
font-size: 18px;
	background: rgba(32,86,134,1);
background: -moz-linear-gradient(top, rgba(32,86,134,1) 0%, rgba(12,44,72,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(32,86,134,1)), color-stop(100%, rgba(12,44,72,1)));
background: -webkit-linear-gradient(top, rgba(32,86,134,1) 0%, rgba(12,44,72,1) 100%);
background: -o-linear-gradient(top, rgba(32,86,134,1) 0%, rgba(12,44,72,1) 100%);
background: -ms-linear-gradient(top, rgba(32,86,134,1) 0%, rgba(12,44,72,1) 100%);
background: linear-gradient(to bottom, rgba(32,86,134,1) 0%, rgba(12,44,72,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#205686', endColorstr='#0c2c48', GradientType=0 );
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;


}
.Error_Black_BG  .main aside
{

font-weight: bold;
width: 22px;
padding:6px 0px; margin-right:5px; text-align:center;
color: #FFF;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
cursor: pointer;
background: rgba(174,174,174,1);
background: -moz-linear-gradient(top, rgba(174,174,174,1) 0%, rgba(142,142,142,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(174,174,174,1)), color-stop(100%, rgba(142,142,142,1)));
background: -webkit-linear-gradient(top, rgba(174,174,174,1) 0%, rgba(142,142,142,1) 100%);
background: -o-linear-gradient(top, rgba(174,174,174,1) 0%, rgba(142,142,142,1) 100%);
background: -ms-linear-gradient(top, rgba(174,174,174,1) 0%, rgba(142,142,142,1) 100%);
background: linear-gradient(to bottom, rgba(174,174,174,1) 0%, rgba(142,142,142,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeaeae', endColorstr='#8e8e8e', GradientType=0 );
}
/*__________________________________________________________
END ERRORR POP UP WHEN USER IS NOT REGULAR BUT FROG ETC.
__________________________________________________________*/


 /**************************************************************************************************************/
/*FOOTER NEW  PAGE start*/
 /**************************************************************************************************************/
#footer_New
{
	width: 100%;
	bottom: 0px;
	text-align: left;
 	direction: ltr !important;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-top: 50px;
}
#footer_New article, #footer_New p, #footer_New section { text-align: left;  direction:  ltr;}
/* ------HEADER--------------*/
#footer_New header
{
	width: 100%;
	height: 49px;
}
#footer_New header nav
{
	margin: 0px auto;
	height: 49px;
	width: 1023px;
}
#footer_New header nav ul
{
	list-style: none;
	width: 800px;
	margin: 0px auto;
	padding-top: 6px;
 direction: ltr;
}
#footer_New header nav ul li
{
	display: inline-block;
	padding: 2px 19px;
	border-right: solid #BDBDBD thin;
}
#footer_New header nav ul li:last-child { border-right: none; }
/* ------END HEADER--------------*/
#footer_Cont
{
	width: 100%;height: 165px;
	background: rgba(31,73,112,1);
	background: -moz-linear-gradient(top, rgba(31,73,112,1) 0%, rgba(20,48,74,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(31,73,112,1)), color-stop(100%, rgba(20,48,74,1)));
	background: -webkit-linear-gradient(top, rgba(31,73,112,1) 0%, rgba(20,48,74,1) 100%);
	background: -o-linear-gradient(top, rgba(31,73,112,1) 0%, rgba(20,48,74,1) 100%);
	background: -ms-linear-gradient(top, rgba(31,73,112,1) 0%, rgba(20,48,74,1) 100%);
	background: linear-gradient(to bottom, rgba(31,73,112,1) 0%, rgba(20,48,74,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f4970', endColorstr='#14304a', GradientType=0 );
	padding: 22px 0px 40px 0px;
}
/* ------MAIN_PAGE--------------*/
#footer_New #Main_Page
{
	width: 1023px;
	height: 100px;
	margin: 0px auto;
	color: #FFF;
}
/* ------END MAIN_PAGE--------------*/
/* ------ LEFT_SIDE--------------*/

#footer_New #Left_Side
{
	width: 675px;
	float: left;
	margin-right: 75px;
}
#footer_New #Left_Side article
{
	text-align: left;
	font-size: 14px;
	height: 140px;
}
#footer_New #Left_Side nav { text-align: left; }
#footer_New #Left_Side nav ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#footer_New #Left_Side nav ul li
{
	display: inline-block;
	padding: 0px 9px;		height: 13px;
	line-height: 12px;
	border-right: solid #FFF thin;
	text-align: center;
}
#footer_New #Left_Side nav ul li:first-child {  padding-left:0px;}
#footer_New #Left_Side nav ul li:last-child { border-right: none; }
#footer_New #Left_Side nav ul li a
{
	color: #FFF; text-decoration:none;
	font-size: 14px;
}
#footer_New #Left_Side nav ul li a:hover { color: #fff; }
/* ------END LEFT_SIDE--------------*/
#footer_New #Right_Side
{
width: 270px;
	float: right;

}
#footer_New #Right_Side h2 {	font-size:14px;margin: 0px  0px  10px  0px; font-weight:normal;}
#footer_New #Right_Side article {	font-size:14px; height:80px; line-height:140%;}
#footer_New #Right_Side nav { }
#footer_New #Right_Side nav ul { list-style: none; direction: ltr;
margin: 0px;
padding: 0px;}
#footer_New #Right_Side nav ul li { display: inline-block; }

/* ------FOOTER--------------*/
/* ------END FOOTER--------------*/




/**************************************************************************************************************/
/*FOOTER NEW  PAGE  END*/
 /**************************************************************************************************************/

 /**************************************************************************************************************/
/*NEW THANK YOU PAGE start*/
 /**************************************************************************************************************/
@import url("http://fonts.googleapis.com/css?family=Muli:400");
@import url("http://fonts.googleapis.com/css?family=Muli:300"); 
#Thank_Depo
{
	width: 100%;
	background-image: url(../img/thank_you/bg_1.png);
	background-repeat: no-repeat;
	background-position: top center;
	top: 0px;
	line-height: 1;
	margin: 0px;
}
#Thank_Depo article, #Thank_Depo p, #Thank_Depo section 
{  
	text-align:left;
 direction:  ltr;
}
/* ------MAIN_SIDE--------------*/
#Thank_Depo #Main
{
	width: 1000px; 
	margin: 0px auto;
}
/* ------END MAIN_SIDE--------------*/

/* ------END LEFT_SIDE--------------*/
#Thank_Depo #Left_side
{
	float:left;
	margin-left: 56px;
	margin-top:57px;
	width: 375px;	
	padding:10px 21px;
	background: rgba(254,254,254,1);
	background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(214,214,214,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(100%, rgba(214,214,214,1)));
	background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(214,214,214,1) 100%);
	background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(214,214,214,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(214,214,214,1) 100%);
	background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(214,214,214,1) 100%);
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#d6d6d6', GradientType=0 );
	-webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.35);
}
#Thank_Depo #Left_side h1
{
	color:#132d44; font-size:25px; margin:10px auto;font-family: 'Muli', sans-serif;
}
#Thank_Depo #Left_side  article
{
	color:#000; font-size:16px;min-height:180px; padding-bottom:10px;
font-family: 'Muli', sans-serif;
}
#Thank_Depo #Left_side button
{
	background: rgba(32,86,134,1);
	background: -moz-linear-gradient(top, rgba(32,86,134,1) 0%, rgba(12,44,72,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(32,86,134,1)), color-stop(100%, rgba(12,44,72,1)));
	background: -webkit-linear-gradient(top, rgba(32,86,134,1) 0%, rgba(12,44,72,1) 100%);
	background: -o-linear-gradient(top, rgba(32,86,134,1) 0%, rgba(12,44,72,1) 100%);
	background: -ms-linear-gradient(top, rgba(32,86,134,1) 0%, rgba(12,44,72,1) 100%);
	background: linear-gradient(to bottom, rgba(32,86,134,1) 0%, rgba(12,44,72,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#205686', endColorstr='#0c2c48', GradientType=0 );
	width: 369px;	height: 76px;
	display: block;
	margin: 0px auto 10px auto;
	position:relative;
	border: 6px solid #cacaca;
	border-radius: 5px;
	-moz-border-radius: 5px;
	 -webkit-border-radius: 5px;

	color:#FFF; font-size:25px;font-family: 'Montserrat', sans-serif;
}
#Thank_Depo #Left_side button:hover
{
	background: rgba(32,86,104,1);
	background: rgba(13,46,76,1);
	background: -moz-linear-gradient(top, rgba(13,46,76,1) 0%, rgba(32,84,133,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(13,46,76,1)), color-stop(100%, rgba(32,84,133,1)));
	background: -webkit-linear-gradient(top, rgba(13,46,76,1) 0%, rgba(32,84,133,1) 100%);
	background: -o-linear-gradient(top, rgba(13,46,76,1) 0%, rgba(32,84,133,1) 100%);
	background: -ms-linear-gradient(top, rgba(13,46,76,1) 0%, rgba(32,84,133,1) 100%);
	background: linear-gradient(to bottom, rgba(13,46,76,1) 0%, rgba(32,84,133,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d2e4c', endColorstr='#205485', GradientType=0 );
}
/* ------END LEFT_SIDE--------------*/
/* ------RIGHT SIDE--------------*/
#Thank_Depo #Right_side
{
	float:left; margin-left:-20px;
	width: 389px;	
	padding:0px 0px;
}
#Thank_Depo #Right_side img
{
}
/* ------END RIGHT SIDE--------------*/

/**************************************************************************************************************/
/*NEW THANK YOU PAGE END*/
 /**************************************************************************************************************/



/**************************************************************************************************************/
/*NEW CUST DEPOSIT  PAGE start*/
 /**************************************************************************************************************/
#Cust_deposit_New_Wrapper
{
	width: 992px;
	margin: 0px auto;
	top: 0px;
	text-align:  left;
	direction:  ltr !important;
	/* -webkit-box-shadow: 0px 0px 18px 0px rgba(192,192,192,1);
	-moz-box-shadow: 0px 0px 18px 0px rgba(192,192,192,1);
	box-shadow: 0px 0px 18px 0px rgba(192,192,192,1);
	background-color: #ffffff;*/
	 font-family:Arial, Helvetica, sans-serif;
}
#Cust_deposit_New_Wrapper article, #Cust_deposit_New_Wrapper p, #Cust_deposit_New_Wrapper section
{
	text-align:  left;
	direction:  ltr;
}
#Cust_deposit_New_Wrapper button
{
	 cursor:pointer;
}
#Cust_deposit_New_Wrapper h1
{
	color: #132D44; font-size: 21px; border-bottom: 7px solid #E2E2E2; font-weight: normal; margin: 17px 0px 37px 0px;
}

/* ------HEADER--------------*/
#Cust_deposit_New_Wrapper header
{
background: rgba(160,160,160,1);
background: -moz-linear-gradient(top, rgba(160,160,160,1) 0%, rgba(122,122,122,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(160,160,160,1)), color-stop(100%, rgba(122,122,122,1)));
background: -webkit-linear-gradient(top, rgba(160,160,160,1) 0%, rgba(122,122,122,1) 100%);
background: -o-linear-gradient(top, rgba(160,160,160,1) 0%, rgba(122,122,122,1) 100%);
background: -ms-linear-gradient(top, rgba(160,160,160,1) 0%, rgba(122,122,122,1) 100%);
background: linear-gradient(to bottom, rgba(160,160,160,1) 0%, rgba(122,122,122,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a0a0', endColorstr='#7a7a7a', GradientType=0 );
	height: 34px width:992px;

	color:#FFF; font-size:15px; border:solid thin #989898;

}
#Cust_deposit_New_Wrapper header img
{

	float:left;
}
#Cust_deposit_New_Wrapper #Which_Pay_Methods
{
	vertical-align:middle; padding-top:8px;	float:left;
}
#Cust_deposit_New_Wrapper header #Right_Side
{
		float:right; margin-right:10px;
}
#Cust_deposit_New_Wrapper header #Right_Side button
{
	background: rgba(123,123,123,1);
	background: -moz-linear-gradient(top, rgba(123,123,123,1) 0%, rgba(78,78,78,1) 100%); cursor:pointer;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(123,123,123,1)), color-stop(100%, rgba(78,78,78,1)));
	background: -webkit-linear-gradient(top, rgba(123,123,123,1) 0%, rgba(78,78,78,1) 100%);
	background: -o-linear-gradient(top, rgba(123,123,123,1) 0%, rgba(78,78,78,1) 100%);
	background: -ms-linear-gradient(top, rgba(123,123,123,1) 0%, rgba(78,78,78,1) 100%);
	background: linear-gradient(to bottom, rgba(123,123,123,1) 0%, rgba(78,78,78,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b7b7b', endColorstr='#4e4e4e', GradientType=0 );
	float:left;	margin:8px 4px 0px 4px; border:#424242 1px solid; color:#ffffff; font-size:12px; width:81px; height:19px;

border-radius:2px;

}
#Cust_deposit_New_Wrapper header #Right_Side button:hover
{
background: -moz-linear-gradient(top, rgba(78,78,78,1) 0%, rgba(123,123,123,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(78,78,78,1)), color-stop(100%, rgba(123,123,123,1)));
background: -webkit-linear-gradient(top, rgba(78,78,78,1) 0%, rgba(123,123,123,1) 100%);
background: -o-linear-gradient(top, rgba(78,78,78,1) 0%, rgba(123,123,123,1) 100%);
background: -ms-linear-gradient(top, rgba(78,78,78,1) 0%, rgba(123,123,123,1) 100%);
background: linear-gradient(to bottom, rgba(78,78,78,1) 0%, rgba(123,123,123,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b7b7b', endColorstr='#4e4e4e', GradientType=0 );

}
#Cust_deposit_New_Wrapper header #Right_Side #text_Right
{
	padding:8px 4px 0px 4px;  		float:left;
}
/* ------END HEADER--------------*/

/* ------LEFT_SIDE--------------*/
#Cust_deposit_New_Wrapper #Left_Aside
{
	width:171px; float:left;
margin-top:20px;
	background-color:#ffffff;

}
#Cust_deposit_New_Wrapper #Left_Aside button
{
background: rgba(253,253,253,1);
background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(215,215,215,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253,253,253,1)), color-stop(100%, rgba(215,215,215,1)));
background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(215,215,215,1) 100%);
background: -o-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(215,215,215,1) 100%);
background: -ms-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(215,215,215,1) 100%);
background: linear-gradient(to bottom, rgba(253,253,253,1) 0%, rgba(215,215,215,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#d7d7d7', GradientType=0 );
 display:block; width:171px; height:38px; margin-bottom:10px; border:solid #989898 thin; color:#205686; font-size:15px;

	border: solid # 989898 thin;
}

#Cust_deposit_New_Wrapper #Left_Aside button:not(.Cur):hover
{
background: rgba(253,253,253,1);
background: -moz-linear-gradient(top, rgba(215,215,215,1) 0%, rgba(253,253,253,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(215,215,215,1)), color-stop(100%, rgba(253,253,253,1)));
background: -webkit-linear-gradient(top, rgba(215,215,215,1) 0%, rgba(253,253,253,1) 100%);
background: -o-linear-gradient(top, rgba(215,215,215,1) 0%, rgba(253,253,253,1) 100%);
background: -ms-linear-gradient(top, rgba(215,215,215,1) 0%, rgba(253,253,253,1) 100%);
background: linear-gradient(to bottom, rgba(215,215,215,1) 0%, rgba(253,253,253,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#d7d7d7', GradientType=0 );
}
#Cust_deposit_New_Wrapper #Left_Aside .Cur
{
background: rgba(32,86,134,1);
background: -moz-linear-gradient(top, rgba(32,86,134,1) 0%, rgba(12,44,72,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(32,86,134,1)), color-stop(100%, rgba(12,44,72,1)));
background: -webkit-linear-gradient(top, rgba(32,86,134,1) 0%, rgba(12,44,72,1) 100%);
background: -o-linear-gradient(top, rgba(32,86,134,1) 0%, rgba(12,44,72,1) 100%);
background: -ms-linear-gradient(top, rgba(32,86,134,1) 0%, rgba(12,44,72,1) 100%);
background: linear-gradient(to bottom, rgba(32,86,134,1) 0%, rgba(12,44,72,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#205686', endColorstr='#0c2c48', GradientType=0 );
color:#ffffff;
}
/* ------END LEFT_SIDE--------------*/

/* ------MAIN_PAGE--------------*/
#Cust_deposit_New_Wrapper #Main_Page
{
	width:537px; height:auto; float:left;
	margin:20px 44px; color:#404041; border: solid thin rgb(155, 155, 155) !important;



	background-image: url(/img/register/grey.png);
	background-position: center 30px;	background-repeat: no-repeat;


}
#Cust_deposit_New_Wrapper .Main_Page_Cont
{
	margin:0x auto;
padding-bottom: 15px;
}
#Cust_deposit_New_Wrapper .Form_Line
{
	width:450px;
	overflow: hidden;
	padding: 10px 0px;
	margin: 0px auto;
	line-height: 22px;
	text-align: left;
}
#Cust_deposit_New_Wrapper .Form_Line label
{
	width:140px;

}
#Cust_deposit_New_Wrapper .Form_Line input[type="text"]
{
	float: right;
	padding: 5px 2px;
	width: 228px;
	border-radius: 3px;
	border: 1px solid #8D8D8D;
}
#Cust_deposit_New_Wrapper .Form_Line select
{

    float: right;
    padding: 5px 2px;
    width: 233px;
    border-radius: 3px;
    border: 1px solid #8D8D8D;
}

#Cust_deposit_New_Wrapper .Form_Line button
{
	float: right;
	padding: 7px 9px;
	width: 157px;
	height: 37px;
	font-weight: bolder;
	border-radius: 7px;
	color: #FFF;
	border: 1px solid #E0E0E0;
	outline: medium none;
	text-align: center;
	background-image:url(/img/cust_deposit/StartTrading.png);

	background-position: center center;
	background-repeat: no-repeat;
}

#Cust_deposit_New_Wrapper .otherP{float: right;border-radius: 3px;padding: 2px 6px;margin-left: 5px;color: #FFF;background: #132D44;cursor: pointer;
	min-width:38px;
	}
#Cust_deposit_New_Wrapper #cvvLbl
{
	font-size: 11px; font-weight: bold;float:left;margin-right:5px; margin-top:5px;	
}
#Cust_deposit_New_Wrapper .otherP:hover{float: right;border-radius: 3px;padding: 2px 6px;margin-left: 5px;color: #FFF;background: #184D7C;cursor: pointer}
#Cust_deposit_New_Wrapper .options {float: right;width: 179px;border: 1px solid #999;overflow: hidden;border-radius: 4px;}
#Cust_deposit_New_Wrapper .options>ul.payment {list-style: none;display: inline;margin: 0;padding: 0;}
#Cust_deposit_New_Wrapper .options>ul.payment>li,
#Cust_deposit_New_Wrapper .options>ul.payment>li:first-child,
#Cust_deposit_New_Wrapper .options>ul.payment>li:last-child  {float: left;width: 31%;margin-left: 2%;text-align: center;border-radius: 5px;	cursor: pointer;	border: 1px solid rgba(0, 0, 0, 0);}
#Cust_deposit_New_Wrapper .options>ul.payment>li:first-child,#Cust_deposit_New_Wrapper.options>ul.payment>li.activeOption:first-child {margin-left: 0px;}
#Cust_deposit_New_Wrapper .options>ul.payment>li:last-child,#Cust_deposit_New_Wrapper.options>ul.payment>li.activeOption:last-child {margin-right: 0px;}
#Cust_deposit_New_Wrapper .options>ul.payment>li.activeOption {float: left;width: 28%;margin-left: 2%;text-align: center;border: 1px solid #215E7A;border-radius: 5px;background: #feffff; /* Old browsers */background: -moz-linear-gradient(top, #feffff 0%, #d0e5ed 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#d0e5ed)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top, #feffff 0%,#d0e5ed 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top, #feffff 0%,#d0e5ed 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top, #feffff 0%,#d0e5ed 100%); /* IE10+ */background: linear-gradient(to bottom, #feffff 0%,#d0e5ed 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d0e5ed',GradientType=0 ); /* IE6-9 */}

#Cust_deposit_New_Wrapper .ccWrpprRow {float: right;}
#Cust_deposit_New_Wrapper .ccWrpprRow>select.ccS{float: left;padding: 5px 2px;width: 70px;border-radius: 3px;border: 1px solid #8D8D8D; }
#Cust_deposit_New_Wrapper .ccWrpprRow>select.ccM{float: left;padding: 5px 2px;width: 66px;border-radius: 3px;	margin:0 8px;border: 1px solid #8D8D8D;}
#Cust_deposit_New_Wrapper .ccWrpprRow>input[type='text']{float:left ;padding: 5px 2px;width: 201px;border-radius: 3px;border: 1px solid #8D8D8D;}
.ccWrpprRow img{	margin-top: 10px;}



#Cust_deposit_New_Wrapper
{
}
/* ------END LEFT_SIDE--------------*/
/* ------RIGHT_SIDE--------------*/
#Cust_deposit_New_Wrapper #Right_Aside
{
	width:194px; float:left;
	margin-top:20px;

}
/* ------END RIGHT_SIDE--------------*/
/* ------CREDIT CARD BOXES --------------*/
 .CC_Cont
{
/*	
	direction: rtl !important;*/
	float:right;

}
.CC_Cont input[type="text"]
{
	width: 40px !important;	border: 1px solid #A2A2A2 !important;padding: 6px 2px !important;
	float:left !important;
}
.CC_Cont .mediator
{
	margin:0px 6px  !important; float:left !important;

}
.Error_lbl
{
	color:red; font-weight:bold; text-align:center; width:100% !important;   float:left!important;
}
/* ------END CREDIT CARD BOXES --------------*/

/**************************************************************************************************************/
/*NEW CUST DEPOSIT  PAGE END*/
 /**************************************************************************************************************/
