.FormTitles {
	position: absolute;
	left: 70px; top: 170px;
	width: 150px; height: 100%;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; font-weight: bold;
	text-align: right;
}

.FormFields {
	position: absolute;
	left: 225px; top: 170px;
	height: 100%;
	z-index:1;
	font-family: Courier;
	font-size: 8pt; font-weight: bold;
}

.ThanksText {
	position: absolute;
	left: 150px; top: 150px; width: 500px;
	font-weight: bold;
	text-align: center;
}

.Red { color: #ff0000; }

