﻿.Form
{
	
}

.Form .Row
{
	overflow: hidden;
	margin-bottom: 4px;
	clear: left;
}

.Form .Indented
{
	padding-left: 15px;
}

.Form .Alt
{
	background-color: #eee;
}

.Form .Cell
{
	float: left;
	padding: 4px;
	overflow: hidden;
}

.Form .Label
{
	padding-top: 8px;
}

.Form .MultiLine
{
	height: 125px;
	font-family: Verdana;
	font-size: 12px;
}

.Width25 { width: 25px; }

.Width50 { width: 50px; }

.Width75 { width: 75px; }

.Width100 { width: 100px; }

.Width125 { width: 125px; }

.Width150 { width: 150px; }

.Width175 { width: 175px; }

.Width200 { width: 200px; }

.Width225 { width: 225px; }

.Width250 { width: 250px; }

.Width275 { width: 275px; }

.Width300 { width: 300px; }

.Width325 { width: 325px; }

.Width350 { width: 350px; }

.Width375 { width: 375px; }

.Width400 { width: 400px; }

.Width425 { width: 425px; }

.Width450 { width: 450px; }

.Width475 { width: 475px; }

.Width575 { width: 575px; }


.Form .Button 
{
	float: right;
	color: #000000;
	background-color: #e1e1e2;
	border: 1px solid #b7b7b7;
	margin-left: 15px;
}

.Form .Button a 
{
	display: block;
	padding: 6px 18px 6px 18px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #FFFFFF;
}

.Form .Button a:hover 
{
	background-color: #dfba49;
}

