a:hover, a:focus{
	color: #fff;
	text-decoration: none;
}

.header.fixed-top {
	position: fixed;
	z-index: 999;
	background:url(../images/header.jpg) repeat-x center top fixed;
	width: 100%;
}
/* start HEADER - TOP */
.logo {
	position:relative;
	margin-bottom:6px;
}

#frmlogin {
	width:475px;
	height:88px;
	/*background:url(../images/bglogin.png) no-repeat;*/
	position:relative;
	margin-top: 32px;
	background: #3e82c4;
	padding:10px;
}
form#frmlogin input[name="useracc"] {
    float: left;
    width: 174px;
    height: 30px;
    background: url(../images/username.jpg) center no-repeat;
    text-align: left;
    color: white;
    margin: 0 2px;
    border-radius: 5px;
    border: none;
    padding: 0 0 0 50px;
}
form#frmlogin input[name="passwd"] {
    float: left;
    width: 167px;
    height: 30px;
    background: url(../images/password.jpg) center no-repeat;
    text-align: left;
    color: white;
    margin: 0 2px;
    border-radius: 5px;
    border: none;
    padding: 0 0 0 50px;
}

#login {
	background: url(../images/makus.png) center no-repeat;
	border: none;
	position: absolute;
	width: 167px;
	height: 30px;
	top: 47px;
	left: 15px;
	cursor: pointer;
}
form#frmlogin input[name="captcha"] {
    float: left;
    width: 51px;
    height: 30px;
    background: url(../images/code-text.png) center no-repeat;
    text-align: left;
    color: white;
    margin: 0 2px;
    border-radius: 5px;
    border: none;
    padding: 0 0 0 6px;
}

#username, #password {
	width:106px;
}

#username {
	left:0px;
}

#password {
	width: 96px;
	left:111px;
}

#code {
	width:56px;
	left:222px;
}

.img_code {
	position:absolute;
	top:39px;
	left:277px;
}


.lupapass, .daftar {
	position:absolute;
	display:block;
}

.lupapass {
	top: 48px;
	width: 103px;
	height: 12px;
	right: 7px;
    color: #fff;
}
.lupapass:hover{color: #fff;}
.daftar {
	left: 190px;
	top: 47px;
	width: 107px;
	height: 30px;
}

.runningtext {
	height:37px;
	background: #013958;
	margin-bottom: 10px;
}

.runningtext_content {
	height:37px;
	line-height:37px;
	padding:0px 0 0px 30px;
	color:#fff;
	background:url(../images/running.png) no-repeat center left;
}

.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 {
	background: url(../images/clock.png) no-repeat;
	border-radius: 7px;
	width: 69px;
	height: 31px;
	box-sizing: border-box;
	
	margin-top: 5px;
	margin-right:0px;
	text-align: center;
	line-height: 31px;
	font-family:dsdigitalbold;
	font-size:25px;
	letter-spacing: -0.5px;
}
*/
/* end HEADER - TOP */

.sidecontact_left {
	position: fixed;
	margin-top: 5px;
	left: -206px;
	top: 25%;
	width: 250px;
	height: 236px;
	cursor: pointer;
	z-index: 999999;
	background: url(../images/contact_us.png) no-repeat;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}
.sidecontact_left ul li {
	margin-left: 4px;
	line-height: 37px;
	margin-top: 8px
}
.sidecontact_left:hover {
	left: 0
}
.download-app {
	position: fixed;
	top: 40%;
	left: -148px;
	height: 202px;
	margin-top: 4px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}
.download-app:hover, .sidecontact_left:hover {
	left: 0
}