﻿
.LoginTable
{
	width:935px;
	height:31px;
	background-image: url(../images/headerBacker.gif);
	background-position: top;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:12px;
	color:#333;	
}
.LoginTable a{
	color:#669900;
	text-decoration:underline;
}
.LoginTable a:hover{
	color:#669900;
	text-decoration:none;
}

.LoggedInLabel
{
	margin-top: 8px;
	margin-right: 4px;
}

.LogoutButton
{
	margin-top: 8px;
	font-size: 10px;
}

.MembershipFormLabel
{
	padding: 10px;
	padding-right: 70px;	
}

.MembershipFormTextBox
{
	width: 175px;
}

.MembershipFormTextBoxBig
{
	width: 175px;
}

.MembershipFormTextBoxSmall
{
	width: 100px;
}

.MembershipFormError
{
	color: Red;
}

.MembershipFormCheckCell
{
	text-align:right;
}

.FormTable
{
	width: 700px;
	padding: 10px;
	padding-right: 70px;	
	text-align: left;	
}

.FormTable td
{
	vertical-align: top;
}

.FormField
{
	width: 200px;
}

.FormLabel
{
	width: 300px;
	padding: 10px;
	padding-right: 40px;	
}

.FormTextBox
{
	width: 175px;
}

.FormTextBoxBig
{
	width: 275px;
}

.FormTextBoxSmall
{
	width: 75px;
}

.FormError
{
	color: Red;
}

.ContactFormTable
{
	width: 350px;
	padding: 10px;	
	text-align: left;	
	background-color:#efefef;
}

.ContactFormTable td
{
	vertical-align: top;
}

.ContactFormField
{
	width: 200px;
}

.ContactFormLabel
{	
	padding: 10px;	
}

.ContactFormTextBox
{
	width: 240px;
}

.ContactFormTextBoxSmall
{
	width: 100px;
}

.ContactFormError
{
	color: Red;
}

.RepairTextBox
{
	width:275px;
}

.justifiedText
{
	width: 100%;
	text-align: justify;
	display: inline;
}

