﻿.Form
{
	background-color: #f3f6f0;
	border: solid 1px transparent !important;
	border: none;
}

.Form .Title
{
	margin: 22px;
	margin-top: 16px;
	/*margin-bottom: 44px;*/
	font-weight: bold;
	font-size: 15px;
}

.Form .Content
{
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 52px;
}

.Form .Intro
{
	font-style: italic;
	margin-bottom: 20px;
	margin-right: 40px;
}

.Form .Message
{
	text-align: center;
	font-style: italic;
	margin-top: 100px;
	margin-bottom: 100px;
	margin-right: 40px;
}

.Form .Errors
{
	background-image: url(../Media/FormRow.jpg);
	font-style: italic;
	font-size: small;
	color: #A00;
	margin-bottom: 20px;	
	padding: 6px;
}

.Form .Errors ul
{
	margin-left: 30px;
}

.Form .Row
{
	background-image: url(../Media/FormRow.jpg);
	padding: 6px;
	height: 25px;
}

.Form .Alt
{
	background-image: none;
}


.Form a:hover .Row
{
	background-image: url(../Media/FormRowHover.jpg);
}

.Form .Label
{
	float: left;
	width: 150px;
	margin-top: 2px;
}

.Form .Value
{
	float: left;
}

.Form .Links
{
	margin-top: 20px;
	margin-left: 20px;
}

.Form .Bottom
{
	text-align: right;
	font-weight: bold;
	margin-right: 30px;
	margin-bottom: 28px;
}

.Form .Bottom a:link, .Form .Bottom a:visited 
{
	color: #800;
}

.Form .Bottom a:hover, .Form .Bottom a:active 
{
	color: #A00;
}


.Form .BigText
{
	font-size: x-large;
}

.Form .Bold
{
	font-weight: bold;
}

.Form .Italic
{
	font-style: italic;
}

.Form .Indented
{
	margin-left: 50px;
}

.Form .Para
{
/*	float: left;*/
	margin-top: 10px;
}

.Form .FooterSpacer
{
	height: 50px;
}