/* start HEADER - TOP */
.logo {
position:relative;
margin-top:10px;
margin-bottom:10px;
}

#frmlogin {
width:341px;
height:86px;
background:url(../images/bglogin.png) no-repeat;
position:relative;
margin:25px 0 0 auto;
z-index: 2;
}

#username, #password, #code {
position:absolute;
background:none;
border:none;
height:33px;
padding:0 5px;
color:#000;
box-sizing: border-box;
}

#username, #password {
width:219px;
left:0px;
}

#username {
top:0px;
}

#password {
top:45px;
}

#code {
width:66px;
top:3px;
left:262px;
}

.img_code {
position:absolute;
top:3px;
left:338px;
}

#login {
background:none;
border:none;
position:absolute;
width:104px;
height:34px;
top:0px;
left:230px;
cursor:pointer;
}

.lupapass, .daftar {
position:absolute;
display:block;
}

.lupapass {
top:75px;
left:0px;
width:104px;
height:29px;
}

.daftar {
left:229px;
top:44px;
width:104px;
height:34px;
}

.runningtext {
height:36px;
margin:0px 0 10px 0;
background:url(../images/runningtext.png) no-repeat center left;
}

.runningtext_content {
height:36px;
line-height:36px;
color:#fff;
font-family: squalo;
font-size: 14px;
width: 665px;
margin:0 auto;
}

/* end HEADER - TOP */
