label {
	float: left;
	width: 360px; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	margin-bottom: 8px;
	display: block;
	padding-right: 8px;
	padding-top: 4px;
	font-weight: bold;
}
#FormFields {
	float: left;
	width: 600px;
	margin-bottom: 8px;
}
#FormFieldComments {
	float: left;
	width: 600px;
	margin-bottom: 8px;
	padding-bottom: 4px;
}
#LicenseBox {
	padding-bottom: 10px;
	padding-left: 80px;
}
.LicenseBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	height: 100px;
	width: 800px;
}
#AgreeLicense {
	padding-left: 75px;
}
#ButtonArea {
	text-align: center;
}
.OrangeBtnLarge {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color: #fe880a;
	background-image: url(http://www.hobeze.com/images/btnLargeBg.png);
	height: 29px;
	border: 1px solid #000;
}
form {
	margin: 0px;
	padding: 0px;
}
