@font-face {
  font-family: Century Gothic, sans-serif;
  font-style: normal;
  font-weight: 400;
}

body {
	background-color: white;
	font-size: 14px;
	color: #5b5b5b;
	margin: 0;
	padding: 0;
	font-family: Century Gothic, sans-serif;
	
	width: 100%;
	min-width: 800px;
	position: relative;
	overflow: auto;
}

/* CSS untuk form login*/

#kotakLogin {
	font-size: 14px;
	color:#000;
	width: 400px;
	height: 310px;
	background:url(../img/greenlight.jpg);
	margin-top: 170px;
	margin-left: auto;
	margin-right: auto;
	float: center;
	text-align: left;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
	border: 1px solid #a5a5a5;
	
}

input.login {
	font-family: Century Gothic, sans-serif;
	font-size: 13px;
	color: #0066ff;
	padding: 4px;
	margin: 5px 0 0px 0;
	background: #ffffcc;
	border: 1px solid #dcdcdc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 250px;
	
}

select.login {
	font-family: Century Gothic, sans-serif;
	font-size: 13px;
	color: #0066ff;
	padding: 4px;
	margin: 5px 0 0px 0;
	background: #ffffcc;
	border: 1px solid #dcdcdc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 250px;
	
}
hr.login{
	width:94%;
	color:#000;
	size:7px;
}

a.login{
	text-decoration: underline;
}

.tombol7 {
	font-family: Century Gothic, sans-serif;
	color:#fff;
	font-size:13px;
	padding:6px 30px;
	text-decoration:none;
	text-shadow:0px 1px 0px #7fc70c;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #74b807;
	display:inline-block;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
	background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background-color:#89c403;
}

.tombol7:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
	background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
	background-color:#77a809;
}

.tombol7:active {
	position:relative;
	top:1px;
}