body
{
	margin: 200px 0 0 0;
	padding: 0;
	background-color: #e1e1e1;
	font-family: helvetica;
}

div.container
{
	margin: 0 auto;
	padding: 0;
	width: 620px;
	font-family: helvetica;
}

/*---------------------- Alert Styles -----------------*/

table.failed
{
	width: 620px;
	margin-bottom: 10px;
	background: url(images/corner_bottom_right.gif) no-repeat bottom right #ffffff;
}

table.failed td.alert
{
	background: url(images/alert_corner_bl.gif) no-repeat bottom left #aa0001;
	vertical-align: top;
	padding: 0;
}

table.failed td.alert div
{
	background: url(images/alert_corner_tl.gif) no-repeat top left;
	color: #ffffff;
	font-family: helvetica;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	padding: 20px 20px 0 20px;
}

table.failed td.instructions
{
	border-left: 1px solid e1e1e1;
	vertical-align: top;
}
	
table.failed td.instructions p
{
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	padding: 12px 20px 0 20px;
	margin:0;
}

#close
{
	background: url(images/corner_top_right.gif) no-repeat top right;
	float:right;
	padding: 20px 15px;
}

/*---------------------- Login Styles -----------------*/

table.login
{
	background: url(images/corner_top_left.gif) no-repeat top left #ffffff;
	width: 620px;
}

table.login td
{
	vertical-align: top;
}

table.login td.login
{
	background: url(images/corner_bottom_left.gif) no-repeat bottom left;
	padding-bottom: 20px;
	border-right: 1px solid #e1e1e1;
}

div.branding
{
	padding: 20px 20px 14px 20px;
}

div.branding h3
{
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

div.branding h1
{
	font-weight: bold;
	font-size: 30px;
	margin: 0;
	padding: 0;
}

div.userinput
{
	margin: 0 0 10px 20px;
}

div.userinput div.label
{
	font-family: helvetica;
	font-weight: bold;
	font-size: 14px;
	color: #999999;
}

div.userinput input
{
	width: 308px;
}

div.login
{
	margin: 0 20px;
	padding-top: 5px;
}

div.login input
{
	float: left;
	margin-right: 10px;
}

div.login a
{
	display: block;
	float: left;
	text-decoration: none;
	font-family: helvetica;
	font-weight: bold;
	font-size: 12px;
	color: #5e7896;
	margin-top: 10px;
}

table.login td.helptop,
table.login td.helpbottom
{
	padding:20px;
	width: 229px;
	vertical-align: top;
	font-family: helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
}

table.login td.helptop a,
table.login td.helpbottom a
{
	display: block;
	text-decoration: none;
	font-family: helvetica;
	font-weight: bold;
	font-size: 12px;
	color: #5e7896;
}

table.login td.helptop p,
table.login td.helpbottom p
{
	margin: 5px 0 0 0;
}

table.login td.helptop
{
	background: url(images/login/corner_tr.gif) no-repeat #fafafa top right;
	border-bottom: 1px solid #e1e1e1;
}

table.login td.helpbottom
{
	background: url(images/login/corner_br.gif) no-repeat #fafafa bottom right;
}


