html, body
{
	width: 100%;
	height: 100%;
	text-align: center;
	background: #e5e5e5;
}

html, body, div, span, h1, p
{
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	cursor: pointer;
}

/* Layout Styles */

.PageAlign
{
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.HeaderBar
{
    width: 100%;
    height: 64px;
    background: #000000;
}
.Content
{
    width: 100%;
    background: #ffffff;
}
.StepsBar
{
    width: 100%;
    height: 46px;
    max-height: 45px;
    background: #e5e5e5;
    border-bottom: solid 1px #cccccc;
}
.Footer
{
    width: 100%;
    height: 45px;
    background: #e5e5e5 url(../../Images/CheckoutFooterBG.gif) repeat-x left top;
    color: #000000;
    font: normal 10px/46px Arial;
}
.CheckoutText
{
    color: #000000;
    font: normal 11px/13px Verdana, Arial;
}
.CheckoutLoginTable
{
    width: 720px;
    height: 336px;
    background: #ffffff url(../../Images/CheckoutLoginBG.png) no-repeat left top;
}
.SignupBox
{
    width: 199px;
    height: 21px;
    border: solid 1px #94aec5;
    color: #000000;
    font: normal 10px/17px Verdana, Arial;
}
.ForgotLink
{
    color: #721515;
    font: normal 10px/17px Verdana, Arial;
    text-decoration: underline;
}
.TableText
{
    color: #000000;
    font: normal 12px/14px Verdana, Arial;
}
.CheckoutStep1
{
    width: 94px;
    height: 45px;
    background: url(../../Images/CheckoutStep1.gif) no-repeat left top;
    display: block;
    text-decoration: none;
}
.CheckoutStep1_o
{
    width: 94px;
    height: 45px;
    background: url(../../Images/CheckoutStep1_o.gif) no-repeat left top;
    display: block;
    text-decoration: none;
}
.CheckoutStep3
{
    width: 135px;
    height: 45px;
    background: url(../../Images/CheckoutStep2.gif) no-repeat left top;
    display: block;
    text-decoration: none;
}
.CheckoutStep3_o
{
    width: 135px;
    height: 45px;
    background: url(../../Images/CheckoutStep2_o.gif) no-repeat left top;
    display: block;
    text-decoration: none;
}
.CheckoutStep4
{
    width: 129px;
    height: 45px;
    background: url(../../Images/CheckoutStep3.gif) no-repeat left top;
    display: block;
    text-decoration: none;
}
.CheckoutStep4_o
{
    width: 129px;
    height: 45px;
    background: url(../../Images/CheckoutStep3_o.gif) no-repeat left top;
    display: block;
    text-decoration: none;
}
.CheckoutStep5
{
    width: 111px;
    height: 45px;
    background: url(../../Images/CheckoutStep4.gif) no-repeat left top;
    display: block;
    text-decoration: none;
}
.CheckoutStep5_o
{
    width: 111px;
    height: 45px;
    background: url(../../Images/CheckoutStep4_o.gif) no-repeat left top;
    display: block;
    text-decoration: none;
}
.CheckoutAddressText
{
    color: #000000;
    font: normal 11px/17px Verdana, Arial;
}
.CheckoutSummaryText
{
    color: #000000;
    font: normal 10px/12px Verdana, Arial;
}

/* End Layout Styles */

/* Generic Classes */

.CB
{
	clear: both;
}

.CB1
{
	clear: both;
	height: 1px;
	overflow: hidden;
}
.DN
{
	display: none;
}

.FL
{
	float: left;
}

.FR
{
	float: right;
}

.MA
{
	margin-left: auto;
	margin-right: auto;
}

.TC
{
	text-align: center;
}

.TL
{
	text-align: left;
}

.TR
{
	text-align: right;
}

/* End Generic Classes */

.UseVoucherButton
{
	position: relative;
	top: 8px;
}
