﻿
table.form3col /*ideal for standard table with error message */
{
	border-collapse:collapse;
	width:610px; /*same as with as mainpage in the main.css */
	font-size: 70%; /*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;
}

table.form3col td.error
{
	width:25%;
	padding: 0 0 3px 0;
	font-weight:bold;
	text-align: left;
	vertical-align:bottom;
	color:red;
}

.smallerformtext
{

	text-align:left;
	font-weight:normal;
}
