﻿#BoxAroundPrice 
{
    width:150px; 
    height:85px;
}

#BoxAroundBillingDetails 
{
    width:435px; 
    height:440px;
}

#BoxAroundMemberDetails
{
    width:435px; 
    height:440px;
}

.BoxAroundEachPriceOrBilling
{
    clear:both; 
    padding-top:7px;
}

.PriceLeft 
{
    width:75px; 
    float:left;
}

.PriceRight 
{
    width:75px; 
    float:right;
}

.BillingLeft
{
    width: 85px;
    float: left;
    text-align: right;
}

.BillingRight 
{
    width:345px; 
    float:right;
}
