/*css untuk form Login*/
#loginContainer{
	height: auto;
	padding-top: 10px;
	background-color: #e9eaed;
}
#loginCell{
	font-size: 10px;
	color: #0f102e;
	padding: 6px 10px; 
}
#loginCellHeader{
	background: url(../images/bgLoginHeader.gif) top center no-repeat;
	padding: 6px;
	height: 25px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}
#loginCellBottom{
	height: 20px;
	padding:0px; 
}
#loginContainer2{
	height: auto;
	padding-top: 10px;
}
#loginCell2{
	font-size: 10px;
	color: #0f102e;
	padding: 6px 40px;
}
#loginCellHeader2{
	font-weight: bold;
	color: #2b3a73;
	margin: 10px 0px;
}
#loginCellBottom2{
	height: 20px;
	padding:0px; 
}
#loginCellBottom img{
	display: none;
}

input.loginButton{
	width: 56px;
	height: 18px;
	border: 0px;
	color: #000;
	font-weight:bold;
	float: center;
	background: url(../images/loginBtn.gif) center no-repeat;
	padding-bottom: 2px;
}
input.loginButton:hover{
	width: 56px;
	height: 18px;
	border: 0px;
	color: #000;
	font-weight:bold;
	float: center;
	background: url(../images/loginBtn2.gif) center no-repeat;
	padding-bottom: 2px;
	cursor: hand;
}
input.loginText{
	border-top: 1px solid #738498;
	border-left: 1px solid #738498;
	border-bottom: 1px solid #c0ccda;
	border-right: 1px solid #c0ccda;
	background-color: #fff;
	color: #183869;
}
a.loginLink{
	color: #fff;
	text-decoration: underline;
	font-size: 10px;
}
a.loginLink:hover{
	color: #fff;
	text-decoration: none;
}
