﻿.NameLabel ,.PhoneLabel ,.StateaddressLabel ,.EmailaddressLabel ,.CityLabel ,.StateLabel ,.ZipcodeLabel ,
.NameTextBox ,.PhoneTextBox ,.StateTextBox ,.EmailaddressTextBox ,.CityTextBox ,.StateaddressTextBox ,.ZipcodeTextBox,
.CommentsLabel ,.CommentsTextBox, .ContactUsSendButton ,.NameValidator,.EmailRequiredValidator, .EmailValidValidator,
.ReturnToHome  
{
	position:absolute;
}

.NameLabel 
{
	top:350px;
	}
.PhoneLabel 
{
	top:385px;
	}
.StateaddressLabel 
{
	top:420px;
	}

.CityLabel 
{
	top:455px;
	}
.StateLabel 
{
	top:490px;
	}
.ZipcodeLabel 
{
	top:520px;
	}
.EmailaddressLabel 
{
	top:470px;
	left:300px;
	}
.CommentsLabel 
{
	top:350px;
	left:300px;
	}

.NameTextBox 
{
	top:350px;
	left:120px;
	}
.NameValidator 
{
	top:350px;
	left:280px;
	color:Red;
}
.PhoneTextBox 
{
	top:385px;
	left:120px;
	}
.StateaddressTextBox 
{
	top:420px;
	left:120px;
	}

.CityTextBox 
{
	top:455px;
	left:120px;
	}
.StateTextBox 
{
	top:490px;
	left:120px;
	}
.ZipcodeTextBox 
{
	top:520px;
	left:120px;
	}
.EmailaddressTextBox 
{
	top:490px;
	left:300px;
	width:350px;
	}
.EmailRequiredValidator
{
	top:490px;
	left:659px;
	color:Red;
}
.EmailValidValidator 
{
	top:490px;
	left:662px;
	color:Red;
}
.CommentsTextBox 
{
	top:380px;
	left:300px;
	width:350px;
	height:75px;
	}
	
.ContactUsSendButton 
{
	top:520px;
	left:300px;
	width:50px;
}
.ReturnToHome 
{
	top:320px;
}
