﻿<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<link rel="stylesheet" type="text/css" href="Styles/main.css">
<link rel="stylesheet" type="text/css" href="Styles/contactform30.css">

table.form3col /*ideal for standard table with error message */
{
	border-collapse:collapse;
	width:360px; /*same as with as mainpage in the main.css */
	font-size: 65%; /*percentage of default on page */
	margin:0; padding:0;
	border:0;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
}

table.form3col td.label
{
	width:25%;
	padding: 0 5px 0 0;
	/*font-weight:bold; if you want it bold */
	text-align: right;

}

table.form3col td.labeltop
{
	width:25%;
	padding: 0 5px 0 0;
	/*font-weight:bold; if you want it bold */
	text-align: right;
	vertical-align:top;
}


table.form3col td.fields
{
	width:50%;
	padding: 0 0 3px 0;
	/*font-weight:bold;*/
	text-align:left;
	font-size:70%;
}

table.form3col td.error
{
	width:25%;
	padding: 0 0 3px 0;
	font-weight:bold;
	text-align: left;
	vertical-align:bottom;

}


.smallerformtext
{
	font-size:140%;
}