body{
	background:url(back_login.jpg) ;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	font-size:12px;
	margin:0 auto;
	color: #0e4354;
}
#_box_login{
	width: 550px;
	margin: 0px auto;
}
#_box_login{
	background:url(login_box.png);
	margin-top: 120px;
	height: 320px;
}
.searchfield{
	margin-left: 110px;
	height: 40px;
	width: 400px;
	font-weight: bold;
	font-size: 14px;
	font-family: arial;
	color: #181818;
	border: none;
}
#userName{
	margin-top: 80px;
}
#password{
	margin-top: 20px;
}
#submit{
	margin-top: 30px;
	width: 450px;
	height: 40px;
	background-color: #072c71;
	color: #fff;
	font-family: arial;
	font-weight: bold;
	border: none;
}
._titleLogin{
	position: absolute;
	margin-left: 40px;
	margin-top: 20px;
	color: #fff;
	font-family: arial;
	font-size: 14px;
}
._lupa_password{
	text-align: center;
	color: #fff;
	font-family: arial;
}
._link{
	text-decoration: none;
	color: #fff;
	font-family: arial;
	font-weight: bold;
	font-size: 18px;
	margin-left: 30px;
	margin-bottom: 20px;
}
._sjcom{
	position: absolute;
	bottom: 0;
}
._right_bottom{
	position: absolute;
	right: 0;
	bottom: 0;
}
._left20px{
	padding-left: 20px;
}