TABLE
{	table-layout: fixed;
}
INPUT,
SELECT,
TEXTAREA
{
	margin: 0px 0px 0px 0px;
	width: 99.9%;
	font-family : verdana, "Times New Roman", Times, serif;
	font-size : 11px;
	color: #000000;
	background-color: #99CEFC;
	
}
.fieldname
{	white-space: nowrap;
	font-family : verdana, "Times New Roman", Times, serif;
	font-size : 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.button
{
	white-space: nowrap;
	font-family : verdana, "Times New Roman", Times, serif;
	font-size : 10px;
	color: #000000;
	font-weight: bold;
	background-color: #CCCCCC;
	margin-top: 2px;
	margin-left: 8px;
}
