﻿html
{
	margin:0;
	padding:0;
}

body
{
	margin:0;
	padding:0;
	font-family: Arial, Sans-Serif;
	background-color:#ededed;
}

img, div, input { behavior: url("iepngfix.htc") }

.FormHeader
{
	background-image:url('/images/FormHeaderBG.png');
	background-repeat:repeat-x;
	background-position:left top;
	height:61px;
	color:White;
	margin:0;
	padding:0;
}

.FormHeader h1
{
	margin:0;
	padding:10px 0 0 20px;
	font-size:24pt;
	font-weight:bold;
}

.fieldHolder1
{
	width: 213px;
	height: 36px;
	background: url('/images/formfield1.png') no-repeat;
	float: left;
}

.textInput1
{
	width: 199px;
	height: 28px;
	font-size: 14pt;
	background: none;
	border: none;
	color: #000000;
	margin-top: 4px;
	margin-left: 7px;
}

.fieldHolder2
{
	width: 182px;
	height: 36px;
	background: url('/images/formfield2.png') no-repeat;
	float: left;
}

.textInput2
{
	width: 168px;
	height: 28px;
	font-size: 14pt;
	background: none;
	border: none;
	color: #000000;
	margin-top: 4px;
	margin-left: 7px;
}

.fieldHolder3
{
	width: 262px;
	height: 36px;
	background: url('/images/formfield3.png') no-repeat;
	float: left;
}

.textInput3
{
	width: 248px;
	height: 28px;
	font-size: 14pt;
	background: none;
	border: none;
	color: #000000;
	margin-top: 4px;
	margin-left: 7px;
}

.fieldHolder4
{
	width: 262px;
	height: 138px;
	background: url('/images/formfield4.png') no-repeat;
	float: left;
}

.textInput4
{
	width: 248px;
	height: 126px;
	font-size: 14pt;
	background: none;
	border: none;
	color: #000000;
	margin-top: 4px;
	margin-left: 7px;
}

.required
{
	color:Red;
}