﻿
table.form3col /*ideal for standard table with error message */
{
	border-collapse:collapse;
	width:500px; /*same as with as mainpage in the main.css */
	font-size: 80%; /*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:100%;
}

table.form3col td.error
{
	width:25%;
	padding: 0 0 3px 0;
	font-weight:bold;
	text-align: left;
	vertical-align:bottom;

}

table.form3col td.bodytext
{
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	color:#000;
	font-size:120%;
	margin-top: 10px;
	line-height: 1.5;	
}

table.form3col td.bodytext p
{
	padding: 0 0 0 55px;
}

.smallerformtext
{
	font-size:90%;
}