﻿.sectionHeader{font-weight: bold;}

.loginPanel
{
	position: relative;
	background-color: #FFF;
	color: #5A5A5A;
	border: solid 1px #000;
	width: 520px;
	padding: 10px;
	padding-top: 0;
	padding-bottom: 6em;
}

.loginDialog
{
	position: relative;
	float: right;
	width: 99%;
}

.loginHelptext
{
	position: relative;
	left: 8px;
}

.loginButton
{
	font-weight: bold;
	position: relative;
	float: right;
	top: 5px;
}

.loginTextField
{
	position: relative;
	width: 400px;
	float: right;
}

.loginLable
{
	position: relative;	
	text-align: left;
	font-weight: bold;
}

.loginLink
{
	position: relative;
	float: left;
	font-weight: bold;
	padding-right: 1em;
	left: 10px;
	top: -1em;
}



.loginValidation
{
	position: relative;
	float: right;
	right: 2px;	
}
