#features {
    margin: 0;
    list-style-type: none;
}

#features li {
    margin: 0;
    padding: 28px 0 28px 70px;
    border-top: 1px solid #d8d8d8;
}

#features li.invoicing { background: url(/images/feature_calculator.gif) no-repeat 12px 10px; }
#features li.time_tracking { background: url(/images/feature_hourglass.gif) no-repeat 13px 10px; }
#features li.expenses { background: url(/images/feature_envelope.gif) no-repeat 0 10px; }
#features li.profitability { background: url(/images/feature_profitability.png) no-repeat 0 17px; }


div.invite_left
{
    float:left;
}

div.invite_right
{
    float:right;
    width:45%;
}

div#coupon_info
{
    background: #FFEA9A;
    padding: 15px;
    overflow: auto;
    -moz-border-radius:     15px;
    -webkit-border-radius:  15px;
    -o-border-radius:       15px;
    -icab-border-radius:    15px;
    -khtml-border-radius:   15px;
    border-radius:          15px;
    margin-bottom: 15px;
}

div#coupon_info h3
{
    color: #000000;
    font-weight: normal;
    font-size: 1.5em;
}
div#coupon_info hr
{
    background-color: #999999;
    height: 2px;
}
div#coupon_info h3 span#amount
{
    font-weight: bold;
}

div#coupon_info p#coupon_code
{
    background-color: #D6D6D6;
    margin: auto;
    margin-bottom: 20px; 
    text-align: center;
    width: 200px;
}

div#coupon_info p#coupon_organization
{
    background-color: #FFFFFF;
    margin: auto;
    margin-bottom: 20px; 
    text-align: center;
    width: auto;
    min-width: 100px;
}
