body{
	background-color: #000;
	font-family: arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#head{
	background-color: #000;
	height: 80px;
	padding-left: 20px;
	padding-top: 15px;
	-webkit-box-shadow: 0 0 12px #656363; 
	-moz-box-shadow: 0 0 12px #656363; 
	-khtml-box-shadow: 0 0 12px #656363; 
	box-shadow: 0 0 12px #656363;
}
#contentCenter{
	margin: 0px auto;
	width: 400px;
}
#contentLogin{
	width: 100%;
	height: 140px;
	margin-top: 200px;
	background:url('back.png');
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px; 
	-khtml-border-radius: 12px; 
	border-radius: 12px;
	-webkit-box-shadow: 0 0 12px #656363; 
	-moz-box-shadow: 0 0 12px #656363; 
	-khtml-box-shadow: 0 0 12px #656363; 
	box-shadow: 0 0 12px #656363;
	padding: 40px;
	padding-top: 30px;
	color: #fff;
}
.input{
	margin-top: -5px;
}
.searchfield{
	height: 25px;
}
#buttonLogin{
	background:url('login-button.png');
	width: 100px;
	height: 32px;
	border: none;
}
#buttonLogin:hover{
	background:url('login-button-2.png');
	width: 100px;
	height: 32px;
	border: none;
}
#_procesing{
	margin: -10px;
	width: 100%;
}
#_proces{
	margin: 0px auto;
	width: 150px;
	text-align: center;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	border-radius: 3px;
	padding: 3px;
}
.ajaxProses{
	background-color: #cfd44c;
}
.sukses{
	background-color: #6df662;
}
.gagal{
	background-color: #ee9c7f;
}
#footer{
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #c7c9ca;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
}
#top-right{
	position: absolute;
	top: 0px;
	right: 0px;
	color: #c7c9ca;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
}