﻿.ErrorMessages 
{
	color: #FF0000;
	font-size: 10px;
}

.TextBoxRightAlign 
{
	text-align: right;
}

.RegButton
{
	/*border: solid 1px #666666;
	color: #111111;
	background-color: #83c946;*/
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	padding: 5px 10px 5px 10px;
}

#LoginContainer 
{
	float: left;
	clear: both;
	width: 500px;
	background-color: #e6e6e6;
	padding: 20px 20px 35px 20px;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	border: none 0px;
	line-height: 22px;
}

#LoginContainer h1 
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 2px #666666;
	text-align: center;
}
