/*css untuk form Login*/
#loginContainer{
	height: auto;
	padding: 0px;
	margin-bottom: 10px;
	background: url(../images/bgFooter.gif);
	background-color: #1b1f28;
}
#loginCell{
	color: #fff;
	padding: 10px 4px 2px 15px;
	line-height: 160%;
	background-color: inherite;
}
#loginCellHeader{
	text-align: center;
	padding-top: 10px;
	background: url(../images/bgCorner.gif) top no-repeat;
	background-color: inherite;
	color: #fff;	
	font-weight: bold;
}
#loginCellBottom{
	text-align: center;
	padding:15px 0px 15px 10px; 
	background: url(../images/bgCorner2.gif) bottom no-repeat;
	background-color: inherite;
	color: #fff;
}
#loginCellBottom img{
	display: none;
}
#passPage {
	padding: 0px;
}
#passPage table{
	border: 0px;
}
#passPage th{
	padding: 10px;
	background-color: #e9f4fe;
	font-weight: lighter;
}
#passPage td{
	padding: 10px;
	background-color: #ddeeff;
}
input.loginButton{	
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #909090;
	border-right: 1px solid #909090;
	background-color: #f8f8f8;
	color: #4a4a4a;
	font-weight:bold;
}
input.loginText{
	width: 100px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #909090;
	border-right: 1px solid #909090;
	padding-left: 5px;
	background-color: #fff;
	color: #4a4a4a;
}
a.loginLink{
	color: #bcfc79;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a.loginLink:hover{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}