/*css untuk form Login*/
#loginContainer{
	height: auto;
	padding: 4px 4px 0px 10px;
}
#loginCell{
	width: 170px;
	height: 22px;
	color: #06c;
	background: url('../images/container02_03.gif');
	background-repeat: repeat-y;
	padding:4px; 
}
#loginCellHeader{
	background: url('../images/container02_a.gif');
	background-repeat: no-repeat;
	padding: 10px 4px 4px 4px;
	text-align: center;
	color: #06c;
	font-weight: bold;
	width: 170px;
}
#loginCellBottom{
	height: 22px;
}

input.loginButton{
	border: 1px solid #069;
	background-color: #efefef;
	color: #06c;
	font-weight:bold;
}
input.loginText{
	border: 1px solid #B4D8F5;
	background-color: #fff;
	color: #06c;
}
a.loginLink{
	color: #fff;
	text-decoration: underline;
	font-size: 10px;
}
a.loginLink:hover{
	color: #fff;
	text-decoration: none;
}