body {
   font-family:Arial, Verdana, Geneva, Arial Unicode MS;
   margin-top:0px;
}
.build 
{
	background-color:#cccccc;
	overflow:hidden;
}
.construct 
{
	width:750px;
	background-color:#cccccc;
	border:0;
	padding:10px;
	margin:0 auto;
	clear:both;
}

.construct div.row 
{
	padding-top:5px;
}
.construct div.row span.label 
{
	float:left;
	width:150px;
	text-align:right;
	vertical-align:top;
}

.construct div.row span.labelleft 
{
	float:left;
	width:75px;
	text-align:left;
	vertical-align:top;
}

.construct div.row span.formw 
{
	float:right;
	width:600px;
	text-align:left;
	vertical-align:top;
}

.construct div.row span.formwleft 
{
	float:left;
	width:600px;
	text-align:left;
	vertical-align:top;
}

.construct div.row span.formweleft 
{
	float:left;
	width:75px;
	text-align:left;
	vertical-align:top;
}

.construct div.row span.shortlabel 
{
	float:left;
	width:140px;
	vertical-align:top;
	text-align:right;
	display:inline;
}
.construct div.row span.shortformw 
{
	float:right;
	width:590px;
	vertical-align:top;
	display:inline;
}

.genconstruct 
{
	width:730px;
	background-color:#cccccc;
	border:0;
	margin:0 auto;
	padding:10px;
	clear:both;
}
div.gen 
{
	padding-top:10px;
}
.genconstruct div.row div.genlabel
{
	text-align:left;
	float:left;
	width:580px;
}
.genconstruct div.row div.genformw
{
	text-align:left;
	float:left;
	width:730px;
}
.tbgenerated 
{
	width:500px;
}
.hlibutton
{
	border:0;
	width:16px;
	height:16px;
	padding-right:5px;
}
.lblpadded 
{
	padding-right:5px;
}
.lblgen
{
	background-color:HighlightTxt;
	color:black;
	font-weight:bold;
}

.title
{
	font-size:x-large;
	font-weight:bold;
}

