﻿#divCreateOrderPageHeading
{
	clear:both;
	float:left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: -1;
}
#divCreateOrderPageTitle
{
	font-weight: bold;
	font-size: 1.4em;
	color: #A57B27;
}
#divCreateOrderPageDivider{}
#divCreateOrderPageInstruction
{
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 5px;
}


#divBillingAddress
{
	float:left;
	clear:none;
	background-color: #FFEEEE;
	padding: 5px;
	border-right: #A57B27 1px dashed;
	border-top: #A57B27 1px dashed;
	border-left: #A57B27 1px dashed;
	border-bottom: #A57B27 1px dashed;
	width:260px;
	margin-left:5px;
	height:450px;
}

#divShippingAddress
{
	float:left;
	clear:none;
	background-color: #FFEEEE;
	padding: 5px;
	border-right: #A57B27 1px dashed;
	border-top: #A57B27 1px dashed;
	border-left: #A57B27 1px dashed;
	border-bottom: #A57B27 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;
}