﻿.LoginTitle
{
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #a9a9a9;
}
	
.LoginLabel
{
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	color: #727272;
}

.LoginCheckBoxLabel
{
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #727272;
}

.LoginTextBox
{
	font-family:Verdana;
	font-size:8pt;
	text-align:left;
	border:solid 1px gray;
	}
	
.LoginTextBoxWatermark
{
	font-family: Verdana;
	font-size: 7pt;
	text-align: left;
	font-style: italic;
	color: #808080;
	border: solid 1px gray;
}

.LoginButton
{
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: #585858;
	cursor: pointer;
	background-color: #dedede;
}

a.LoginTextLink:link
{
	font-family: 'verdana';
	font-size: 7pt;
	color: #3366ff;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
}
a.LoginTextLink:visited {font-family:'verdana'; font-size:7pt; color:#3366ff; text-decoration:none; font-weight:normal; cursor:pointer;}
a.LoginTextLink:hover	{font-family:'verdana'; font-size:7pt; color:#777777; text-decoration:none;  font-weight:normal; cursor:pointer;}
a.LoginTextLink:active	{font-family:'verdana'; font-size:7pt; color:#3366ff; font-weight:normal; cursor:pointer;}
