﻿/* FormStyles.css */

body 
{
	margin: 0px;
	padding: 0px;
	background-color: #005c9a;
	color: White;
}

body, input, select, textarea
{
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 12pt;
}

a
{
    text-decoration: none;
    color: #FFFF00;
}

a:hover
{
    text-decoration: underline;
}

table.Form
{
	border-collapse: collapse;
	border-width: 0px;
}

table.Form td
{
	text-align: left;
	padding-left: 5px;
}

table.Form td:first-child
{
	text-align: right;
	padding-left: 0px;
}

.Req
{
	color: #FF0000;
}

.Email, .Addr
{
	width: 100%;
}

.Name
{
	width: 190px;
}

.State
{
	width: 100%;
}

.Zip
{
	width: 90px;
}

.Msg
{
	width: 99%;
	height: 100px;
}
