#plansPanel {
    padding: 15px 60px;
    width: 748px;
}


#plansPanel table {
    width: 100%;
    text-align: center;
}
#plansPanel td {
    width: 110px;
}
#plansPanel .descCol {
    width: 418px;
    text-align: left;
}

#planNames {
    font-family: 'Droid Sans', arial, serif;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    text-shadow: 1px 1px 0px #fff;
}

.planTable {
    margin: 10px 0;
    background-color: #fff;
    font-weight: bold;
    font-size: 12px;
    position: relative;
    border: solid 1px #c4c4c4;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.planTable table {
    background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    z-index: 2;
}
.planTable td {
    line-height: 26px;
    border-top: solid 1px #e4e4e4;
}
.planTable .descCol {
    width: 406px;
    padding-left: 9px;
}
.planTable tr.first td {
    border-top: none;
}
.planTable em {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.planTable span {
    display: block;
    width: 25px;
    height: 19px;
    margin: 0 auto;
    text-indent: -8000px;
    background: url(../img/packageTicks.png) no-repeat right top;
}
.planTable span.no {
    background-position: left top;
}
.tableBg {
    position: absolute;
    z-index: 1;
    right: -5px;
    bottom: -5px;
    width: 100%;
    height: 100%;
    background-color: #d1d1d1;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.descCol#setupInfo {
    font-weight: bold;
    text-align: center;
    padding-top: 6px;
}
table .button {
    float: none;
    width: 90px;
    padding-left: 0;
    padding-right: 0;
    margin: 7px auto 0 auto;
}

#plansPanel p {
    text-align: left;
    margin-top: 3em;
    line-height:1.4em;
}

#planNotification {
    display: none;
}
#planNotification td {
    padding-top: 15px;
    font-weight: bold;
}
#planNotification img {
    margin-bottom: -3px;
}
#planNotification em {
    color: #ce0a0a;
    font-weight: bold;
}