﻿.Form
{
	background-image: url('images/FeatureBoxFill.png');
	width: 640px;
	margin: auto;
}

.FormTopTitle
{
	font-family: Tahoma;
	font-size: large;
	color: #CCCCCC;
	text-shadow: 2px 2px 2px #000;	
}

.FormLine
{
	clear: both;
}

.FormTitle
{
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 5px;
	color: #CCCCCC;
}
.FormInput
{
	float:left;
	color: #CCCCCC;
}
.FormValidation
{
	float:left;
	color: #CCCCCC;
}
.FormSubmitLine
{
	clear:both;
	padding-left: 155px;
}
.FormSubmitButton
{
}

.FormMessage
{
	margin-left: 50px;
	margin-right: 50px;
}