﻿body {
}
#OrderFormDIV
{
	text-align: right;
	width: 860px;
	float: right;
	padding-right: 10px;
}
#ValidationSummaryDIV
{
	float: right;
	text-align: right;
	width: 200px;
	z-index: 99;
	margin-right: 7px;
}
#ValidationSummaryDIV ul
{
	border-style: dashed none dashed none;
	border-width: thin;
	border-color: #666666;
	background-color: #FFFFFF;
}

#OrderItemDIV
{
	position: relative !important;
	bottom: 1px;
	float: right;
	right: 86px;
	text-align: right;
	overflow: auto;
	width: 250px;
	height: 278px;
	vertical-align: bottom;
}
#OrderFormFirstPartDIV
{
	float: right;
	padding-right: 7px;
}
#OrderFormSecondPartDIV
{
	float: right;
	padding-right: 7px;
}
#OrderFormTitleDIV
{
	vertical-align: middle;
	text-align: center;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#CompleteOrderDetailsDIV
{
	text-align: right;
	width: 350px;
}
#orderByPhoneDIV
{
	padding: 1px 4px 1px 4px;
	border-width: thin;
	border-color: #333333;
	float: left;
	font-size: small;
	border-bottom-style: dotted;
	color: #A03207;
	font-weight: bolder;
	border-right-style: dotted;
}
#QuickOrderButtonDIV
{
	border-style: none;
	margin-top: 23px;
	margin-left: 9px;
}
.buttonStyle
{
	padding: 2px 15px 2px 15px;
	background-position: right;
	border: 2px dotted;
	background-image: url(           '../../images/flower1.gif' );
	background-repeat: no-repeat;
	font-weight: bold;
	color: #A03207;
}
.buttonStyle:hover
{
	font-weight: bold;
	padding: 2px 15px 2px 15px;
	background-position: left;
	background-image: url(         '../../images/flower1.gif' );
	background-repeat: no-repeat;
	border: 2px dotted;
	cursor: pointer;
	color: #CC0000;
	background-color: #FFFFFF;
}
