.sidebank {
background:url(../img/sidebank.png);
padding:20px;
position:fixed;
top:200px;

-moz-border-radius:7px;
-o-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;
}

.sidebank ul, .sidebank li {
margin:0; padding:0; list-style:none;
}

.sidebank li {
margin-top:5px;
}

.sidebank li:first-child {
margin-top:0px;
}

.contact {
	position:relative;
	margin-top:7px;
	margin-bottom:-25px;
	margin-left:5px;
}

.step {
-moz-border-radius:10px;
-o-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;

-moz-box-shadow:17px 17px 16px #000;
-o-box-shadow:17px 17px 16px #000;
-webkit-box-shadow:17px 17px 16px #000;
box-shadow:17px 17px 16px #000;
}

.step img {
margin-bottom:-2px;
}

.last_trans_wrapper {
background:url(../img/trans_wrapper.jpg) no-repeat;
height:225px;
margin-top:25px;
}

.last_trans {
width:313px;
height:217px;
float:left;
margin-right:3px;
}

.hdg_lastrans {
position:relative;
top:5px;
margin-left:50px;
}

.last_trans table {
border-spacing:0;
border-collapse:collapse;
margin-top:52px;
margin-bottom:12px;
margin-left:45px;
width:245px;
}

.last_trans table tr td {
padding:6px 5px 6px 8px;
color:#000;
font-size:12px;
}

/* CSS CONDITIONAL FOR FIREFOX ONLY */
@-moz-document url-prefix() {
.last_trans table tr td {
padding:5px 5px 6px 8px;
}
}



.last_trans table tr td:nth-child(2) {
}

.last_trans table tr td:last-child {
text-align:right;
color:#fff;
}

.sidecontact {
width:421px;
height:225px;
/*background:url(../img/sidecontact.png) no-repeat;*/
margin-left:0px;
}

.sidecontact table {
padding-top:35px;
}

.sidecontact ul, .sidecontact li {
margin:0; padding:0; list-style:none;
}

.sidecontact td, .sidecontact td a {
color:#fff	;
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4); 
}

.sidecontact td {
padding:2px 15px 2px 33px;
height:24px;
cursor:pointer;
}

.sidecontact td:last-child {
padding-right:0px;
}

.phone {
background:url(../img/phone.png) no-repeat center left;
}

.sms {
background:url(../img/sms.png) no-repeat center left;
}

.bbm {
background:url(../img/bbm.png) no-repeat center left;
}

.wa {
background:url(../img/wa.png) no-repeat center left;
}

.wechat {
background:url(../img/wechat.png) no-repeat center left;
}

.ym {
background:url(../img/ym.png) no-repeat center left;
}

.fb {
background:url(../img/fb.png) no-repeat center left;
}

.twitter {
background:url(../img/twitter.png) no-repeat center left;
}

.line {
background:url(../img/line.png) no-repeat center left;
}

.sidecontact li:hover {
margin-right:0;
}


/* jackpot */
.jackpot {
width:960px;
height:130px;
margin:0 auto;
margin-top:0px;
margin-bottom:6px;
background:url(../img/jackpot.png) no-repeat;
position:relative;
}

.totaljackpot, .totaljackpot2 {
position:absolute;
color:#3eaf00;
font-size:45px;
font-family: 'Play', sans-serif;
text-align:center;
font-weight:normal;
text-decoration: italic;
top:42px;
}

.totaljackpot {
right:605px;
}

.totaljackpot2 {
right:127px;
}



