@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
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, font, 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 {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	outline: 0px none;
	background: none repeat scroll 0% 0% transparent;	
	text-align:left;
}
body{
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}

a{
	text-decoration:none;
	color:#fff;
}

a img{
	border:none;
}
ul {
	list-style-type: none;
}

p{
	text-align:justify;
	
}
.clear{
	clear:both;
}
#sectionWrapper{
	width:966px;
	height:auto;
	margin:0 auto;
}
#sectionWrapper #sectionHeader{
	width:966px;
	height:160px;
}
#sectionWrapper #sectionHeader #logo{
	width:335px;
	height:160px;
	float:left;
}
#sectionWrapper #sectionHeader #login{
	width:445px;
	height:120px;
	float:right;
	padding-top:40px;
}
#sectionWrapper #sectionHeader #login .formInput{
	width:295px;
	height:auto;
	float:left;
	text-align:right;
}
#sectionWrapper #sectionHeader #login .formInput p{
	float:left;
	font-size:16px;
	text-transform:uppercase;
}
#sectionWrapper #sectionHeader #login .formInput p.login{
	padding-top:2px;
}
#sectionWrapper #sectionHeader #login .formInput p.password{
	padding-top:12px;
}
#sectionWrapper #sectionHeader #login .formInput input{
	width:195px;
	height:23px;
	border:none;
	border-top:1px solid #585a5f;
	margin-bottom:8px;
	float:right;
}
#sectionWrapper #sectionHeader #login .formInput input.kode{
	width:128px;
    margin-right: 67px;
}
#sectionWrapper #sectionHeader #login .formInput img{
    margin-left: 147px;
    margin-top: 64px;
    position: absolute;
}
#sectionWrapper #sectionHeader #login .formButton{
	width:126px;
	height:auto;
	float:left;
	margin-left:15px;
}
#btnSignIn{
	width:126px;
	height:39px;
	border:none;
	cursor:pointer;
	margin-bottom:10px;
}
#sectionWrapper #sectionSlider{
	width:960px;
	height:299px;
	border:3px solid #ea00ff;
	border-radius:3px;
}
#sectionWrapper #sectionSlider #slider{
	width:960px;
	height:299px;
}
#sectionWrapper #sectionContact{
	width:966px;
	height:121px;
	margin-top:10px;
}
#sectionWrapper #sectionContact a{
	display:block;
}
#sectionWrapper #sectionContact a img{
	float:left;
}
#sectionWrapper #sectionContact a img.middle{
	margin:0 10px 0 10px;
}
#sectionWrapper #jackpot{
	width:960px;
	height:auto;
	border:3px solid #ea00ff;
	border-radius:3px;
	margin-top:10px;
	overflow:hidden;
	padding-bottom:10px
}
#jackpot #title{
    color: #FFD119;
    font-size: 25px;
    margin-top:30px;
    width:100%;
    text-align: center;
}
#jackpot #number{
    margin-top:20px;
    color: #FFD119;
    font-size:50px;
    width:100%;
    text-align: center;
}
#jackpot .divImg{
	width:213px;
	height:26px;
	background:#FFF;
	margin-bottom:10px;	
	float:left;
}
#jackpot  #left{
	float:left;
	margin:20px 0 0 20px;
	width:295px;
}
#jackpot #middle{
    float:left;
    width:330px;
}
#jackpot  #right{
	float:right;
	margin:20px 20px 0 0;
	text-align:right;
	width:295px;
}
#jackpot table{
    border:0;
    border-collapse:collapse;
}
#jackpot table tr td{
    font-family: Arial,sans-serif;
    font-size:14px;
    line-height:20px;
    color:#FFF;
    padding-left:10px;
    text-align:center;
    vertical-align:middle;
}
#jackpot  #left table tr td.clearPad{
    padding-left:0;
}
#jackpot  #left table{
    float:left;
}
#jackpot  #right .divImg,table{
    float:right;
}
#sectionWrapper #partner{
    width:745px;
    height:50px;
    margin:20px auto 0 auto;
    padding-bottom:20px;
}

