.greySignupButton {
    width: 385px;
    height: 45px;
    background: url("/image/big_button_width_385.gif") no-repeat;
    text-align: center;
    padding-top: 7px;
}

.greySignupButton a {
    color: #5D9119;
    font-size: 24px;
    line-height: 28px;
    font-family: Georgia, serif;
    text-decoration: none;
}

.greySignupButton a:link {
    text-decoration: none;
}

.greySignupButton a:visited {
    text-decoration: none;
}

.greySignupButton a:hover {
    text-decoration: underline;
}

.pricingSignupButton {
    height: 45px;
    background: transparent url('/image/grey_button_left_part.gif') no-repeat;
    text-align: center;
    padding:0;
    margin:0;
    border:none;
}

.pricingSignupButton a {
    color: #5D9119;
    font-size: 24px;
    line-height: 28px;
    font-family: Georgia, serif;
    text-decoration: none;
}

.pricingSignupButton .leftPart {
    padding: 7px 30px 0 30px;
}

.pricingSignupButton .rightPart {
    width: 3px;
    height: 45px;
    background: transparent url('/image/grey_button_right_part.gif') no-repeat scroll top right;
}

.pricingSignupButton a:link {
    text-decoration: none;
}

.pricingSignupButton a:visited {
    text-decoration: none;
}

.pricingSignupButton a:hover {
    text-decoration: underline;
}

#questionAnswer {
    margin-top: 25px;
}

#questionAnswer td {
    width: 455px;
    color: black;
    font-family: Verdana, Arial, 'Trebuchet MS', Geneva, sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding-top: 15px;
}

#questionAnswer td.separator {
    width: 40px;
}

#questionAnswer .question {
    color: black;
    font-size: 12px;
    font-weight: bold;
}

#contactUs {
    background-color: #F7F7F7;
    clear: left;
    font-family: Verdana, Arial, 'Trebuchet MS', Geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

#contactUs .text {
    width: 850px;
    position: relative;
    top: -30px;
    left: 100px;
    text-indent: 0;
}

#contactUs .image {
    position: relative;
    top: -11px;
    left: 32px;
}

table#licensesFeatures {
    border-collapse: collapse;
    table-layout: fixed;
}

table#licensesFeatures .viewers, table#licensesFeatures .licenses, table#licensesFeatures .features {
    width: 244px;
}

table#licensesFeatures .viewers {
    background-color: #F5F6EA;
    border-left: 1px solid #CCDBD3;
    border-right: 1px solid #CCDBD3;
}

table#licensesFeatures .viewers.first {
    border-top: 1px solid #CCDBD3;
}

table#licensesFeatures .viewers.last {
    border-bottom: 1px solid #CCDBD3;
    padding-bottom: 5px;
}

table#licensesFeatures .licenses, table#licensesFeatures .features {
    background-color: #F6F6F6;
    border: 1px solid #F6F6F6;
}

table#licensesFeatures .separator {
    background-color: white;
    width: 5px;
}

table#licensesFeatures .features {
    width: 200px;
    background-color: #F6F6F6;
    border: #F6F6F6 solid 1px;
}

#licensesFeatures .spacer {
    width: 5px;
}

#licensesFeatures .features table td {
    padding: 10px 15px 5px 15px;
}

table#licensesFeatures .greenLine, table#licensesFeatures .greyLine {
    margin: 10px 5px 0 15px;
    height: 1px;
    font-size: 0;
    padding-bottom: 7px;
}

table#licensesFeatures .greenLine {
    border-top: 1px solid #D9E4C4;
}

table#licensesFeatures .greyLine {
    border-top: 1px solid #CCCCCC;
}

#licensesFeatures .licenseTitle {
    color: black;
    font-family: Georgia, serif;
    font-size: 24px;
    line-height: 25px;
    margin: 13px 5px 0 15px;
}

#licensesFeatures .licensePrice {
    color: #5D9119;
    font-family: Georgia, serif;
    font-size: 36px;
    line-height: 40px;
    margin: 0 5px 0 15px;
}

#licensesFeatures .licenseDesc {
    line-height: 21px;
    margin: 0 5px 0 15px;
}

#licensesFeatures .licenseInfo {
    width: 215px;;
    line-height: 12px;
    margin: 7px 0 0 15px;
}

#licensesFeatures .licensePrice sup {
    color: #5D9119;
    font-family: Georgia, serif;
    font-size: 18px;
}

#licensesFeatures .licensePrice .period {
    color: black;
    font-family: Verdana, Arial, 'Trebuchet MS', Geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

#licensesFeatures .licenseInfo .info {
    font-weight: bold;
}

#licensesFeatures .licenseInfo .infoIcon {
    cursor: pointer;
}

table.popup td.contentbody {
    font-size: 12px;
}

table.popup td.contentbody .content {
    padding: 10px;
}

table.popup td.contentbody ul {
    margin-left: 20px;
}

table.popup td.contentbody ul li {
    list-style-type: disc;
}