table.tooltip {
    width: 400px;
}

table.pricing {
    text-align: center;
    font-weight: bold;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: Arial, Verdana, 'Trebuchet MS', Geneva, sans-serif;
    font-size: 12px;
    margin: 0 auto;
}

table.pricing .header {
    font-weight: normal;
    font-family: Verdana;

}

table.pricing .header p.price {
    padding-bottom: 3px;
}

table.pricing .header p.price strong {
   font-size: 14px;
}
table.pricing .header h1 {
    color: #333;
    font-size: 22px;
    line-height: 22px;
}

div.normal {
    font-weight: normal;
}

img.tip {
    height: 14px;
    width: 14px;
    margin-left: 2px;
}

div.biggreenbutton {
    padding-top: 10px;
    margin: 0 auto;
    width: 199px;
    height: 43px;
    background-image: url( "../image/big_green_button.png" );
    color: white;
    font-size: 16px;
    font-family: Arial, sans-serif, Verdana;
}

div.biggreenbutton div.upgrade {
    margin-top: 7px;
}

div.biggreenbutton div.normal {
    font-size: 13px;
    font-weight: bold;
}

a.biggreenbutton {
    text-decoration: none;
    cursor: pointer;
}

table.pricing td {
    width: 185px;;
    padding: 8px 0 8px 0;
    background: #f7f7f7;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
}

table.pricing td.title {
    padding: 10px 5px 10px 15px;
    background: #e9e9e9;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana;
}

table.pricing td.header {
    background: none;
}
table.pricing .error td{
    background: #fff8e6;
}

table.pricing .error{
    background: #fff8e6;
}

table.pricing td.space {
    width: 2px;
    background: none;
}

table.pricing td.last {
    border-bottom: none;
}

div.plan {
    color: #50BE00;
    font-weight: bold;
    font-size: 16px;
}

div.info {
    text-align: justify;
}

div.greyAdvert {
    background-color: #f7f7f7;
    padding: 5px 40px;
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
}

div.greyAdvert .boldText {
    font-size: 16px;
    font-weight: bold;
}

div.greyAdvert div.advert {
    text-align: center;
    font-weight: normal;
}

div.advert {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: justify;
}

.field_error_message {
    color: #cf432a;
    padding-top: 3px;
    display: block;
}
table.pricing td.headertop{
    background-color:#e4e9ee;
    font-family:Georgia;
    vertical-align:top;
    padding:0;
    font-weight:normal;
}

.pricing_table_top{
    background:#e4e9ee url("/img/pricing_table_top.png") no-repeat;
    width:185px;
    height:45px;
}
.pricing_table_top p{
    color:#f58220;
    font-size:17px;
    line-height:19px;
}
.headertop h1{
    color:#000;
    font-size:22px;
    margin-top:15px;
}
.headertop .price{
    font-family:Verdana;
    font-size:12px;
}
.headertop .price strong{
    font-family:Georgia;
    font-size:16px;
}
.headertop .quot{
    font-family:Verdana;
    font-size:11px;
    line-height:14px;
}
.headertop .quottop{
    padding-top:8px; 
}
.headertop p.signup{
    padding:10px 0;
    font-size:18px;
}