#loginDialog
{
	height: 180px;
	width: 400px;
	background-color: #E8E8E8;
}

#loginPanel
{
	float: left;
	width: 70px;
	height: 180px;
	background-color: #466BA2;
}

#loginRule
{
	float: left;
	width: 10px;
	height: 180px;
	background-color: #E8E8E8;
}

#loginTitle
{
	background-color: #DFE5E6;
	height: 15px;
	text-align: center;
	border-bottom: solid 1px #003366;
}

#loginForm
{
	padding-top: 10px;
}

#loginButton
{
	padding-top: 5px;
	padding-bottom: 7px;
}

.loginLabel
{
	font-family: Arial, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;	
	color: #323232;
	text-decoration: none;
	margin-left: 10px;
	line-height: 20px;
}

.loginText
{
	font-family: Arial, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;	
	color: #323232;
	text-decoration: none;
	line-height: 20px;
}

.loginsmText
{
	font-family: Arial, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;	
	color: #323232;
	text-decoration: none;
	line-height: 16px;
}


