﻿@import url(/stylesheets/quote-button.css);

#canary10
{
    position: relative;
    width: 699px;
    height: 609px;
    overflow: hidden;
    background-image: url(/images/promotions/10-percent-thanks.jpg);
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

#text
{
    position: absolute;
    top: 361px;
    left: 22px;
    width: 635px;
    height: 207px;
    padding: 10px;
    overflow: hidden;
}

#text p
{
    font-size: 0.9em;
    color: #000;
    background-color: inherit;
    line-height: 1.1em;
}

#text p a
{
    color: #01AB4F;
    background-color: inherit;
    border-bottom: 1px solid #01ab4f;
}

#text p a:hover
{
    color: #046530;
    background-color: inherit;
    border-bottom: 1px solid #046530;
}

#text .button
{
    margin-top: -10px;
}
