* html body{
    font-size: 12px;
}
/* "fallback" links for non-CSS supporting browsers. */
.fallback {
    display: none;
}

/* Here's our default note styles. */
.notedefault, .notenested {
    position: absolute;
    visibility: inherit;
    top: 1.5em;
    left: 2em;
    width: 275px;
}
.notedefault {
    padding: 5px;
    border: 1px solid #999;
    background-color: #fff;
    color: #333;
}
.notenested {
    width: 200px;
    padding: 3px;
    border: 1px solid #963;
    background-color: #fff;
    color: #333;;
}

/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
    margin-left: 5px;
    margin-top: 15px;
}

/* Headings within notes */
.notedefault h5 {
    margin: 0 0 5px 0;
    padding: 5px;
    background-color: #12536f;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

/* Note close marker is only shown within pinned notes. */
.note-close {
    float: right;
    margin-top: 2px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    color: black;
    text-decoration: none;
    visibility: hidden
}
.snb-pinned .note-close {
    visibility: inherit;
}


#pricing_plans {
    margin: 0;
    padding: 0 0 20px 0;
}
.pricing_plan {
    display: block;
    float: left;
    line-height: 24px;
    padding: 0;
    margin: 0;
    position: relative;
    width: 900px;
}
.pricing_plan-free, .pricing_plan-individual, .pricing_plan-business {
    width: 280px;
    border-right: 1px #DDD dotted;
    padding: 0 10px;
    /*overflow: hidden;*/
}
.pricing_plan-free, .pricing_plan-individual, .pricing_plan-business {
    *width: 276px;
}

.pricing_plan-free { padding-left: 0; }
.pricing_plan-business { padding-right: 0; }

.pricing_plan-title {
    color: #1D7ABF;
    font-size: 24px;
    margin-bottom: 5px;
    padding-left: 5px;
}
.pricing_plan-price {
    font-size: 15px;
    padding-left: 5px;
}
.pricing_plan p {
    border-top: 1px solid #DDD;
    color: #999;
    font-style: italic;
    line-height: 16px;
    margin-top: 7px;
    padding: 7px 0 0px 0;
}
.pricing_plan-options {
    color: #666;
    list-style: disc;
    margin-left: 0px;
    padding: 0 0 0 15px;
}
.pricing_plan-options a img {
    border: none;
    padding-left: 8px;
}


.highlight {
    background-color: #FFB;
}

.pricing_plan-button {
    background: url(/overview/images/signup-today.jpg) 0 0 no-repeat;
    display: block;
    height: 42px;
    text-indent: -99999px;
    width: 127px;
}

.pricing_plan-button:hover {
    background-position: 0 -42px;
}

.trial-14d-button {
    background: url(/images/free-14-day-trial-btn.jpg) 0 0 no-repeat;
    display: block;
    height: 42px;
    text-indent: -99999px;
    width: 158px;
}

.trial-14d-button:hover {
    background-position: 0 -42px;
}

.trial-30d-button {
    background: url(/images/free-30-day-trial-btn.jpg) 0 0 no-repeat;
    display: block;
    height: 42px;
    text-indent: -99999px;
    width: 158px;
}

.trial-30d-button:hover {
    background-position: 0 -42px;
}


.style1 {
    color: #666666;
    font-style: italic;
}

div.register-column form{
    border: 1px solid black;
    background-color:#eee;
    padding: 10px 15px;
    line-height:12px;
    font-size:11px;
}
div.register-column form label{
    display:block;
    font-weight:bold;
    margin-top:4px;
}

div.register-column form label.red{
    color:red;
}

div.register-column form label.inline{
    display:inline;
    font-weight:normal;
}

div.register-column form input.text{
    width:100%;
}
div.register-column form select{
    width:100%;
}


a.pricing_plan-upgrade-button {
    background: url('/images/upgrade-btn.jpg') 0 0 no-repeat;
    display: block;
    height: 40px;
    text-indent: -99999px;
    width: 127px;
}

a.pricing_plan-upgrade-button:hover {
    background-position: 0 -40px;
}

a.pricing_plan-details-button {
    background: url('/images/details-btn.jpg') 0 0 no-repeat;
    display: block;
    height: 40px;
    text-indent: -99999px;
    width: 127px;
}

a.pricing_plan-details-button:hover {
    background-position: 0 -40px;
}


a.reade-more-button {
    background: url(/images/read-more-btn.jpg) 0 0 no-repeat;
}

a.reade-more-button:hover {
    background-position: 0 -40px;
}

input.continue-button {
    background: url(/images/continue-btn.jpg) 0 0 no-repeat;
    height: 40px;
    text-indent: -99999px;
    width: 127px;
    border:0;
    cursor:pointer;
}



input.continue-button-hover {
    background: url(/images/continue-btn.jpg) 0 -40px no-repeat;
    height: 40px;
    text-indent: -99999px;
    width: 127px;
    border:0;
    cursor:pointer;
}

input.trial-btn {
    background: url(/images/get_14_days_trial-btn.jpg) 0 0 no-repeat;
    height: 57px;
    text-indent: -99999px;
    width: 130px;
    border:0;
    cursor:pointer;
}

input.trial-btn-hover {
    background: url(/images/get_14_days_trial-btn.jpg) 0 -59px no-repeat;
    height: 57px;
    text-indent: -99999px;
    width: 130px;
    border:0;
    cursor:pointer;
}




.tooltip {
    display:none;
    position:absolute;    
    border:1px solid #999;
    border-radius:4px;
    khtml-border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}