/* CSS Document */
BODY{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#0a2882;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#FFF;
	background-image:url(../images/panorama.jpg);
	background-size: cover;
	background-position: center center;
}

.containershadow{
background-color:#fff;
-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.82);
-moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.82);
box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.82);
}

h2{
	margin:0px;
	padding:0px;
}

.bgfooter td{
	vertical-align:top;
}

.bgfooter span{
	color:#535252;
}

.bghongkong{
	
	background-repeat:no-repeat;
	background-position:left;
}

.linetrans a{
	text-decoration:none;
	color:#FFF;
}

h4{
	margin:0px;
	padding:0px;
	color:black;
	font-size:14px;
	margin-bottom:3px;
}

.linetrans a:hover{
	text-decoration:none;
	color:#FC0;
}

.topheader{
	
	background-position:top;
	background-repeat:repeat-x;
	height:153px;
}

.dashboard{
	margin-top:35px;
	padding-bottom:30px;

}

.winning td{
	vertical-align:middle;
}

.winresult{
	color:#0ea7ff;
}

.winresult td{
	text-align:center;
}

.borderbottom{
	border-bottom:1px solid #fff;
}

.borderright{
	border-right:1px solid #333;
}

.fontbesar{
	font-size:25px;
}

.tbrow1{
	background-color:#101010;
	min-height:380px;
}

.iconsmall{
	background-image:url(../images/favico1.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:90px;
	padding-top:20px;
	padding-bottom:20px;
}
.iconsmall2{
	
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:90px;
	padding-top:20px;
	padding-bottom:20px;
}
.icons{
	background-image:url(../images/favico1.png);
	background-repeat:no-repeat;
	background-position:center left;
	width: 82px;
	height: 82px;
}
.iconsmall h2,.iconsmall2 h2{
	font-size:24px;
}

.s4d{
	font-size:18px;
}

.bgrunning{
	background-image:url(../images/bgrunning.jpg);
	background-repeat:repeat-x;
	line-height:40px;
	background-position:top;
	color:#fff;
}

.bgrunning div{
	padding-left:30px;
	padding-right:10px;
	margin-left:5px;
	background-position:left; 
	background-repeat:no-repeat;
}

.bgourgames{
	background-image:url(../images/bgourgames.png);
	background-repeat:repeat-x;
	background-position:right;
	height:50px;
}

.howtoplay{
	background-color:#000;
	height:240px;
}

.fontputih{
	color:white;
	font-weight:800;
	font-size:18px;
}

.howtoplay h3{
	color:#0ea7ff;
	text-align:left;
	font-weight:100;
	font-size:14px;
}

.howtoplaycontent{
	padding-left:5px;
	padding-right:10px;
	padding-top:5px;
	color:#666;
}

.bgfooter{
	background-image:url(../images/bgfooter.png);
	background-repeat:repeat-x;
	height:300px;
	background-color:#FFF;
}

.drawresult{
	background-image:url(../images/bgdraw.png);
	height:239px;
	background-repeat:no-repeat;
	background-position:center;
}

.headingluckygold{
	background-image:url(../images/bgpayout.png);
	background-repeat:no-repeat;
	height:80px;
}

.luckygold{
	background-image:url(../images/luckygold.png);
	width:153px;
	height:85px;
	position:absolute;
	margin-left:-60px;
	margin-top:-50px;
}

.payout{
	color:#000;
	font-size:20px;
}

.payout td{
}

.fullpay{
	background-image:url(../images/fullpayment.png);
	background-repeat:no-repeat;
	position:absolute;
	width:142px;
	height:188px;
	margin-top:-90px;
	margin-left:570px;
}

.bgfooter2{
	background-image:url(../images/bgfooter2.png);
	background-repeat:repeat-x;
	height:32px;
	padding:5px;
	color:#000;
}

.caisenye{
	position:absolute;
	margin-top:-160px;
	margin-left:-140px;
	background-image:url(../images/caisenye.png);
	width:206px;
	height:326px;
}

.topnav a{
	text-decoration:none;
	font-size:14px;
}

.buttonnav {
	-moz-box-shadow:inset 0px 1px 0px 0px #c2a3a3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c2a3a3;
	box-shadow:inset 0px 1px 0px 0px #c2a3a3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ad0707), color-stop(1, #730909) );
	background:-moz-linear-gradient( center top, #0707ad 5%, #091f73 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad0707', endColorstr='#730909');
	background-color:#0707ad;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:3px;
	border:1px solid #0b278f;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 10px;
	margin-right:10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000000;
}.buttonnav:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #730909), color-stop(1, #ad0707) );
	background:-moz-linear-gradient( center top, #730909 5%, #ad0707 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#730909', endColorstr='#ad0707');
	background-color:#730909;
}.buttonnav:active {
	position:relative;
	top:1px;
}

.tbcontact td{
	padding-left:20px;
}

.bgfooter3{
	background-image:url(../images/supportbank.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	height:120px;
}

.tbcontact td{
	font-size:14px;
}

.lebarinput{
	width:300px;
}