#menu FORM{
	padding:0px;
	margin:0px;
}
#login_username{
	width:273px;
	height:77px;
	background-image:url(../images/username.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#login_password{
	width:288px;
	background-image:url(../images/password.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#login_submit{
	width:56px;
	background-image:url(../images/login.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#login_username INPUT{
	border:0px;
	margin-top:19px;
	background:transparent;
	color:#565658;
	font-family:Century Gothic;
	margin-left:105px;
	width:155px;
	height:18px;
}
#login_password INPUT{
	border:0px;
	margin-top:19px;
	background:transparent;
	color:#565658;
	font-family:Century Gothic;
	margin-left:122px;
	width:155px;
	height:18px;
}
#login_submit INPUT{
	border:0px;
	margin-top:16px;
	background:transparent;
	width:100%;
	height:25px;
}