.LoginTextBox {
	width:120px;
	background-color:#ffffff;
	background-repeat:no-repeat;
}
.LoginButton {
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: normal;
	font-size: 9px !important;
	/* margin: 0px; */
}
/*
.LoginUsername {
	background: url(username.en-us.gif);
	background-repeat:no-repeat ;
}
.LoginUsername:focus {
	background: #ffffff;
}
.LoginPassword {
	background: url(password.gif);
	background-repeat:no-repeat ;
}
.LoginPassword:focus {
	background: #ffffff;
}
.LoginVerify {
	background: url(password.gif);
	background-repeat:no-repeat ;
}
.LoginVerify:focus {
	background: #ffffff;
}
*/