/* POPUP STYLES */

#popup{
	background-image: url(../../images/index/glass.gif);
	z-index: 100;
}

#popup #popupBox{
	padding: 10px;
    background-color: #1C1B20;
}

#popup #popupBox .header{
    padding: 0px 0px 10px;
    border-bottom: 1px solid #2c2c30;
    line-height: 12px;
    background-image: url(../../images/index/img_newsletter_pl.gif);
    background-repeat: no-repeat;
    background-position: 30px top;
    height: 35px;
}

#popup #popupBox .header .close{
    float: right;
    width: 10px;
    height: 9px;
    margin: 2px 5px 1px;
    background-repeat: no-repeat;
    cursor: pointer;
}

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

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

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

/* END POPUP STYLES */
