﻿input.Numeric
{
	width: 50px;
}

input.Button
{
	border: 1px outset;
	background-color: #465D70;
	color: White;
	font: 1em Trebuchet MS, Arial, Helvetica;
}

div.Input label
{
    display: inline-block;
    width: 150px;
}
div.Input input
{
    width: 150px;
}
div.AspNet-Login div
{
    width: 350px;
    white-space: nowrap;
}