button.login-button
{
	background: url(/images/login-button.png);
	border: 0px;
	font-size: 0.90em;
	height: 23px;
/*	line-height: 15px; */
	left: 34px;
	padding-bottom: 5px;
	position: relative;
	top: 8px;
	width: 102px;
}
div.component-login-bottom
{
	background: url(/images/login-box-bottom.png);
	clear: both;
	height: 39px;
	width: 151px;
}
div.component-login-password
{
	background: url(/images/login-box-password.png) no-repeat;
	float: left;
	height: 25px;
	padding-left: 2px;
	padding-top: 2px;
	width: 102px;
}
div.component-login-password-icon
{
	background: url(/images/login-box-password-icon.png);
	float: left;
	height: 27px;
	width: 33px;
}
div.component-login-password input#password
{
	background: url(/images/login-box-input-background.png) repeat-x;
	border: 0px;
	height: 19px;
	width: 98px;
}
div.component-login-password-right
{
	background: url(/images/login-box-password-cap-right.png);
	float: right;
	height: 27px;
	width: 14px;
}
div.component-login-top
{
	background: url(/images/login-box-top.png) no-repeat;
	height: 11px;
	width: 151px;
}
div.component-login-username
{
	background: url(/images/login-box-password.png) no-repeat;
	float: left;
	height: 24px;
	padding-left: 2px;
	padding-top: 2px;
	width: 102px;
}
div.component-login-username-icon
{
	background: url(/images/login-box-username-icon.png);
	float: left;
	height: 26px;
	width: 33px;
}
div.component-login-username input#username
{
	background: url(/images/login-box-input-background.png) repeat-x;
	border: 0px;
	height: 19px;
	width: 98px;
}
div.component-login-username-right
{
	background: url(/images/login-box-username-cap-right.png);
	float: right;
	height: 26px;
	width: 14px;
}
div.component-login-userpass-separator
{
	background: url(/images/login-box-separator.png) no-repeat;
	height: 4px;
	width: 151px;
}
div.control-login
{
	background-color: #87898c;
	float: right;
	height: 107px;
	width: 151px;
}
div#row-username
{
	height: 26px;
}
