/* start HEADER - TOP */
.fixed-left {
position:fixed;
right:0;
top:20%;
}

.logo {
margin-top:5px;
position:relative;
margin-bottom:0px;
}

#frmlogin {
width:375px;
height:103px;
background:url(../images/bglogin.png) no-repeat;
position:relative;
margin-top:15px;
}

#username, #password, #code {
position:absolute;
background:none;
border:none;
height:24px;
padding:0 5px;
color:#000;
}

#username, #password {
width:60px;
}

#username {
top:48px;
left:31px;
}

#password {
top:48px;
left:130px;
}

#code {
width:49px;
top:29px;
left:209px;
}

.img_code {
position:absolute;
top:29px;
right:0px;
}

#login {
background:none;
border:none;
position:absolute;
width:65px;
height:24px;
top:47px;
right:100px;
cursor:pointer;
}

.lupapass, .daftar {
position:absolute;
display:block;
}

.lupapass {
bottom:0px;
left:0px;
width:90px;
height:12px;
}

.daftar {
right:25px;
top:47px;
width:65px;
height:24px;
}

::-webkit-input-placeholder {
   color: #999;
}

:-moz-placeholder { /* Firefox 18- */
   color: #999;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #999;
}

:-ms-input-placeholder {  
   color: #999;
}

.runningtext {
height:28px;
margin:5px 0 0 0;
background:url(../images/runningtext.png) no-repeat;
}

.runningtext_content {
height:28px;
line-height:25px;
padding:0 10px 0 30px;
color:#fff;
}

/* end HEADER - TOP */
