/** Minimal Checkout Page Styling **/

#OrderForm_OrderForm{
	clear:left;	
}

/*#RightOrder,
#OrderForm_OrderForm_ShippingHeading {
	display: none;
}*/

/* CheckoutPage form styling */
#LeftOrder,#RightOrder {
	float: left;
	
}
/*	#LeftOrder {width: 50%;}
	#RightOrder {width: 50%;}
	*/
#LeftOrder .CompositeField{
	margin-right:10px;
}
	
#BottomOrder {
	clear: both;
}

	#Checkout form label.left {
		float: left;
		width: 30%;
		font-weight: bold;
	}
	#Checkout form input.nolabel{
		margin-left:30%;
	}
	
	#Checkout form input.text{
		width:50%;
	}

#Checkout form #PaymentMethod li{
	list-style:none;
}
#Checkout form #Amount{
	font-size:1.5em;
}

#Checkout #Notes .middleColumn textarea{
	clear:left;
	width:100%;
	resize: vertical;
}


table.ordercontent{
	width:100%;
}