﻿body
{
	background:url(../../ImagesV3/RegisterBGImage.jpg);
	background-position:center top;
	background-color:Black;
	background-repeat:no-repeat;
	color:#333333;
	font-family:Arial;
	font-size:12px;
	
}
div.PageContent
{
	margin:auto;
	width:920px;
	
}
div.OutsideHeader
{
	width:826px;
	height:188px;
	margin:auto;
	background-image:url(../Images/TopBannerPayment.jpg);
	background-repeat:no-repeat;
	text-align:right;
	
}
p.blurb
{
	color:#333333;
	font-weight:bold;
	font-size:12px;
	
	padding-left:5px;
}
div.ContentPanel
{
	width:714px;
	height:100%;
	padding-left:6px;
	padding-top:5px;
	margin-left:139px;
	z-index:1;
	
	background-color:white;
	/*background-image:url(../Images/footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;*/
	

}
.accordionHeader
{
	background-color:White;
	color:White;
	width:704px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
	height:22px;
	vertical-align:middle;
	padding-top:5px;
	background-repeat:no-repeat;
	background-image:url(../Images/accordion-title.gif);
	z-index:120;
	cursor:pointer;
}
.accordionContent
{
	/*border:solid 2px Black;*/
	background-color:White;
	width:708px;
	/*padding-left:5px;*/
	
}
th
{
	background-color:#CCCCCC;
}
td.orderForm
{
	text-align:center;
	border-bottom:Solid 1px #CCCCCC;
	border-right:Solid 1px #CCCCCC;
}
td.orderFormDescription
{
	border-bottom:Solid 1px #CCCCCC;
	border-right:Solid 1px #CCCCCC;
}
.accordion
{
	
	z-index:122;
	
}
div.footer
{
	margin-left:139px;
}
input.defaultButton
{
	cursor: pointer;
	background-image:url(../Images/btnNormal.jpg);
	width:96px;
	height:20px;
	color:White;
	font-family:Arial;
	font-size:12px;
	text-transform:uppercase;
	border:none;
}
input.defaultButton:Hover
{
	cursor: pointer;
	background-image:url(../Images/btnNormalRoll.jpg);
	width:96px;
	height:20px;
	color:White;
	font-family:Arial;
	font-size:12px;
	text-transform:uppercase;
	border:none;
}
input
{
	border:Solid 1px #333333;
}
select
{
	border:Solid 1px #333333;
}
table.form
{
	width:650px;
}
td.Shipping
{
	border-bottom:Solid 1px Black;
	/*border-right:Solid 1px #333333;*/
}
td.Total
{
	border-bottom:Solid 1px Black;
	text-transform:uppercase;
	/*border-right:Solid 1px #333333;*/
}