﻿div.miniformholder
{
	text-align:center;
	color: #fff;
	width: 150px;
	margin-left: 10px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 70%;
}


table.form1col /*ideal for standard table with error message */
{
	border-collapse:collapse;
	width:145px; /*same as with as mainpage in the main.css */
	font-size: 70%; /*percentage of default on page */
	margin:0 5px 0 10px; padding:0;
	border:0;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
}

table.form1col td.label
{
	width:25%;
	padding: 0 5px 0 0;
	font-weight:bold; /*if you want it bold */
	text-align: left;
	color: #fff;
}

table.form1col td.labeltop
{
	width:25%;
	padding: 0 5px 0 0;
	font-weight:bold; /*if you want it bold */
	text-align: right;
	vertical-align:top;
	color: #fff;
}


table.form1col td.fields
{
	width:50%;
	padding: 0 0 3px 0;
/*	font-weight:bold;
	text-align:left;
	font-size:120%; */
}

table.form1col td.error
{
	width:25%;
	padding: 0 0 3px 0;
	font-weight:bold;
	text-align: left;
	vertical-align:bottom;

}


.smallerformtext
{
	font-size:90%;
	text-align:left;
	color:#fff;
	font-weight: bold;
}