#loginForm
{
	position: relative;

	top: -5px;

	padding-top: 0px;
	padding-Bottom: 0px;
	padding-left: 76px;
}

.customer
{
	line-height: 24px;
	color: gray;
}

.txtInput
{
	width: 150px;

	margin-bottom: 3px;

	/*color: gray;*/
}

.txtInputDisabled
{
	width: 150px;
	
	margin-bottom: 3px;

	color: gray;

	background: white;
}

.bnInput
{
	width: 154px;

	margin-bottom: 0px;

	font-weight: bolder;
	color: white;
}