#clientLogin{
	width:340px;
}
#l-username{
	display:inline;
	width:84px;
	height:20px;
	background:url(/clientlogin/username.png) transparent no-repeat left bottom;
	float:left;
	margin:0 0 10px 0;
}
#password,
#username{
	float:left;
	width:214px;
	height:16px;
	display:inline;
	border:none;
	padding:2px 3px;
	margin:0 0 10px 0;
	background:#929598;
	color:white;
}
#l-password{
	display:inline;
	width:84px;
	height:20px;
	background:url(/clientlogin/password.png) transparent no-repeat left 3px;
	float:left;
	margin:0 0 10px 0;
}