/*General.css*/

*{padding: 0px;margin: 0px;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;font-family: Time New Roman;}
.wrapper{width: 990px !important;margin: 0 auto;position: relative;}
.wrapper1{width: 1200px !important;margin: 0 auto;position: relative;margin-top: 7px;}

body{background: black url(../../images/bg.jpg) center top no-repeat;}
.clear{clear: both;}
.pull-left{float:left;}
.pull-right{float:right;}

/*reset.css*/

/* css rest */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*end reset*/

/*Content.css*/

.content #header{border: 1px solid white;border-radius: 5px 5px 0 0;color:white;font-size:20px;padding:10px;margin-top:10px;background:none repeat scroll 0 0 rgba(0,0,0,0.4);border-bottom: 1px #999999 solid;}
.content #body{border: 1px solid white;border-radius: 0 0 5px 5px;color:white;border-top:none;padding:10px;min-height:150px;margin-bottom:10px;background:none repeat scroll 0 0 rgba(0,0,0, 0.4);}
.content #body p{padding-top: 10px; line-height: 18px;}
.content #body h3{font-size: 22px;font-weight: bold;padding-top: 18px;}

.content #body input[name="Userid"]{float: left;width: 146px;height: 23px;font-family: arial;font-size: 16px;text-align: left;color: black;margin: 0 5px 0 2px;border-radius: 3px;border: none;padding: 0 0 0 10px;}
.content #body input[name="Password"]{float: left;width: 146px;height: 23px;font-family: arial;font-size: 16px;text-align: left;color: black;margin: 0 5px 0 2px;border-radius: 3px;border: none;padding: 0 0 0 10px;}
.content #body input[name="VerifyPassword"]{float: left;width: 146px;height: 23px;font-family: arial;font-size: 16px;text-align: left;color: black;margin: 0 5px 0 2px;border-radius: 3px;border: none;padding: 0 0 0 10px;}
.content #body input[name="ContactNumber"]{float: left;width: 146px;height: 23px;font-family: arial;font-size: 16px;text-align: left;color: black;margin: 0 5px 0 2px;border-radius: 3px;border: none;padding: 0 0 0 10px;}
.content #body input[name="Email"]{float: left;width: 146px;height: 23px;font-family: arial;font-size: 16px;text-align: left;color: black;margin: 0 5px 0 2px;border-radius: 3px;border: none;padding: 0 0 0 10px;}
.content #body input[name="FullName"]{float: left;width: 146px;height: 23px;font-family: arial;font-size: 16px;text-align: left;color: black;margin: 0 5px 0 2px;border-radius: 3px;border: none;padding: 0 0 0 10px;}
.content #body input[name="memAccountName"]{float: left;width: 146px;height: 23px;font-family: arial;font-size: 16px;text-align: left;color: black;margin: 0 5px 0 2px;border-radius: 3px;border: none;padding: 0 0 0 10px;}
.content #body input[name="memAccountNumber"]{float: left;width: 146px;height: 23px;font-family: arial;font-size: 16px;text-align: left;color: black;margin: 0 5px 0 2px;border-radius: 3px;border: none;padding: 0 0 0 10px;}
.content #body input[name="ref"]{float: left;width: 146px;height: 23px;font-family: arial;font-size: 16px;text-align: left;color: black;margin: 0 5px 0 2px;border-radius: 3px;border: none;padding: 0 0 0 10px;}
.content #body input[name="checkc"]{width: 146px;height: 23px;font-family: arial;font-size: 16px;text-align: left;color: black;margin: 0 5px 0 2px;border-radius: 3px;border: none;padding: 0 0 0 10px;}
.content #body input[name="btnLogin"]{float: left;width: 117px;height: 31px;background: url(../../images/daftar.jpg) center no-repeat;color: black;border: none;font-family: calibri;font-size: 16px;font-weight: bold;margin: 0px 0px 0px 2px;text-transform: uppercase;}

#space{height: 420px;}

/*uibase.css*/
.header{height: auto;}

.logo{float: left;padding: 5px 0 0 0;}

.datetime{float: right;color: white;font-family: Calibri;font-size: 12px;font-weight: bold;margin: 10px 0 0 780px;position: absolute;}
.date{float: left;padding: 0 15px 0 0;}
.time{float: left;padding: 0 0 0 40px;}

@font-face{font-family: RobotoSlab;src: url(../font/RobotoSlab-Regular.ttf);}
@font-face{font-family: Tahoma;src: url(../font/Tahoma.ttf);}
@font-face{font-family: Helvetica;src: url(../font/Helvetica_Neu_Bold.ttf);}

form.my-form{float: right;width: 505px;height: auto;margin: 50px 0 0 0;}

.textbox-line>li{float: right;}
.textbox-line>li>div{position: relative;vertical-align: middle;}
.textbox-line>li>div>img{position: absolute;right: 5px;top: 7px;}

.textbox-line>li>div>input[name="username"]{width: 111px;height: 27px;background: url(../../images/textbox.png) center no-repeat;font-family: Tahoma;font-size: 10px;text-align: left;color: white;margin: 0 1px;border: none;text-transform: uppercase;padding: 0 0 0 5px;}
.textbox-line>li>div>input[name="password"]{width: 132px;height: 27px;background:url(../../images/textbox.png) center no-repeat;font-family: Tahoma;font-size: 10px;text-align: left;color: white;margin: 0 1px;border: none;text-transform: uppercase;padding: 0 0 0 5px;}
.textbox-line>li:last-child>div{width: 107px;height: 25px;background:url(../../images/code-bg.png) center no-repeat;}
.textbox-line>li>div>input[name="code"]{width: 50px;height: 26px;background: none;border: none;color: white;font-family: Tahoma;font-size: 10px;text-align: left;border-right: 1px green solid;text-transform: uppercase;}
.textbox-line input:focus{outline: none;}

form.my-form input:focus{outline: none;}
form.my-form input::-webkit-input-placeholder {color: white;}

.btnLogin{float: right;width: 111px;height: 27px;background: url(../../images/login.jpg) center no-repeat;color: white;border: none;font-family: arial;font-size: 12px;font-weight: bold;margin: 0 0 0 5px;text-transform: uppercase; cursor:pointer;}
.btnLogin:hover{color:#0F0;}


#runningText{float: left;margin-left: 50px;width: 530px;color: white;font-family: Helvetica;font-size: 13px;font-weight: bold;font-style: italic;line-height: 45px;}

.btnDaftar{float: right;width: 111px;height: 27px;background: url(../../images/daftar.gif) center no-repeat;color: white;text-decoration: none;text-align: center;font-family: arial;font-size: 12px;font-weight: bold;line-height:28px;margin: 0px 0 0 10px;text-transform: uppercase;}
.btnDaftar:hover{color:gray;}

.forget{float: right;text-decoration: none;color: white;font-family: Helvetica;font-size: 10px;padding: 18px 10px 0 0;}

.menu-bg{float: left;width: 100%;height: 46px;background: url(../../images/border.jpg) center repeat;margin: 5px 0 0 0;}

.home{float: left;margin: 5px 0 0 0;}

.menu{float: left;padding: 0 0 0 0;margin: 10px 0 0 0;}
.menu>li{float: left;}
.menu>li>a{padding: 10px 34px 10px 34px;font-family: arial;font-size: 12px;font-weight: bold;text-decoration: none;color: white;display: block;text-align: center;text-transform: uppercase;}
.menu>li:last-child>a{padding: 10px 0 10px 30px;}
.menu>li:hover>a{text-decoration: none;color: #fad558;display: block;}

.content{height: auto;}

.slideshow{float: left;width: 735px;height: 392px;margin: 5px 0 0 0;}

.download-div{float:right;width: 194px;height: auto;margin: 20px;}

.phone{float: left;width: 194px;height: 103px;background: url(../../images/download.png) center no-repeat;position: relative;}

.android{position: absolute;top: 60px;left: 30px;}
.android-phone{position: absolute;top: 50px;left: 80px;color: white;font-family: arial;font-size: 12px;}
.android-text{position: absolute;top: 65px;left: 60px;}

.apple{position: absolute;top: 60px;left: 45px;}
.ios-phone{position: absolute;top: 55px;left: 70px;color: white;font-family: arial;font-size: 12px;}
.apple-text{position: absolute;top: 70px;left: 80px;color: white;font-family: arial;font-size: 13px;font-weight: bold;}


.product{float: left;margin: -20px 0 0 0;position: relative;}
.product>li{float: left;margin: 0 0 0 0;}
.product>li>a{width: 168px;height: 174px;display: block;text-decoration: none;color: white;text-align: center;font-family: RobotoSlab;font-size: 14px;font-weight: bold;text-transform: uppercase;line-height: 245px;margin: 0 0 0 33px;}
.product>li:first-child>a{background: url(../../images/baccarat.png) center no-repeat;margin: 0 0 0 0;}
.product>li:nth-child(2)>a{background: url(../../images/roulette.png) center no-repeat;}
.product>li:nth-child(3)>a{background: url(../../images/sicbo.png) center no-repeat;}
.product>li:nth-child(4)>a{background: url(../../images/dragon.png) center no-repeat;}
.product>li:last-child>a{background: url(../../images/slotgame.png) center no-repeat;}

.product>li:hover>a{color: gray;}

.footer{height: auto;}

.bank{float: left;}

.copyright{float: right;text-align: center;font-family: arial;font-size: 12px;color: white;margin: 10px 0 0 0;}

.blue{color: #46a5ee;}










