/* POPUP STYLES */

#popuper{
    background-image: url(../../images/index/popuper.gif);
}

#popuper #popupBox{
    margin: auto;
    width: 445px;
    padding: 10px;
}

#popuper #popupBox .header{
    padding: 0px 0px 0px;
    line-height: 12px;
}

#popuper #popupBox .header .close{
    float: right;
    width: 15px;
    height: 15px;
    margin: 2px -15px 5px 0px;
    background-image: url(../../images/index/close.gif);
    background-repeat: no-repeat;
    cursor: pointer;
}

#popuper #popupBox .header h3{
    float: left;
    font-size: 12px;
    margin: 0px 5px;
}

#popuper #popupBox .content{
    clear: both;
    padding: 0px 5px 0px;
    margin: 0px 0px 0px;
    min-height: 128px;
    _height: 128px;
}

#popuper #popupBox .content .preloader{
    width: 128px;
    height: 128px;
    background-image: url(../../images/index/preloader.gif);
    margin: auto;
}

/* END POPUP STYLES */
