﻿#divCreateOrderPageHeading
{
	clear:both;
	float:left;
	margin-bottom: 20px;
	margin-right: -1;
}
#divCreateOrderPageTitle
{
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	vertical-align: top;
	padding-bottom:7px;
	border-bottom: #000000 1px solid;
	margin-bottom:10px;
	width:565px;
}
#divCreateOrderPageDivider{display:none;}
#divCreateOrderPageInstruction
{
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 5px;
}


#divBillingAddress
{
	float:left;
	clear:none;
	background-color: #eef4f4;
	padding: 5px;
	border-right: #666666 1px dashed;
	border-top: #666666 1px dashed;
	border-left: #666666 1px dashed;
	border-bottom: #666666 1px dashed;
	width:260px;
	height:450px;
}

#divShippingAddress
{
	float:left;
	clear:none;
	background-color: #eef4f4;
	padding: 5px;
	border-right: #666666 1px dashed;
	border-top: #666666 1px dashed;
	border-left: #666666 1px dashed;
	border-bottom: #666666 1px dashed;
	width:260px;
	margin-left:5px;
	height:450px;
}

#divCreateOrderPageNextButton
{
	clear: none;
	float: right;
	margin: 20px 5px;
}
#divCreateOrderPageBackButton
{
	clear: none;
	float: right;
	margin: 20px 5px;
}

#divNextClickResponse
{
	clear: both;
	float: right;
	width:200px;
	margin: 20px 5px;
}