/*
** Login.css
*/

div.dialogBox.login
{ 
	margin: 35px auto 0 auto;
	width: 340px;
}

table.loginPanel
{
   margin-top: 15px;
   background-image: url(Images/Login.gif);
   background-position: left bottom;
   background-repeat: no-repeat;
   color: #404040;
   font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
   font-size: 11px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}

table.loginPanel a
{
	color: #ff4500;
	border: none;
	background-color: Transparent;
	font-style: normal;
	text-decoration: none;
}
table.loginPanel a:hover
{
	color: #f00;
	border: none;
	background-color: Transparent;
	font-style: normal;
	text-decoration: none;
}
table.loginPanel td
{
   padding: 4px !important;
   vertical-align: middle;
}

table.loginPanel td.label
{
	padding-right: 15px;
   text-align: right;
   width: 100px;
}

table.loginPanel td.input
{
   width: 200px;
}

table.loginPanel tr.accountCode td.input input
{
   width: 70px;
}

table.loginPanel tr.username td.input input,
table.loginPanel tr.password td.input input
{
   width: 180px;
}

table.loginPanel td.loginButton
{
   padding-bottom: 5px;
   text-align: center;
}

table.loginPanel td.loginButton input
{
   width: 120px;
}

table.loginPanel td.status
{
   color: #ff0000;
   text-align: center;
}

table.loginPanel td.status .validationSummary
{
   padding-left: 30px;
   padding-bottom: 10px;
   text-align: left;
}

table.loginPanel td.passwordReminder
{
   padding-top: 5px;
   text-align: center;
}