﻿html
{
	padding:0px;
	margin:0px;
	overflow:hidden;
}

body 
{
	padding:0px;
	margin:0px;
	font-family:Verdana;
	font-size:11px;
	color:White;
	overflow:hidden;
	background-color:#7F2170;
}

div.LoginSection
{	
	width:800px;
	height:600px;	
	background-repeat:no-repeat;
	text-align:left;
	overflow:hidden;
}

div.LoginSection div.LoginInnerPadding
{
	padding-left:120px;
	padding-top:178px;	
	padding-right:115px;
}

div.LoginSection div#LoginUpperMessage
{
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
	padding-top:14px;
	padding-bottom:5px;
}

div.LoginSection div#LoginUpperMessage div.MainLabel
{
	font-size:12px;
	color:#590057;
}

div.LoginSection div#LoginUpperMessage div.SubLabel
{	
	font-size:11px;
	padding-top:2px;	
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#e4d4e3;
	color:#a95da7;	
	margin-left:1px;
}

div.LoginSection div#LoginUpperMessage div.SubLabel div.InnerBorderDiv
{
	padding-bottom:5px;	
	margin-left:-1px;
	
}

div.LoginSection div.InvalidLoginMessage
{
	padding-left:16px;
	padding-right:15px;
	padding-top:5px;
	height:50px;
	color:#FFDF1B;
}

div.LoginSection div.InvalidLoginMessage div.InvalidLoginMessageInnerContent
{
	border:solid 3px #D8C7D7;
	background-color:#F7F7F7;
	color:#660066;
}

div.LoginSection div.InvalidLoginMessage div.InvalidLoginMessageInnerContent table
{	
}

div.LoginSection div.InvalidLoginMessage div.InvalidLoginMessageInnerContent table tr td
{	
}

div.LoginSection div.InvalidLoginMessage div.InvalidLoginMessageInnerContent table tr td img
{
	padding-right:5px;
	padding-left:7px;
}

div.LoginSection div.InvalidLoginMessage div.InvalidLoginMessageInnerContent table tr td div.InvalidLoginText1
{	
	line-height:14px;
	font-size:10px;
}

div.LoginSection div.InvalidLoginMessage div.InvalidLoginMessageInnerContent table tr td div.InvalidLoginText2
{	
	line-height:14px;	
	font-size:10px;
}

div.LoginSection div.LoginEntryBoxes
{	
}

div.LoginSection div.LoginEntryBoxes table#LoginTable
{	
	text-align:center;
}

div.LoginSection div.LoginEntryBoxes table#LoginTable tr td
{
	vertical-align:top;
}

div.LoginSection div.LoginEntryBoxes table#LoginTable tr td.LoginCell div.GoContainer
{
	padding-top:0px;
	float:left;
}

div.LoginSection div.LoginEntryBoxes table#LoginTable tr td.LoginCell div.GoContainer a
{
	display:block;
}

div.LoginSection div.LoginEntryBoxes table#LoginTable tr td.LoginCell div.UsernameContainer 
{
	padding-right:10px;
	padding-top:1px;
	padding-left:1px;
	float:left;
}

div.LoginSection div.LoginEntryBoxes table#LoginTable tr td.LoginCell div.UsernameContainer input
{
	width:144px;
	height:17px;
	border:none;
	background-color:white;
	padding-left:6px;
	padding-top:5px;
	font-size:10px;
	color:#A8A8A8;
	font-weight:bold;
	font-family:Verdana;
	border-color:#490848;
	border-width:1px;	
	border-style:solid;
	margin:0px;
}

div.LoginSection div.LoginEntryBoxes table#LoginTable tr td.LoginCell div.PasswordContainer 
{
	padding-top:1px;
	padding-right:10px;
	float:left;
}

div.LoginSection div.LoginEntryBoxes table#LoginTable tr td.LoginCell div.PasswordContainer input
{
	width:144px;
	height:17px;
	border:none;
	background-color:white;
	padding-left:6px;
	padding-top:5px;
	font-size:10px;
	color:#A8A8A8;
	font-weight:bold;
	font-family:Verdana;
	border-color:#490848;
	border-width:1px;
	border-style:solid;
}

div.LoginSection div.LoginEntryBoxes table#LoginTable tr td div#LostLoginContainer
{
	padding-left:8px;
	padding-top:7px;
}

div.LoginSection div.LoginEntryBoxes table#LoginTable tr td div#LostLoginContainer a
{
	font-size:10px;
	color:#a95da7; 
	text-decoration:none;
}

div.LoginSection div.LoginEntryBoxes table#LoginTable tr td div#LostLoginContainer a:hover
{
	text-decoration:underline;
}

div.LoginSection div.LoginLowerMessage
{
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
	padding-top:37px;
	color:white;
}

div.LoginSection div.LoginLowerMessage div.MainLabel
{
	font-size:12px;
	color:#590057;
}

div.LoginSection div.LoginLowerMessage div.SubLabel
{	
	font-size:11px;
	padding-top:2px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#d4c4d4;
	color:#a95da7;
	margin-left:1px;
}

div.LoginSection div.LoginLowerMessage div.SubLabel div.InnerBorderDiv
{
	padding-bottom:5px;
	margin-left:-1px;
}

div.LoginSection div#JoinNowContainer
{
	padding-top:14px;
}

div.LoginSection div#JoinNowContainer table
{	
	vertical-align:middle;
	width:100%;
}

div.LoginSection div#JoinNowContainer table td.JoinNowLink
{
	height: 25px;
}

div.LoginSection div.LoginEntryBoxes table#LoginTable tr td.LoginCell div.GoContainer a:hover
{
	background-position: 0px -27px;
}

div.LoginSection div#JoinNowContainer table tr td
{	
	text-align:center;
}

div.LoginSection div#JoinNowContainer table tr td a.JoinNowLink
{
	display:block;
	background-position:top;
	background-repeat:no-repeat;
	overflow:hidden;
	height:27px;
	width:154px;
}

div.LoginSection div#JoinNowContainer table tr td a.JoinNowLink:hover
{
	background-position: 0px -27px;
}
