
/* Check Out */
span.CheckOutPreviousSteps{
	font-size:11px;
	font-family:"Arial";
	color:#FF0000;
	font-weight:normal;
	text-decoration:none;
	line-height:19px;
}
span.CheckOutCurrentStep{
	font-size:11px;
	font-family:"Arial";
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
	line-height:19px;
}
span.CheckOutNextSteps{
	font-size:11px;
	font-family:"Arial";
	color:#d2cbc7;
	font-weight:normal;
	text-decoration:none;
	line-height:19px;
}
span.CheckOutStepDevider{
	font-size:11px;
	font-family:"Arial";
	color:#A59993;
	font-weight:normal;
	text-decoration:none;
	line-height:19px;
	margin-left:5px;
	margin-right:5px;
}
/* Check Out -> Billing */
div.billingPage{
	margin-left:65px;
	margin-top:5px;
}
div.billing{
	height:25px;
}
input.billing{
	border: 1px solid #FFFFFF;
	width:200px;
	height:15px;
	font-family: "Arial";
	color:#000000;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
	margin-left:130px;
}
input.billing_error{
	border: 1px solid #FF0000;
	width:200px;
	height:15px;
	font-family: "Arial";
	color:#666666;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
	margin-left:130px;
}
select.billing{
	border: 1px solid #666666;
	height:15px;
	font-family: "Arial";
	color:#666666;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
	margin-left:130px;
}
div#BillingError{
	font-family: "Arial";
	color:#CC0000;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
	height:30px;
}
span.billingLabel{
	font-family: "Arial";
	color:#d2cbc7;
	font-weight: normal; 
	font-size: 12px; 
	text-decoration:none;
	position:absolute;
}
a.billingSubmit{
	font-family: "Arial";
	color:#d2cbc7;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:none;
}
a.billingSubmit:hover{
	font-family: "Arial";
	color:#FF0000;
	font-weight: bold; 
	font-size: 12px; 
	text-decoration:underline;
}