/*css untuk form Login*/

#loginContainer{
	height: 108px;
	width: 202px;
	padding: 0px;
	background: url('../images/header_07.gif');
	background-repeat: no-repeat;
}
#loginCell{
	padding: 3px;
	color: #fff;
	background: url('../images/header_07_02.gif');
	background-repeat: repeat-y;
}
#loginCellHeader{
	height: 32px;
	background: url('../images/header_07_01.gif');
	background-repeat: no-repeat;
	text-align: center;
	color: #efefef;
	font-weight: bold;
	padding-top: 6px;
}
#loginCellBottom{
	height: 28px;
	padding: 4px;
	color: #fff;
	background: url('../images/header_07_02.gif');
	background-repeat: repeat-y;
}

input.loginButton{
	border: 1px solid #333;
	background-color: #ccc;
	color: #333;
	font-weight:bold;
}
input.loginText{
	border: 1px solid #666;
	background-color: #fff;
	color: #f80;
}
a.loginLink{
	color: #fff;
	text-decoration: underline;
	font-size: 10px;
}
a.loginLink:hover{
	color: #fff;
	text-decoration: none;
}