﻿body {
}
#im1
{
    float:left ;
    margin-right:10px
}
#priceTab
{
    border-collapse: collapse;
}
#priceTab th
{
    color: white;
    background-repeat: no-repeat;
    padding: 0px;
}
#priceTab td
{
    border-right: thin dotted;
    border-top: thin dotted;
    border-left: thin dotted;
    border-bottom: thin dotted;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 11px;
    background-color: #EEEEEE;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

#priceTab .num
{
    text-align: right;
}
#priceTab .small
{
    font-size: 11px;
    font-style: italic;
}
#addressBar
{
    float: left;
}
#domainPricing
{
    width: 100%;
}
