/*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;}

body{background: #320001 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);
}

/*uibase.css*/

@font-face{font-family: RobotoSlab;src: url(../font/RobotoSlab-Regular.ttf);}
@font-face{font-family: Kievit;src: url(../font/Kievit-Italic.ttf);}
@font-face{font-family: Candal;src: url(../font/Candal.ttf);}
@font-face{font-family: Incised;src: url(../font/Incised901BT-Roman.otf);}
@font-face{font-family: Chunkfive;src: url(../font/Chunkfive.otf);}

.header{height: auto;}

/* Logo */
.logo{
    float: left;
    margin: 13px 0 0 0;
}
/* /Logo  */

/* Top Right Wrap */
.top-right{
    float: right;
    width: 670px;
    margin: 10px 0 0 0;
}
/* /Top Right Wrap */

/* Menu */
.menu{
    float: left;
    margin: 0 0 0 30px;
}
.menu li{float: left;}
.menu li a{
    padding: 10px 22px 0 22px;
    font-family: Kievit;
    font-size: 17px;
    text-decoration: none;
    color: white;
    display: block;
    text-align: center;
}
.menu li:first-child a{
    padding: 15px 22px 0 0;
}
.menu li:last-child a{
    padding: 10px 0 0 22px;
}
.menu li a img{
    vertical-align: middle;
    margin: -15px 0 0 0;
}
.menu li:hover a{
    text-decoration: none;
    color: black;
    text-shadow: 3px 0 0 #fdee0b, -3px 0 0 #fdee0b, 0 3px 0 #fdee0b, 0 -3px 0 #fdee0b, 2px 2px #fdee0b, -2px -2px 0 #fdee0b, 2px -2px 0 #fdee0b, -2px 2px 0 #fdee0b;
}
/* /Menu */

/* Running Text */
.marquee-div{
    float: right;
    width: 88%;
    margin: 23px 0 0 0;
}
#runningText{
    float: left;
    width: 100%;
    font-family: Candal;
    font-size: 12px;
    color: #fff;
    font-style: italic;
    padding: 5px 0 0 0;
}
/* /Running Text */

/* Contact */
.contact{
    float: right;
    margin: 30px 0 0 0;
}
.contact li{
    float: left;
    width: 110px;
    margin-left: 65px;
}
.contact li:first-child{
    margin-left: 0;
}
.contact li img{
    vertical-align: middle;
    display: block;
    margin: 0 auto;
}
.contact li div{
    font-family: Kievit;
    font-size: 11px;
    color: white;
    text-align: center;
}

/* /Contact */

.content{height: auto;}

/* Slide show */
.slideshow{
    float: left;
    width: 690px;
    height: 333px;
    margin: 0px 0 0 0;
    padding: 0px 0 0 5px;
    border-radius: 20px;
}
/* /Slide show */

/* Form */
.form-wrap{
    float: right;
    width: 299px;
    height: 374px;
    background: url(../../images/form.png) center no-repeat;
    margin-top: -40px;
}
form.my-form{
    float: left;
    margin: 95px 0 0 0;
}
.login-form{}
.login-form>li{}

.login-form tbody tr td p{
    font-family: arial;
    font-size: 11px;
    color: white;
    text-align: center;
    width: 100%;
    margin: 5px 0 2px 15px;
}
.login-form tbody tr td div{position: relative;}
.login-form tbody tr td div img{
    position: absolute;
    top: 13px;
    left: 140px;
}
.login-form>tbody>tr>td>div>input[name="txtUsername"], .login-form>tbody>tr>td>div>input[name="txtPassword"]{
    width: 241px;
    height: 34px;
    background: url(../../images/textbox.png) center no-repeat;
    border: none;
    margin: 2px 0px 5px 30px;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    color: black;
    outline: none;
}
.login-form tbody tr td div input[name="txtUsername"]:focus, .login-form tbody tr td div input[name="txtPassword"]:focus{
    position: relative;
    z-index: 999;
}

.btnLogin{
    width: 240px;
    height: 43px;
    background: url(../../images/button.png) center no-repeat;
    margin: 5px 0 5px 30px;
    color: black;
    font-size: 17px;
    font-family: Chunkfive;
    font-weight: bold;
    border: none;
}
.btnLogin:hover{color: gray;}
.btnDaftar{
    float: left;
    width: 240px;
    height: 53px;
    background: url(../../images/daftar.gif) center no-repeat;
    margin: 0px 0 0 30px;
    color: black;
    text-decoration: none;
    display: block;
    font-weight: bold;
    font-family: Chunkfive;
    font-size: 17px;
    text-align: center;
    line-height: 50px;
}
.btnDaftar:hover{
    text-decoration: none;
    color: gray;
}
.remember{
    float: left;
    margin-top: 15px;
    margin-left: 40px;
    margin-right: 5px;
}
form.my-form label{
    color: #fff;
    font-family: arial;
    font-size: 10px;
    line-height: 43px;
}
.forgot{
    float: right;
    text-decoration: none;
    color: #fff;
    font-family: arial;
    font-size: 10px;
    margin-top: 15px;
    margin-right: 5px;
}
hr{
    margin-left: 30px;
    border: 1px #fff dashed;
}
/* /Form */


/* Jackpot */
.jackpot{
    float: left;
    width: 990px;
    height: 207px;
    background: url(../../images/jackpot.png) center no-repeat;
    margin: 0 0 0 0;
    position: relative;
}
.left-number, .right-number{
    font-family: Incised;
    font-size: 41px;
    color: #000;
    position: absolute;
}
.left-number{
    top: 90px;
    left: 80px;
}
.right-number{
    top: 90px;
    right: 80px;
}
/* /Jackpot */

/* Five Last */
.transaction-table{
    float: left;
    width: 100%; 
    height: auto;
    margin: -35px 0 0 0;
}
#five-last-deposit , #five-last-withdraw{
    width: 490px;
    height: 262px;
    position: relative;
}
#five-last-deposit{
    background: url(../../images/deposit.png) center no-repeat;
}
#five-last-withdraw{
    background: url(../../images/withdraw.png) center no-repeat;
    margin-left: 10px;
}
#five-last:first-child{margin-left: 0px;}
#little-table{
    width: 50%;
    height: auto;
    position: absolute;
    left: 50px;
    top: 90px;
}
#five-last-deposit #little-table{
    left: 180px;
}
#little-table tbody tr td{
    height: 33px;
    color: white;
    font-family: arial;
    font-size: 13px;
    text-align: left;
}
#little-table tbody tr td:last-child{
    text-align: right;
}
#little-table>tbody>tr>td>img{vertical-align: middle;}
/* /Five Last */

.warning{
    display: block;
    margin: 0 auto;
	margin-top: 30px;
}

/* Content Text */
.content-text{
    float: left;
    color: white;
    width: 100%;
    color: white;
    text-align: center;
    margin: -90px 0 0 0;
}
.text-head{
	margin-top: 0px;
}
.content-text p{
    font-family: Candal;
    font-size: 11px;
    text-shadow: 4px 2px #000;
    font-style: italic;
    line-height: 15px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
/* /Content Text */

.footer{height: auto;}

/* Bank */
.bank{
    float: left;
    margin: 0 0 10px 0;
}
/* /Bank */

/* Copyright */
.copyright{
    float: right;
    margin: 0px 0 0 0;
}
/* /Copyright */








