a:hover, a:focus{
	color: #fff;
	text-decoration: none;
}
/* start HEADER - TOP */
.logo {
	position:relative;
	margin-top:-5px;
	margin-bottom:6px;
}

#frmlogin {
	width:463px;
	height:26px;
	background:url(../images/bglogin.png) no-repeat;
	position:relative;
	margin-top: 17px;
}

#username, #password, #code {
	position:absolute;
	background:none;
	border:none;
	height:26px;
	padding:0 5px;
	color:#000;
}

#username, #password {
	width:126px;
}

#username {
	top:0;
	left:0px;
}

#password {
	top:0;
	left:131px;
}

#code {
	width:35px;
	top:19px;
	left:199px;
}

.img_code {
	position:absolute;
	top:19px;
	right:173px;
}

#login {
	background: none;
	border: none;
	position: absolute;
	width: 102px;
	height: 28px;
	top: 0;
	left: 260px;
	cursor: pointer;
}

.lupapass, .daftar {
	position:absolute;
	display:block;
}

.lupapass {
	top: -1px;
	left: 75px;
	width: 127px;
	height: 12px;
}

.daftar {
	left: 364px;
	top: 0;
	width: 100px;
	height: 28px;
}

.runningtext {
	height:40px;
	padding:10px 0 10px 0;
	background:url(../images/running.png) no-repeat center left;
}

.runningtext_content {
	height:20px;
	line-height:20px;
	padding:0 10px 0 50px;
	color:#fff;
}

.gameslink{
	list-style-type: none;
	font-size: 12px;
	margin: 42px 0 0;
}

.gameslink li{
	display: inline;
}

.gameslink li a {
	margin: 0 10px;
	font-family: bebasNeue;
	font-size:22px;
	font-weight: normal;
	color: #fff;
}
.gameslink li a:hover{
	text-shadow: 1px 1px 2px #fff, 0 0 25px #fff, 0 0 5px #fff;
	color: #fff;
	text-decoration: none;
}
.gameslink li:last-child a {
	margin: 0px;
}

#clock_header {
	background: url(../images/clock.png) no-repeat;
	border-radius: 7px;
	width: 69px;
	height: 31px;
	box-sizing: border-box;
	/*border: 1px solid #fff;*/
	/*padding: 3px 0px;*/
	margin-top: 15px;
	margin-right:0px;
	text-align: center;
	line-height: 31px;
	font-family:dsdigitalbold;
	font-size:25px;
	letter-spacing: -0.5px;
	color: #fff;
}

/* end HEADER - TOP */
.container table td{
	color:#fff;
}