#formboundry {

}

.formcol1 {
	float: left;
	width: 25%;
	height: 20px;
	font-weight: bold;
	padding: 4px 0px 4px 0px;
	text-align: right;
	vertical-align: bottom;
	overflow: hidden;
}

.cleardiv {
	clear: both;
}

.formcol2 {
	float: right;
	width: 70%;
	height: 20px;	
	padding: 4px 0px 4px 0px;
	overflow: hidden;
}

.formcol2textbox {
	clear: right;
	float: right;
	width: 70%;
	padding: 4px 0px 4px 0px;
	overflow: visible;
}

.formcolheader {
	clear: both;
	background-color: #ffcc99;
	padding: 1px 0px 1px 4px;
	border: 1px #CCCCCC solid;
	font-weight: bold;
}

.formcolfull {
	clear: left;
	float: none;
	width: 95%;
	height: 20px;
	padding: 4px 0px 4px 16px;
	font-weight: bold;
	overflow: hidden;
	text-align: center;
}

.formhr {
	float:none;
	width: 87%;
	text-align: left;
}

.formcolnh {
	float: right;
	width: 75%;
	padding: 4px 0px 4px 0px;
	overflow: auto;
}