/*
Non usabile
.ui-widget-overlay{
    background: #fff url("pattern.png") 50% 50% repeat;
}
*/
.ui-dialog.popup .ui-dialog-titlebar {
    position: absolute;
    top: 20px;
    right:10px;
    padding: 0px;
    background: none;
}

.ui-dialog.popup .ui-widget-header{
    border:none;
    background: none;
}

.ui-dialog.popup .ui-state-default.ui-dialog-titlebar-close {
    top: -20px;
    right: -10px;
    margin: 0;
    z-index: 999;
    width: 18px;
    height: 18px;
    border:none;
    border-radius: 0px;
    outline: none;
    background: url("close.png") no-repeat;
}

.ui-dialog.popup .ui-state-default.ui-dialog-titlebar-close .ui-icon{
    display: none;
}

.ui-dialog.popup {
    background: #f2f2f2 url("pattern_content.png") 50% 50% repeat;
    border:5px solid #000;
    border-radius: 0px;
    overflow: visible;
}

.ui-dialog.popup .ui-dialog-title {
    display: none;
}

.productabsoluteimg{
    position: absolute;
    top: -100px;
    z-index: -1;
    left:-50px;
}

.ui-dialog.popup .ui-dialog-content{
    padding: 0;
    overflow: visible;
}

.newsletterCtn{
    width: 450px;
    padding: 20px;
    float: right;
    text-align: left;
    height: 448px;
}

.newsletterCtn h2{
    font-size: 25px;
    text-transform: uppercase;
    color: #3e3e3e;
    text-align: left;
}

.newsletterCtn p{
    font-size: 16px;
    color: #444343;
    padding: 15px 0px 25px;
}

.newsletterCtn input[type="text"]{

    padding: 10px;
    background: #fff;
    border:1px solid #d9d9d9;
    font-size: 15px;
    width: 400px;
    outline: none;
}

.newsletterCtn h5{
    font-size: 14px;
    margin: 10px 0px;
    color: #444343;
    font-weight: normal;
}

.check-lists input{
    background: #fff;
    border:1px solid #d9d9d9;
}

.check-lists span{
    font-size: 14px;
    color: #444343;
    margin-right: 10px;
    margin-left: 4px;
    position: relative;
    top: 1px;
}

.newsletterCtn .redbtn{
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    width: 400px;
    margin: 20px 0px;
    text-transform: uppercase;
    padding: 10px 0px;
    font-size: 19px;
    background: #e4002d;
    border:none;
}
