.lblSuccess {
    border: 1px solid #9FC;
    background-color: #DFD;
    padding: 10px 5px;
    margin-bottom: 0px;
    color: #060;
    font-size: 0.9em;
    line-height: 1.6em;
    display: none;
	width:948px;
}

.lblSummary {
    border: 1px solid #F9C;
    background-color: #FDD;
    padding: 10px 5px;
    margin-bottom: 0px;
    color: #600;
    font-size: 0.9em;
    line-height: 1.6em;
	width: 948px ;
}

.lblSummary ul {
    list-style-type: none;
    color: #600;
    margin: 0px 0px 0px 0px
}

.checkout-full {
	padding:10px;
	border:1px solid #ACC;
	float:left;
	width:938px;
	margin-top: 16px;
}

.checkout-left {
    width: 450px;
    margin-right: 16px;
    padding:10px;
	border:1px solid #ACC;
	float:left;
	margin-top: 15px;
}

.checkout-right {
    width: 450px;
    padding:10px;
	border:1px solid #ACC;
	float:left;
	margin-top: 15px;
}

.checkout-address {
    height: 300px;
}

.checkout-address h2 {
    margin: 0px;
    padding: 0px 0px 10px 0px;
}

.checkout-text {
    width: 235px;
    margin-bottom: 3px;
    vertical-align: middle;
}

.checkout-label {
    width: 90px;
    float:left;
    display: block;    
}

.checkout-btn {
    background: transparent url(/images/bg-btncheckout2.gif) no-repeat center center;
	border: 0px;
	color: #000;
	font-family: arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
	font-size: 1em;
	font-weight: bold;
	height: 22px;
	width: 120px;
	cursor: pointer;
}

.checkout-boxed {
    border: 1px solid #ccf;
    background: #eef;
    font-size: 0.9em;
    padding: 2px 5px;
    margin: 15px 0px 0px 0px;
}

.checkout-half {
    width: 480px;
    float: left;
}

    .checkout-half label {
        width: 200px;
        display: block;
        float: left;
       margin-top: 7px;
    }
    
    .checkout-half input {
       width: 200px;
       margin-top: 5px;
    }
    
    .checkout-half select {
       vertical-align: bottom;
       width: 204px;
       margin-top: 5px;
    }
    
    .checkout-half #ctl00_main_chkUseBilling {
       width: 20px;
       margin-top: 0px;
    }
    
.std-btn {
    padding: 2px 5px;
    cursor: pointer;
}
    
.checkout-btns {
    float: left;
    margin-top: 10px;
}

.checkout-table {
    float: right;  
    border-collapse:collapse; 
    margin-bottom: 20px;
}

.checkout-full h2 {
    margin: 0px;
    padding: 0px 0px 5px 0px;
}

    .hfrt {
        width: 50%;
        margin-top: 20px;
        float: right;
    }
    
    .checkout-table .allt {
        text-align: left;
        width: 500px;
    }

    .checkout-table .alrt {
        text-align: right;
    }
    
    .checkout-table .tlli {
        padding: 0px 0px 3px 0px;
        border-bottom: 1px dotted #ccc;
    }
    
    .checkout-table .tlbg {
        font-size: 1.0em;
    }  

    .checkout-table th {
        font-weight: bold;
        text-align: center;
        font-size: 0.8em;
        border-bottom: 1px dotted #ccc;
        padding: 0px 0px 5px 0px;
    }

    .checkout-table td {
        text-align: center;
        font-size: 0.8em;
        vertical-align: top;
        border-top: 1px solid #ddd;
        border-bottom:1px solid #ddd;
        padding: 2px 0px;
    }