﻿body 
{
    font-family:Tahoma, Geneva, Arial, Helvetica;
    font-size: 8pt;
	background:#DCDCDC;
	padding: 0px;
	text-align: center;
	color: #ffffff;
	margin: 0px 0px;
}

.tblPage 
{

}

.tblOrderForm
{
	background:#ffffff;
	color: #000000;
	border-width:2px;
	border-style:outset;
}

.tblOrderComplete
{
	background:#ffffff;
	color: #000000;
	border-width:2px;
	border-style:outset;
}

.tblOrderProcessingPage 
{

}

.tblContactDetails
{
	width:100%;
}

.tblCommunications
{
	width:90%;
}

.tblUpload
{
	width:100%;
}

.tblPayment
{
	width:100%;
}

.tblOrder
{
	width:100%;
}

.tblConfirmation
{
	width:90%;
}

.sectionHeading
{
	font-weight:bold;
	text-align:left;
}

.Heading
{
	font-weight:bold;
	font-size:1.3em;
}

.sectionEntityHeading
{
	color:#666666;
	font-weight:bold;
	width:25%;
	text-align:right;
}

.sectionEntity
{
	width:auto;
	text-align:left;
}

.requiredStar
{
	color:Red;
}

.aspFileUpload
{
	font-size:10pt;
}

.aspButton
{
	font-size:9pt;
	width:100px;
}

.aspTextBox
{
	font-size:10pt;
}

.aspTextBoxQty
{
	font-size:10pt;
	text-align:right;
}

.paymentInfo
{
	color:Blue;
}

