﻿ .checkoutContainer 
 {

 }
 .stripContainer {
    width:850px;
    z-index: 1000;
    top:0;
    left:0;
 }
 .stepsContainer 
 {
     width: 826px !important;
     border: 1px solid #416094;
     margin-top: -2px;
     z-index: 999;
    top:27px;
    left:0;     
 }
 .stepContainer 
 {
     padding: 20px;
     background: #fff;
 }
 .stepContainer td 
 {
     font-size: 12px;
     color: #333;
 }
 .stepContainer h3
 {
     font-size: 14px;
     font-weight: bold;
     margin-bottom: 12px;
 }
 .stepUserData td 
 {
     padding: 2px 20px 2px 0;
 }
 .btnCell 
 {
     text-align:right;
 }
 .stepButton 
 {
    padding: 10px;
    text-align:right;
    float: right;
 }
 .stepError 
 {
     color: Red;
     padding: 10px 0 10px 20px;
     font-size: 14px;
     background: url(images/error.png) left center no-repeat;
 }
 .clearfix 
 {
     clear:both;
 }
.orderStatus td 
{
    padding: 6px;
}
a.rtsLink 
{
    text-decoration: none !important;
}