/* CSS Document */
.indexHeight {
	height: 500px;	
}
#upgrade {
	position: relative;
	float: left;
	width: 625px;
	height: 6em;
}
#singleUser {
	position: relative;
	float: left;
	width: 625px;
	height: 4em;
}
#multiUser {
	position: relative;
	/*left: 5px;
	top: 217px;*/
	float: left;
	width: 625px;
	height: 174px;	
}
#topBox {
	position: relative;
	float: left;
	width: 646px;
	height: 14em;
}
#buyBenefits {
	position: relative;
	float: left;
	width: 545px;
	height: 108px;
	/*margin-left: 10px*/
}
#relBoxShot{
	position: relative;
	float: left;
	width: 100px;
	height: 100px;
	background-color: #FFFFFF
}
#buyBenefits li {
	list-style-type: square;
}
#buyTestimonial {
	position: relative;
	float: right;
	width: 14em;
	height: 8em;
	margin-top: .25em
}
#priceTable {
	position: relative;
	float: left;
	width: 11em;
	height: 7em;
	margin-left: 1em
}
#prices {
	position: relative;
	float: right;
	width: 5em;
	height: 7em;
	text-align: right
}
#multiText {
	position: relative;
	float: left;
	width: 20em;
	height: 7em
}	
#quantity {
	position: relative;
	float: right;
	/*top: 200px*/
	width: 150px;
	height: 80px;
}
#purchaseOrder {
	position: absolute;
	left: 0px;
	top: 8em;
	width: 426px;
	height: 60px;
	/*background: url(images/blank_button.jpg) no-repeat*/
}
