/* CSS Document */
#saleContentDiv{
        background:url(../images/sale/sale_bg.png) top center no-repeat #fff;
        border:1px solid #fff;
        color:#888;
        font-family:Tahoma,Arial,Verdana,sans-serif;
        font-size:12px;
        line-height:14px;
}
#saleContentDiv .top{
        padding-top:60px;
        text-align:center;
        font-size:12px;
        line-height:14px;
        color:#888;
}
#saleContentDiv .bottom{
        padding-top:140px;
        text-align:center;
        font-size:12px;
        line-height:14px;
        color:#888;
}
#saleContentDiv h1 {
        font-size:16px;
        font-weight:bold;
        text-align:center;
        line-height:16px;
        color:#888;
}
#saleContentDiv a,#saleContentDiv a:link,#saleContentDiv a:visited{
        position:absolute;
        right:20px;
        top:20px;
        width:14px;
        height:14px;
        background:url(../images/modal/close.png) no-repeat;
}