.referralprogram-invite-index .main {
    padding: 0;
}
.referral-program-invite-top .top-image {
    background: url("../images/invite-header.png");
    width: 960px;
    height: 182px;
}
.referral-program-invite-top .top-text {
    width: 801px;
    margin: 0 auto;
}
.referral-program-invite-top .top-text p {
    font-size: 25px;
    font-weight: bold;
    color: #90979b;
    line-height: 33px;
}
.referral-program-invite-top .top-text p span {
    color: #b7c400;
}
.referral-program-invite-top .top-text p.small-text {
    font-size: 19px;
    margin-top: 7px;
}
.referralprogram-invite-index .separator.dashes {
    background: url("../images/dotted-line.png");
    border: 0 none;
    height: 1px;
    margin: 16px auto;
    clear: both;
    width: 801px;
}
.invite-wrapper .invite-content {
    width: 100%;
    margin: 20px auto;
}
.invite-wrapper .invite-content h3 {
    font-size: 17px;
}
.invite-wrapper .invite-content .invite-content-left {
    width: 38%;
    margin-right: 50px;
    margin-left: 90px;
}
.invite-wrapper .invite-content .invite-content-right {
    width: 37%;
}
.invite-wrapper .invite-content .invite-content-right h3 {
    margin-bottom: 10px;
}
.invite-wrapper .invite-content .invite-content-right span {
    display: block;
    width: 95%;
    font-size: 14px;
}
.invite-wrapper .invite-content .invite-content-right input {
    width: 340px;
    margin: 10px 0;
}
.invite-wrapper .invite-content .invite-buttons {
    display: inline-block;
    float: right;
    margin-right: 10px;
}
.invite-wrapper .invite-content .invite-content-right button.pencil {
    background: url("../images/pencil.png");
    border: 0 none;
    height: 23px;
    width: 24px;
    font-size: 0;
    margin: 0 10px 0 0;
    display: inline;
    cursor: auto;
}
.invite-wrapper .invite-content .invite-content-right button {
    background: url("../images/invite-copy-link.png");
    border: 0 none;
    display: inline;
    cursor: pointer;
    clear: both;
    width: 173px;
    height: 37px;
    font-size: 0;
}
.invite-wrapper .invite-content .invite-content-right a {
    margin-top: 40px;
    clear: both;
}
.invite-wrapper .invite-content .invite-content-right div.copy-notices {
    border: 1px solid #446423;
    float: right;
    padding: 7px 15px;
    margin-top: 10px;
    background-color: #eff5ea;
    color: #3d6611;
    clear: both;
}


