/* start HEADER - TOP */
.header-wrapper {
	position:relative;
	z-index:999;
}

.header {
	position:fixed;
	background:url(../images/bgheader.jpg) no-repeat;
	margin-left:-20px;
	padding-left:20px;
}

.logo {
margin-top:19px;
position:relative;
margin-bottom:5px;
}

#frmlogin {
width:432px;
height:32px;
background:url(../images/bglogin.png) no-repeat;
position:relative;
margin-top:55px;
}

#username, #password, #code {
position:absolute;
background:none;
border:none;
height:24px;
padding:0 5px;
color:#fff;
}

#username, #password {
width:92px;
}

#username {
top:4px;
left:133px;
}

#password {
top:4px;
left:237px;
}

#code {
width:47px;
top:3px;
left:216px;
}

.img_code {
position:absolute;
top:3px;
left:272px;
}

#login {
background:none;
border:none;
position:absolute;
width:89px;
height:24px;
top:4px;
right:0px;
cursor:pointer;
}

.daftar {
position:absolute;
display:block;
top:0px;
left:0px;
width:123px;
height:32px;
}

.runningtext {
height:23px;
margin:5px 0 0 0;
background:url(../images/runningtext.png) no-repeat;
}

.runningtext_content {
height:23px;
line-height:23px;
padding:0 10px 0 30px;
color:#fff;
}

/* end HEADER - TOP */
