.header{
	width:1024px;
	height:70px;
	margin-left:100px;
	background: url(../images/header.jpg);
}

.land {
	width: 100%;
	height: 602px;
	margin: 0 auto;
	background: url(../images/login.jpg) center center no-repeat;
	position: relative;
}
.window {
	width: 400px;
    height: 400px;
    position: absolute;
    right: 12%;
    top: 133px;
    background: #fff;
    box-shadow:0px 0px  10px 5px #ccc;
}

.dengludetail{
	width:300px;
	height:36px;
	background: url(../images/dengludetail.png) no-repeat;
	position: absolute;
	left: 40px;
	top: 50px;
}

.login{
	position: absolute;
	top:110px;
}
.button { 
    background: url(../images/loginButton.jpg) no-repeat;
    width: 300px;
    height: 40px;
    border: none;
    cursor: pointer;
/*     border-radius:30px; */
}
.border {
	border: #b0b0b0 1px solid;
	height: 25px;
    margin-bottom:10px;
}
.table {
	font-weight: 700;
/* 	color: #121212; */
    position: absolute;
    top: 120px;
    left:50px;
    width:350px;
}

.footer {
	width: 370px;
	height: 40px;
	position: absolute;
	color: #FFF;
	left: 351px;
	top: 727px;
	font-size: 12px;
	text-align: center;
}