form, input, select {
}

#order-form {
	width:100%;
}

#order-form fieldset {
	width:100%;
	margin-bottom:3px;
	border:none;
}
#order-form label.orderInfo {
	width:58%;
	display:block;
	float:left;
	margin-left:70px;
}

#order-form select.product-quantity, #order-form span.fieldPlacement {
	width:10%;
	display:block;
	float:left;
}
select.product-quantity {
	background-color:#4B4B4B;
	color:white;
	border:1px solid #4B4B4B;
}

#order-form span , #order-form #order-subTotal, #order-form #order-total {
	width:13%;
	display:block;
	float:left;
}
