/*css untuk form Login*/
#loginContainer{
	margin-top: 0px;
	width: 205px;
	background-color: #d6dbc7;
}
#loginCell{
	margin: 0px 5px 0px 5px;
	height: auto;
	background-color: #718639;
	padding-top: 5px;
}
#loginCellHeader{
	text-align: center;
	padding: 10px;
	color: #1c2409;	
	font-weight: bold;
	background-color: #718639;
	margin: 0px 5px 0px 5px;
}
#loginCellBottom{
	text-align: center;
	padding:10px 0px 15px 5px; 
	color: #718639;
	background-color: #718639;
	margin: 0px 5px 0px 5px;
}
#loginCellBottom img{
	display: none;
}
#passPage {
	padding: 0px;
}
#passPage table{
	border: 0px;
}
#passPage th{
	padding: 10px;
	background-color: #a0bc58;
	font-weight: lighter;
}
#passPage td{
	padding: 10px;
	background-color: #ddeeff;
}
input.loginButton{
	margin-left: 15px;
	padding: 2px;
	border: 0px solid #ccc;
	background-color: #eee;
	color: #4a4a4a;
	font-weight:bold;
	border-right: 1px solid #1c2409;
	border-bottom: 1px solid #1c2409;
}
input.loginText{
	padding-left: 4px;
	background-color: #a0bc58;
	color: #343434;
	border-top: 1px solid #1c2409;
	border-left: 1px solid #1c2409;
	border-right: 1px solid #a0bc58;
	border-bottom: 1px solid #a0bc58;
}
a.loginLink{
	color: #a0bc58;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.loginLink:hover{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
