
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


::-webkit-input-placeholder {color:#ffffff;}
::-moz-placeholder          {color:#ffffff;}/* Firefox 19+ */
:-moz-placeholder           {color:#ffffff;}/* Firefox 18- */
:-ms-input-placeholder      {color:#ffffff;}


body {  
  background: url(../images/bg.jpg) #eaf3ff;
  font-weight: normal;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  line-height:24px;
  font-weight: 300;
}

body,ul,ol,li{margin:0;padding:0;}
fieldset,img{border:0;}
ol,ul {list-style:none;}
       
  
h1 { font-family: 'Open Sans', sans-serif; font-size: 30px; color: #087D8E; text-transform: uppercase; font-weight: 600}
h2 { font-family: 'Open Sans', sans-serif; font-size: 20px; color: #087D8E; text-transform: uppercase; font-weight: 600}
h3 { font-family: 'Open Sans', sans-serif; font-size: 30px; color: #087D8E; text-transform: uppercase; font-weight: 800}
h4 { font-family: 'Open Sans', sans-serif; font-size: 30px; color: #087D8E; text-transform: uppercase; font-weight: 600}
h5 { font-family: 'Open Sans', sans-serif; font-size: 30px; color: #087D8E; text-transform: uppercase; font-weight: 600}

td {font-size: 16px; line-height: 24px;  font-family: 'Open Sans', sans-serif; font-weight:300
}  


input {outline: none}
select {outline: none}




a{
	color: #000000 !important;
	text-decoration: none;
            
    -webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

a:hover{
	text-decoration: none;
	color: #009DA8 !important;
}



html,
body {
  height: 100%;
}
.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.content {
  flex: 1 0 auto;
}
.footer {
    height:140px;
  flex: 0 0 auto;
}






.rowcenter {width:1090px; margin: 0 auto}

.headerbg {height:609px; background:url(../images/headerbg.jpg) center top #ECF4FF; background-size:cover}
.headerbgacc {height:390px; background:url(../images/headerbgint.jpg) center bottom #ECF4FF; background-size:cover}





.stat1 {width:446px; height:42px; background:url(../images/statrow.png); margin:6px 0px}
.stat2 {width:240px; float:left; color:#000000; padding-left:30px; font-size:18px; line-height:42px; vertical-align:middle}
.stat3 {width:190px; float:right; color:#ffffff; padding-right:30px; font-size:18px; line-height:42px; vertical-align:middle; text-align:right}



.statdep1 {width:446px; height:42px; background:url(../images/statrow.png); margin:6px 0px}
.statdep2 {width:240px; float:left; color:#ffffff; padding-left:25px; font-size:14px; line-height:42px; vertical-align:middle}
.statdep2 img {float:left; margin: 11px 10px 0px 0px}
.statdep3 {width:190px; float:right; color:#ffffff; padding-right:30px; font-size:14px; line-height:42px; vertical-align:middle; text-align:right}




#navi{
	float:left;
	width:800px;
	list-style:none;
    margin:20px 0px 0px 0px;
    height:30px;
    
}
#navi li{
	float:left;
	position:relative;
	display:block;
    font-size: 18px;
    font-weight: 300;
    text-transform:uppercase;
}
#navi li a{
	display:block;
	padding:0px 20px;
	color:#ffffff !important;
	text-decoration:none;
    height:55px;
    line-height:55px;
    
    
    
  outline: none;

  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 0px, 100% 0px, 100% 0px, 100% 0px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
    
    
    
}
#navi li a:hover{

    

  outline: none;
  background-image:
   linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%),
   linear-gradient(to right, rgba(255,255,255,.0), rgba(255,255,255,0) 20%, rgba(255,255,255,0) 90%, rgba(255,255,255,.0)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5));
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 0px, 100% 0px, 100% 0px, 100% 0px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    
    
      transition: 1s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
color:#06B2AD !important;
}





#navcr{
	width:700px;
	list-style:none;
    margin:0 auto;
    margin-top:15px;
}
#navcr li{
	float:left;
	position:relative;
	display:block;
    font-size: 16px;
    font-weight: 300;
    text-transform:uppercase;
}
#navcr li a{
	display:block;
	padding:0px 20px;
	color:#000000;
	text-decoration:none;
    height:35px;
    line-height:35px;
 
    
}
#navcr li a:hover{

background: #29354D;
    
color:#ffffff !important;
}













.opa {	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;}

.opa:hover {opacity: 0.7}

.hoverleft:hover {margin-left:-15px}
.hoverright:hover {margin-left:180px !important}







.inptslog {background:url(../images/flogin.png) rgba(20,30,58,0.7) !important; width:176px !important; height:37px !important; border:0 !important; color:#FFFFFF !important; padding-left:60px !important; border-left:4px solid #00A9A9 !important;font-size:14px !important; border-radius: 5px !important; -moz-border-radius: 5px !important; -webkit-border-radius: 5px !important;}


.inptspass {background:url(../images/fpass.png) rgba(20,30,58,0.7) !important; width:176px !important; height:37px !important; border:0 !important; color:#FFFFFF !important; padding-left:60px !important; border-left:4px solid #00A9A9 !important;font-size:14px !important; border-radius: 5px !important; -moz-border-radius: 5px !important; -webkit-border-radius: 5px !important;}


.inptslog:focus {background:url(../images/flogin.png) rgba(20,30,58,0.9) !important}
.inptspass:focus {background:url(../images/fpass.png) rgba(20,30,58,0.9) !important}










.sbmt {
  outline: none;
  background-color: #139f9c;
  background-image: linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%), radial-gradient(190% 100% at 50% 0%, rgba(255,255,255,.7) 0%, rgba(255,255,255,.0) 50%, rgba(0,0,0,0) 50%);
  background-repeat: no-repeat;
  background-size: 200% 100%, auto;
  background-position: 200% 0, 0 0;
    
    margin:0px 5px;
	outline: none;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;  
    height:37px;
    border:0;
	padding: 0px 30px;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;    
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    
} 


.sbmt:hover {
  transition: 1s linear;
  background-position: -200% 0, 0 0;
      background-color: #19ADE1;

}









#tabsholder {float:left;width:450px; margin-top: 100px}


ul.list li {
list-style-type:none;
margin-left:20px;
}

ul.tabs {
width:100%;
overflow:hidden;
}

ul.tabs li {
list-style-type:none;
display:block;
float:left;
color:#17a69e;
cursor:pointer;
padding:0px 30px;
    height:50px;
    vertical-align: middle;
        border: 1px solid transparent;
    font-weight: 800; font-size: 16px;
    line-height: 50px;

}

ul.tabs li:hover {

}

ul.tabs li.current {
    border: 1px solid #17a69e;
}





.tabscontent {
padding-top:25px;
display:none;
width:100%;
}















.success {background: #80D3BE; padding: 20px 0px; text-align: center; margin-bottom: 45px; color: #000000}
.error {background: #c16262; padding: 20px 0px; text-align: center; margin-bottom: 45px; color: #ffffff}
.info {background: #d0e1f1; padding: 20px 0px; text-align: center; margin-bottom: 45px; color: #000000}



.cycle1 {}
.cycle1 td {padding:15px 20px; background: #F7F8FC; font-weight: 300}

.cycle2 {background: #ffffff}
.cycle2 td {padding:14px 20px;border:0; font-weight: 300; font-size:16px; border-top:1px solid #E1E1E1}

.cycle2:hover {background:#F6F8FB;}










.ch-item {
	width: 100%;
	height: 100%;
	position: relative;
	cursor: default;
    float: left;
}


.ch-info-wrap, 
.ch-info{
	position: absolute;
	width: 259px;
	height: 113px;
}

.ch-info-wrap {
background:url(../images/planbox.png); height:113px; width:259px
}

.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	
	-webkit-backface-visibility: hidden;
}

.ch-info .ch-info-front {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
    
    color:#ffffff; text-align:center;text-transform: uppercase; font-size: 22px; font-weight: 800; padding-top:23px; line-height: 30px;
}

.ch-info .ch-info-back {
	opacity: 0;

background: #17a9a0; /* Old browsers */
background: -moz-linear-gradient(top,  #17a9a0 0%, #06798c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #17a9a0 0%,#06798c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #17a9a0 0%,#06798c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17a9a0', endColorstr='#06798c',GradientType=0 ); /* IE6-9 */
    
	pointer-events: none;
	
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
    
    
        color:#ffffff; text-align:center;text-transform: uppercase; font-size: 14px; font-weight: 800; padding-top:23px; line-height: 30px;

    
}



.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	margin: 0 15px;
	padding: 40px 0 0 0;
	height: 80px;
	font-family: Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info span {
font-size: 45px;
}



.ch-item:hover .ch-info-front {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	opacity: 0;
} 

.ch-item:hover .ch-info-back {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
	opacity: 1;
	pointer-events: auto;
}















.ch2-item {
	width: 100%;
	height: 100%;
	position: relative;
	cursor: default;
    float: left;
}


.ch2-info-wrap, 
.ch2-info{
	position: absolute;
	width: 259px;
	height: 113px;
}

.ch2-info-wrap {
background:url(../images/planboxvip.png); height:113px; width:259px
}

.ch2-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	
	-webkit-backface-visibility: hidden;
}

.ch2-info .ch2-info-front {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
    
    color:#ffffff; text-align:center;text-transform: uppercase; font-size: 22px; font-weight: 800; padding-top:23px; line-height: 30px;
}

.ch2-info .ch2-info-back {
	opacity: 0;

background: #17a9a0; /* Old browsers */
background: -moz-linear-gradient(top,  #17a9a0 0%, #06798c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #17a9a0 0%,#06798c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #17a9a0 0%,#06798c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17a9a0', endColorstr='#06798c',GradientType=0 ); /* IE6-9 */
    
	pointer-events: none;
	
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
    
    
        color:#ffffff; text-align:center;text-transform: uppercase; font-size: 14px; font-weight: 800; padding-top:23px; line-height: 30px;

    
}



.ch2-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	margin: 0 15px;
	padding: 40px 0 0 0;
	height: 80px;
	font-family: Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch2-info span {
font-size: 45px;
}



.ch2-item:hover .ch2-info-front {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	opacity: 0;
} 

.ch2-item:hover .ch2-info-back {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
	opacity: 1;
	pointer-events: auto;
}





.featbox {width:523px; height:420px; background:url(../images/featbox.jpg); color:#ffffff;font-size:16px; font-weight:400; text-align:justify; line-height:24px; padding:10px 25px}
.featbox div {font-weight:800; color:#16a99f; font-size:22px; margin:15px 0px}


.footlogo {margin: 0 auto; width:200px; padding-top: 55px}
.footlogo img {width:200px}




.footlogoint {margin: 0 auto; width:200px; padding-top: 55px; padding-bottom: 25px}
.footlogoint img {width:200px}







.calcf {float:right !important; height:63px !important; color:#000000 !important; font-size:22px !important; text-align:right !important; width:300px !important; border:0 !important; background:none !important}
.calcrow {border-bottom:1px dotted #6a81a7 !important; height:63px !important; margin-left:30px !important; color:#000000 !important; font-size:22px !important; line-height:63px !important; vertical-align:middle !important}
.calcico {float:left; margin:4px 0px 0px 0px !important}

.calcrow2 {margin-left:30px !important; color:#28cfa4 !important; font-size:32px !important; vertical-align:middle !important; padding-top: 50px !important}
.calcf2 {float:right !important; height:63px !important; color:#28cfa4 !important; font-size:30px !important; text-align:right !important; width:300px !important; border:0 !important; background:none !important; margin-top: -25px !important; border-bottom: 0 !important}

.calcf3 {font-family: 'Open Sans', sans-serif !important; color:#000000 !important; font-size:28px !important; width:100px !important; background:none !important; border:none !important; height:30px !important; line-height:30px !important; vertical-align:middle !important}

.calculate-amount {width:100% !important; color:#000000 !important; background:none !important; border:none !important}
.calculate-bg {width:178px !important; height:178px !important; background:url(../images/calccircle.html) !important; vertical-align:middle !important; text-align:center !important; color:#000000 !important; font-size:12px !important}








.calculate-select {

border:0px !important; background: url(../images/calcfield.jpg) no-repeat #ffffff !important; width: 340px !important; padding: 0px 10px !important; height: 47px !important; line-height: 47px !important; vertical-align: middle !important; font-size: 14px !important;
    
      -webkit-appearance: none !important;
      background-repeat: no-repeat !important;
      line-height: 47px !important;
      /* for FF */
      -moz-appearance: none !important;
      text-indent: 0.01px !important; 
      text-overflow: '' !important;
      /* for IE */
      -ms-appearance: none !important;
      appearance: none !important;
    border:0px !important;
    vertical-align: middle !important;
    outline: none !important; 
    cursor: pointer !important;
    }
     
    .calculate-select::-ms-expand {
      display: none !important;
    }



.calculate-select option{
  color:#000000 !important;
  background:#ffffff !important;
  border: 0 !important;
  padding: 7px 20px !important;
}






.logotop {float:left; margin-top:25px; width:376px}

#menubg {height:93px; background:url(../images/menubg.png) center}

.sup1 {width:65px; font-size:55px; float:left; color:#FFFFFF; margin-top:30px}
.sup2 {text-transform:uppercase; color:#FFFFFF; font-size:18px; padding-top:20px}
.sup3 {text-transform:uppercase; color:#FFFFFF; font-size:14px}

.slogan {font-size:36px; font-weight:800; color:#FFFFFF; text-transform:uppercase; line-height:42px; padding-top:40px}

.slogan2 {font-size:22px; font-weight:400; color:#FFFFFF; text-transform:uppercase; line-height:42px; padding-top:20px; margin-bottom:55px}

.regbut {background:url(../images/regbutton.png); width:176px; height:52px; float:left; position:absolute}

.logbut {background:url(../images/logbutton.png); width:177px; height:52px; float:left; margin-left:165px; position:absolute !important}



.depbut {background:url(../images/depbut.png); width:176px; height:52px; float:left; position:absolute}

.withbut {background:url(../images/withbut.png); width:177px; height:52px; float:left; margin-left:165px; position:absolute !important}



.buttxt {text-transform:uppercase; font-size:14px;padding:13px 0px 0px 50px; color:#ffffff !important; font-weight:600; text-align:center; text-shadow: #000000 1px 1px 0px;}




.accbut {background:url(../images/accbut.png); width:176px; height:52px; float:right; position:absolute}

.logoutbut {background:url(../images/logoutbut.png); width:177px; height:52px; float:right; margin-left:165px; position:absolute !important}





.acctop1 {width:477px; float:left; height:40px; color:#087d8e; line-height:40px; text-align: center; padding-top:10px}


.acctop1 a {color:#16a99f !important; font-weight: 600; font-size: 18px; text-transform: uppercase; padding:0px 20px}

.acctop1 a:hover {color:#000000 !important}



.acctop5 {width:478px; float:left; height:40px; color:#087d8e; line-height:40px; text-align: center; padding-top:10px}



.acctop5 a {color:#16a99f !important; font-weight: 600; font-size: 18px; text-transform: uppercase; padding:0px 20px}

.acctop5 a:hover {color:#000000 !important}







.acctop3 {width:135px; height:155px; background:url(../images/centh.png); float:left; vertical-align:middle; text-align:center; color:#16a99f; font-weight:800; padding-top:50px; margin-top:-50px}




.statop1 {width:195px; float:left; border-right:1px solid #96a3b1; height:40px; color:#1777ad; font-weight:800; font-size:22px; text-align:center; vertical-align:middle; line-height:40px}


.statop2 {width:282px; float:left; height:40px; color:#087d8e; font-weight:800; font-size:30px; text-align:center; vertical-align:middle; line-height:40px}

.statop3 {width:135px; height:155px; background:url(../images/centh.png); float:left; vertical-align:middle; text-align:center; color:#16a99f; font-weight:800; padding-top:50px; margin-top:-50px}

.statop4 {width:263px; float:left; height:40px; color:#087d8e; font-weight:800; font-size:30px; text-align:center; vertical-align:middle; line-height:40px}

.statop5 {width:215px; float:left; border-left:1px solid #96a3b1; height:40px; color:#1777ad; font-weight:800; font-size:22px; text-align:center; vertical-align:middle; line-height:40px}

.staleft {width:446px; float:left; vertical-align:top; margin-top:-45px}

.stacent {width:198px; float:left; vertical-align:top; text-align:center; line-height:48px; font-weight:400}

.staright {width:446px; float:right; vertical-align:top; margin-top:-45px}



.planleft {width:477px; float:left; height:40px; color:#16a99f; font-weight:800; font-size:22px; text-align:left; vertical-align:middle; line-height:40px; text-transform:uppercase; padding-top:30px}

.plancent {width:135px; height:155px; background:url(../images/centh.png); float:left; vertical-align:middle; text-align:center; color:#16a99f; font-weight:800; padding-top:55px; margin-top:-50px}

.planright {width:284px; float:right; height:40px; color:#1777ad; font-weight:800; font-size:22px; text-align:center; vertical-align:middle; line-height:40px; padding-top:30px}

.calcbut {background:url(../images/calcbutton.png); width:284px; height:52px; float:right; position:absolute; line-height: 28px; margin-top:-10px}


.sbleft {width:135px; height:155px; background:url(../images/centh.png); float:left; vertical-align:middle; text-align:center; color:#16a99f; font-weight:800; padding-top:50px; margin-top:-50px}


.sbcent {width:478px; float:left; height:55px; color:#16a99f; font-weight:800; font-size:30px; text-align:center; vertical-align:middle; line-height:55px}


.sbtxt {float:right; width:605px; color:#000000; font-size:16px; font-weight:400; text-align:justify; line-height:26px; margin:20px 0px 0px 0px}

.featbgbot {background:url(../images/featbg.jpg) center; height:849px; margin-top:300px}


.featbgbotint {background:url(../images/featbg.jpg) center bottom; height:143px; padding-top: 45px}


.featbot {width:523px; float:right; padding-top:110px}

.refb {background:url(../images/ref.png); width:464px; height:97px; margin:0 auto; margin-top:35px}

.payb {background:url(../images/pay.png); width:977px; height:45px; margin:0 auto}


.inpts {width:100%; border:0}



.input-field {padding-bottom: 20px}




.accbal {width:190px; padding-left:10px}
.accbal h1 {font-size:20px; margin-top:0px}



.h3small {text-align:center; font-size:20px; padding-bottom: 30px}
.h3small2 {font-size:20px; margin: 0px; font-weight:600}

.inheader {padding:15px; background:rgba(37, 49, 55, 0.1); text-align:center; font-size:18px}
.item {padding-left:15px}



.accbal1 {background:#27334B; width:220px; height:39px; border-radius: 35px; -moz-border-radius: 35px; -webkit-border-radius: 35px; color:#FFFFFF}


.accbal2 {
    
    
    
background: #17a9a0; /* Old browsers */
background: -moz-linear-gradient(top,  #17a9a0 0%, #06798c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #17a9a0 0%,#06798c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #17a9a0 0%,#06798c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17a9a0', endColorstr='#06798c',GradientType=0 ); /* IE6-9 */
    
    
    
    width:160px; height:39px; border-radius: 35px; -moz-border-radius: 35px; -webkit-border-radius: 35px; float:left; line-height:39px; text-align:center; font-size:18px}

.accbal3 {float:right; line-height:39px; text-align:center; width:60px; padding-right:5px}




.deposit_confirm td {border-bottom:1px solid #cccccc}
.deposit_confirm th {border-bottom:1px solid #cccccc}




#social {width:115px; text-align:center; font-size:20px; color:#253149; height:40px; line-height:40px; margin:0 auto; margin-bottom:20px}
#social i {padding: 9px 5px 0px 5px}

#social a{color:#253149 !important}
#social a:hover{color:#1BADE0 !important}