
#RequestForm {
	position: relative;
	width: 600px;
	height: 420px;
}

.PurchaseRow {
	position: relative;
	top: 10px;
	height: 30px;
	width: 500px;
}
.PurchaseCol1 {
	position: absolute;
	width: 200px;
	top: 0px;
	left: 40px;
	float: left;
}
.PurchaseCol2 {
	position: absolute;
	width: 300px;
	top: 0px;
	left: 240px;
}
.PurchaseCol2 input {
	width: 240px;
}
.PurchaseButtons {
	position: relative;
	top:15px;
	left: 150px;
}
.ValidateError {
	color: #FF0000;
	font-weight: bold;
	position: absolute;
	width: 200px;
	top: 0px;
	left: 300px;
	z-index: 1;
}
.PurchaseComments {
	position: relative;
	top: 10px;
	height: 80px;
	width: 500px;
}