.fieldpopupnewsletter {display: none;}
.fieldpopup .fancybox-skin .fancybox-close {top:8px; right:10px; background-color: transparent; color: #3b4348; line-height: 20px; z-index:8}
.fieldpopup .fancybox-skin .fancybox-close:after {
    content: "X";
    font-size: 22px;
	font-family:inherit;
}
#newsletter_block_popup {
    color: #ffffff;
    position: absolute;
    left: 100px;
    bottom:20px;
    right:106px;
    margin: 0;
}
#newsletter_block_popup .block_content{
    padding-bottom: 75px;
    text-align: right;
    display: inline-block;
    float: right;
	width:100%;
}
.form_popup{ 
display:inline-block;
float:right;
margin-right: 55px;
}
.fieldpopup .inputNew {
    background-color: #ffffff;
    border: none;
    color: #4e4e4e;
    float: left;
    font-size: 14px;
    height: 40px;
    padding: 0 0 0 15px;
    width: 270px;
}
.popup_title h2{
    font-size: 24px;
    text-transform: uppercase;
	text-align:right;
}
.popup_text {
    font-size: 14px;
    max-width: 300px;
    padding-bottom: 20px;
	display:inline-block;
}
.button_unique {
    background-color: #3b4348;
    border: medium none;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    padding:13px 17px;
	line-height:14px;
    text-align: center;
    text-transform: uppercase;
    transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s;
}
.button_unique:hover{
    background: #53afd8;
	 transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s;
}
.send-response {
    font: normal 16px;
    color:#990000;
    padding-bottom: 5px;
    margin-left:70px;
}
.newsletter_block_popup-bottom{
    bottom: -5px;
    left: -80px;
    position: absolute;
}
.newsletter_block_popup-bottom label{
    color: #3b4348;
    font-size: 14px;
}
#uniform-newsletter_popup_dont_show_again{
    float: left;
	margin-top:3px;
}
#uniform-newsletter_popup_dont_show_again span{
    background-color: transparent;
    border: 1px solid #ffffff;
}
.fancybox-close-overlay {
    width: 28px;
    height: 28px;
    position: absolute;
    cursor: pointer;
    top:5px;
    right:5px;
    z-index:9;
}

#newsletter_popup_dont_show_again {
    color: #3b4348;
    border: 1px solid #3b4348;
}