﻿
table.form3col /*ideal for standard table with error message */
{
	border-collapse:collapse;
	width:600px; /*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:30%;
	padding: 0 5px 0 0;

	text-align: right;

}

table.form3col td.labeltop
{
	width:30%;
	padding: 0 5px 0 0;

	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:80%;
}

table.form3col td.error
{
	width:20%;
	padding: 0 0 3px 0;
	font-weight:bold;
	text-align: left;
	vertical-align:bottom;

}


.smallerformtext
{
	font-size:140%;
}
