/*css untuk form Login*/

#loginContainer{
	height: 110px;
	text-align: left;
	background: url('../images/content_03.gif');
	background-repeat: repeat-y;
	margin-bottom: 10px;
}
#loginCell{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #fff;
	font-weight: bold;
	display: block;
}
#loginCellHeader{
	padding-top: 0px;
	height: 22px;
	text-align: center;
	color: #efefef;
	font-weight: bold;
}
#loginCellBottom{
	height: 0px;
	padding: 4px;
	color: #fff;
	text-align: center;
}

input.loginButton{
	border: 1px solid #0D3E92;
	background-color: #0D3E92;
	color: #fff;
	font-weight:bold;
}
input.loginText{
	border: 1px solid #0D3E92;
	background-color: #fff;
	color: #f80;
}
a.loginLink{
	color: #fff;
	text-decoration: underline;
}
a.loginLink:hover{
	text-decoration: none;
}