/* form element styles */

table.formTable
{
	table-layout:fixed;
	width:100%;
	
	border-width:0px;
}
table.formTable td, table.formTable th
{
	padding:0px 5px 5px 0px;
	
	border-width:0px;
}
table.formTable tr > td:first-child, table.formTable tr > th:first-child
{
	width:10em;
}
table.formTable tr > td:first-child + td, table.formTable tr > th:first-child + th
{
	/* placeholder */
	/* width:18em; */
}

.formField5
{
	width:2.5em;
}
.formField7
{
	width:3.5em;
}
.formField10
{
	width:6em;
}
.formField20
{
	width:10em;
}
.formField30
{
	width:15em;
}
.formField50
{
	width:25em;
}