#wrap {

font-size: 87%;
padding:  0 30px 20px 30px;
color: #ccc;
font-weight: lighter;
line-height: 1.4em;
}

.pricing table {
        font-family: "Lucida Grande", Arial, Helvetica;
        border: 0;
        margin: 0;
        padding: 0 0 20px 0;
}

.pricing th {
        font-size: 12px;
        font-style: normal;
        line-height: normal;
        font-variant: normal;
        text-decoration: none;
        text-align: left;
        color: #ffffff;
        border: 0;
        margin:0;
        background-color: #000;
        padding: 5px 0px;
}
.pricing td {
        font-size: 12px;
        font-style: normal;
        line-height: normal;
        font-variant: normal;
        text-decoration: none;
        color: #cccccc;
        border: 0;
        margin:0;
        background-color: #EAEAEA;
        padding: 10px 20px;
        background-image: url(images/tabletopbg.gif);
}

.warning {
        background: #AC1318;
        color: #fff;
        padding: 15px 25px;
        font-size: 80%;
        font-weight: normal;

}

