#contactUs-page input,
#contactUs-page select,
#contactUs-page textarea {
    width:200px;
}
#contactUs-page input.checkbox {
    width:15px;
    height:15px;
}
#contactUs-page .submit {
    padding: 10px;
    text-align:center;
}
#contactUs-page input.submit {
    width:114px;
}
table.contact-form-table th {
    width: 200px;
    text-align: right;
    padding-right: 20px;
}
table.contact-form-table td,
table.contact-form-table th {
    padding-bottom: 10px;
}
form#contactUs {
    float:left;
    width: 500px;
    margin-top: 20px;
}
#contactUs-page #site-info {
    float:right;
    width:200px;
    margin: 10px;
}
.contact-address {
    margin-top:10px;
}
table.phone-numbers td {
    text-align:right;
}
table.phone-numbers th {
    padding-right:3px;
    text-align:right;
}
#faqs-page ol li {
   margin-left:25px;
    margin-bottom:3px;
}
#faqs-page ul#faqs li {
    background-color:#F2F1F7;
    margin-top:15px;
    list-style:none;
}
#faqs-page td {
    vertical-align:top;
    padding:5px;
}
#faqs-page tr.question-row td {
    padding-bottom:5px;
    font-weight:bold;
}
.return-to-top {
    text-align:right;
}
ul#testimonials li {
   list-style:none;
    margin-left:10px;
    margin-bottom:15px;
}
ul#testimonials .author,
ul#testimonials .location {
   font-weight:bold;
    color:#0A0369;
}
.from {
    font-style: italic;
    color:#0A0369;
}
.coupon-text {
    background: #fff url(/images/sign-up-bg.jpg) 0 0 no-repeat;
    padding-left:125px;
    min-height:200px;
}
* html .coupon-text {
    height:200px; 
}
.coupon-box {
    float:right;
    width:225px;
    text-align:center;
    margin-left:10px;
}
.coupon-box li {
    list-style:none;
    text-align:left;
    padding:5px;
}
.coupon-email {
    margin:10px 0;
    background-color: #FFF4FC;
    border:1px solid #B079A1;
    padding:10px 5px;
}
.coupon-signup-message {
    background-color:#ffc;
    padding:5px;
}
.coupon-header {
    font-weight:bold;
}
.coupon-submit {
    margin:10px 0;
    text-align:center;
}
.coupon-box li.coupon-subscribe,
.coupon-box li.coupon-unsubscribe {
    text-align:left;
    background-color:#ECFFDF;
    padding:5px;
    margin-bottom:5px;
    border:1px solid #7CC849;
}