#login-search
{
	width: 302px;
	height: 84px; 
	padding-top: 10px;
	background-image: url('../images/loginbox-search.jpg'); 
	background-position:top center; 
	background-repeat:no-repeat; 
	postion: relative;	
}

#login-body
{
	position: relative;
	top: 33px;
	left: 10px;
}

#login-username
{
	display: inline;
}


#login-username input
{
	font-family: Verdana;
 	font-size: 14px;
 	color: #666666;
	height: 20px;
	width: 105px;
	border: solid 1px #666666;
}

#login-password
{
	display: inline;
}

#login-password input
{
	font-family: Verdana;
 	font-size: 14px;
 	color: #666666;
	width: 105px;
	height: 20px;
	border: solid 1px #666666;
}

#login-button
{
	position: relative;
	top: 10px;
	left: 235px;
}

#login-button input
{
	width: 45px;
	height: 23px;
	border: 0px;
	background-image: url('../images/login-button-search.jpg'); 
	background-position:top center; 
	background-repeat:no-repeat; 
	cursor: pointer;
	cursor: hand;
}

