/* TABLE STANDARD */
.table {
border-collapse:collapse;
border-spacing:0;
}

.table tr td, .table tr th {
background-color:#333333;
color:#aaa;
border:1px solid #666;
padding:5px 10px;
text-align:center;
}

.table tr td {
padding:0;
padding:10px;
background-color:#ddd;
color:#222;
}

.table tr:nth-child(even) td {
background-color:#eee;
}

.table-form tr td {
padding-right:10px;
}

/* FORM STANDARD */
button, .submit {
background:none;
border:none;
cursor:pointer;
}

.txtinput {
border:none;
background:none;
background:#fff;
border:1px solid #ccc;
width:100%;
padding:5px;

-moz-border-radius:3px;
-o-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}

.submit {
width:109px;
height:30px;
background:url(../images/button/submit.jpg) no-repeat;
}

.cek {
width:121px;
height:23px;
background:url(../images/button/cek.jpg) no-repeat;
}

/* ----------------------- AVATAR */
.ubah-avatar {
background:none;
border:none;
background:url(../images/button/ubah_avatar.jpg) no-repeat;
width:122px;
height:30px;
cursor:pointer;
display:block;
margin-top:5px;
}

/* -------------------------------- JACKPOT */
.table-jackpot {
border-collapse:collapse;
border-spacing:0;
}

.table-jackpot tr td, .table-jackpot tr th {
background-color:#333333;
color:#aaa;
border:1px solid #666;
padding:5px 10px;
text-align:center;
}

.table-jackpot tr td {
padding:0;
padding:10px;
background-color:#000;
color:#ddd;
border:none;
}

.jackpot-card, .jackpot-card li {
margin:0; padding:0; list-style:none;
}

.jackpot-card {
display:inline-table;
}

.jackpot-card li {
float:left;
margin-left:1px;
}

.jackpot-card li:nth-child(6) {
margin-left:30px;
}




