/* start HEADER - TOP */
.logo {
margin-top:0px;
margin-bottom:-10px;
}

.jackpot {
	width:232px;
	height:43px;
	background:url(../images/jackpot.png) no-repeat;
	font-family:cambria;
	font-size:34px;
	font-weight:bold;
	position:relative;
	margin-left:-50px;
	padding-top:55px;
	text-align:center;
	color:#e6a814;
	
	text-shadow:2px 2px 1px #00191f;
}

.runningtext {
height:41px;
background:url(../images/bg_runningtext.png) no-repeat center left;
margin:-5px 0 10px 0;
}

.runningtext_content {
height:41px;
line-height:41px;
color:#fff;
padding:0 10px 0 37px;
}

/* start FORM LOGIN */
#frmlogin {
margin-top:75px;
}

#frmlogin a {
color:#f6d775;
}

#frmlogin table tr td {
padding-left:5px;
}

#frmlogin table tr td:nth-child(4) {
padding-left:0px;
}

#username, #password, #code {
background-color:#fff;
border:none;
color:#ddd;
padding:0px 5px;
height:20px;
}

#username {
width:111px;
}

#password {
width:111px;
}

#code {
width:72px;
}

#login {
width:64px;
height:20px;
background:none;
border:none;
background:url(../images/but_login.png) no-repeat top;
cursor:pointer;
}

#login:hover {
background-position:bottom;
}

.but-register {
background:none;
border:none;
width:64px;
height:20px;
background:url(../images/daftar.png) no-repeat;
cursor:pointer;
}

::-webkit-input-placeholder {
   color: #333;
}

:-moz-placeholder { /* Firefox 18- */
   color: #333;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #333;
}

:-ms-input-placeholder {  
   color: #333;
}
/* end FORM LOGIN */


/* end HEADER - TOP */
