﻿html
{
	overflow:hidden;
}

body 
{
	padding:0px;
	margin:0px;
	font-family:Verdana;
	font-size:11px;
	color:White;
	background-color:#7F2170;
	overflow:hidden;
}

div.LoginSection
{	
	width:410px;
	height:460px;	
	background-repeat:no-repeat;
	text-align:left;
}

div.LoginSection div.LoginInnerPadding
{
	padding-top:140px;	
}

div.LoginSection div.LoginUpperMessage
{
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	text-align:center;
	padding-bottom:35px;
}

div.LoginSection div.InvalidLoginMessage
{
	height:72px;
	color:#FFC4FF;
	padding-left:40px;
	padding-right:40px;
}

div.LoginSection div.LoginEntryBoxes
{
	text-align:center;
	height:77px;
	cursor:default;
}

div.LoginSection div.LoginEntryBoxes table#LoginTable
{	
}

div.LoginSection div.LoginEntryBoxes table#LoginTable tr td
{
	text-align:left;
	vertical-align:top;
}

div.LoginSection div.LoginEntryBoxes table#LoginTable tr td div.UsernameContainer 
{
	padding-bottom:6px;
}

div.LoginSection div.LoginEntryBoxes table#LoginTable tr td div.UsernameContainer input
{
	width:118px;
	height:16px;
	border:1px solid #000000;
	background-color:#ffffff;
	font-size:11px;
	padding-left:4px;
	line-height:16px;
	color:#02936A;
	font-family:Verdana;
}

div.LoginSection div.LoginEntryBoxes table#LoginTable tr td div.PasswordContainer 
{
	padding-bottom:5px;
}

div.LoginSection div.LoginEntryBoxes table#LoginTable tr td div.PasswordContainer input
{
	width:118px;
	height:16px;
	border:1px solid #000000;
	background-color:#ffffff;
	font-size:11px;
	padding-left:4px;
	line-height:16px;
	color:#02936A;
	font-family:Verdana;
}

div.LoginSection div.LoginEntryBoxes table#LoginTable tr td div.GoContainer
{
	padding-right:10px;
	float:left;
}

div.LoginSection div.LoginEntryBoxes table#LoginTable tr td div.GoContainer a
{
	cursor:pointer;
	display:block;
}

div.LoginSection div.LoginEntryBoxes table#LoginTable tr td div#LostLoginContainer
{
	text-align:right;
	padding-top:3px;
	float:right;
}

div.LoginSection div.LoginEntryBoxes table#LoginTable tr td div#LostLoginContainer a
{
	font-size:10px;
	color:White;
	text-decoration:underline;
}

div.LoginSection div.LoginEntryBoxes table#LoginTable tr td div#LostLoginContainer a:hover
{
	text-decoration:none;
}

div.LoginSection div.LowerSectionContainer
{
	padding-top:50px;
}

div.LoginSection div.LowerSectionContainer table
{
	width:100%;
	height:102px;
}

div.LoginSection div.LowerSectionContainer table tr.MessageRow
{
	height:44px;
	vertical-align:bottom;
}

div.LoginSection div.LowerSectionContainer table tr.MessageRow td
{
	height:44px;
	vertical-align:bottom;
}

div.LoginSection div.LowerSectionContainer table tr.MessageRow td div.LoginLowerMessage
{
	font-size:11px;
	text-align:center;
	color:#00936A;
}

div.LoginSection div.LowerSectionContainer table tr.MessageRow td div.LoginLowerMessage div.LoginLowerTitle
{
	font-weight:bold;
	padding-bottom:3px;
}

div.LoginSection div.LowerSectionContainer table tr.JoinNowRow
{
	height:58px;
	vertical-align:middle;
}

div.LoginSection div.LowerSectionContainer table tr.JoinNowRow td
{
	height:58px;
	vertical-align:middle;
}

div.LoginSection div.LowerSectionContainer table tr.JoinNowRow td div#JoinNowContainer
{
}

div.LoginSection div.LowerSectionContainer table tr.JoinNowRow td div#JoinNowContainer a.JoinNowLink
{
	display:block;
	background-position:top;
	background-repeat:no-repeat;
	overflow:hidden;
	height:34px;
	width:124px;
}

div.LoginSection div.LowerSectionContainer table tr.JoinNowRow td div#JoinNowContainer a.JoinNowLink:hover
{
	background-position:bottom;
}
