#checkoutLeft
{
	float:left;
	width: 330px;
	margin-right: 10px;
	padding-right: 10px;
}

#checkoutRight
{
	float: left;
	width: 275px;
}

#checkoutLeft .textInput {
	color: #333;
	line-height: 1em !important;
}

#checkoutLeft .textInput, .textArea {
	border: 1px solid #999;
	padding: 4px;
}

#checkoutLeft select
{
	color: #333;
	line-height: 1em !important;
	border: 1px solid #999;
	padding: 4px;
}

#checkoutLeft p img
{
	float: left;
}

#checkoutLeft p
{
	line-height: 120%;
}

#AddressLabel {
	font-weight:bold;
	color: #666666;
	padding-bottom: 5px;
}
