﻿#divBillingInformation {
    width:  400px;
    margin: 0 auto;
}

.billinginfo_row {
    padding-bottom: 10px;
}

.billinginfo_fieldtitle {
    width: 150px;
    float: left;
    font-weight: bold;
    padding-top: 3px;
}
 
.billinginfo_fieldvalue {
    float: left;
}
