div.special_panel {
    position: relative;
    background-color: #ffffc0;
    width: 350px;
    height: 360px;
    float: left;
    border-width: 3px;
    border-color: black;
    border-style: double;
    margin: 2px;
}

div.special_title {
    font-family: Georgia, TImes, sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
}

div.special_restrictions {
    font-family: Georgia, TImes, sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 80%;
}

div.special_offer_1 {
    position: absolute;
    width: 340px;
    height: 90px;
    top: 60px;
    margin: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    background-color: white;
}

div.special_offer_2 {
    position: absolute;
    width: 340px;
    height: 90px;
    top: 160px;
    margin: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    background-color: white;
}

div.special_offer_3 {
    position: absolute;
    width: 340px;
    height: 90px;
    top: 260px;
    margin: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    background-color: white;
}

div.special_description_area {
    width: 200px;
    height: 90px;
    float: left;
}

div.coupon_item {
    font-family: Georgia, Times, sans-serif;
    text-align: center;
    font-size: 130%;
}

div.coupon_description {
    font-family: Georgia, Times, sans-serif;
    text-align: center;
    font-size: 100%;
}

div.coupon_price {
    width: 140px;
    height: 90px;
    font-family: Georgia, Times, sans-serif;
    font-size: 250%;
    color: #ff2020;
    text-align: right;
    float: right;
}

div.special_disclaimer {
    clear: both;
    text-align: left;
    font-size: 70%;
}
