/**
 * @author PresTeamShop.com
 * @copyright PresTeamShop.com - 2012
 */
 
#promonewsletterpopup{
    z-index: 1002;
    overflow: hidden;
    position: absolute;
    border: none!important;
    padding: 17px;
}

#promonewsletterpopup_content{
}

#promonewsletterpopup_controls{
    position: absolute;
    width: 305px;
}

#promonewsletterpopup_controls #txt_email_subscriber{
    float: left;
    width: 300px;   
    margin: 0 0 10px 0;
}

#promonewsletterpopup_controls #btn_sent{
    float: right;
}

#promonewsletterpopup_conditions{overflow: auto; padding: 15px;}

#promonewsletterpopup_check_conditions,
#promonewsletterpopup_check_conditions a,
#promonewsletterpopup_check_conditions input{
    float: left;
    border: none;
}

#promonewsletterpopup_check_conditions a{padding: 5px 0; color: #fff; font-weight: bold; text-decoration: underline; cursor: pointer;margin-left: 5px;}
#promonewsletterpopup_check_conditions input{margin: 6px 0 0 0;}

#promonewsletterpopup_close{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
 
/* Overlays */
.pnp-ui-widget-overlay { cursor: pointer; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('ui-bg_diagonals-thick_20_666666_40x40.png') repeat scroll 50% 50% #666666; opacity: .80;filter:Alpha(Opacity=80);}
.pnp-ui-widget { font-family: Helvetica, Arial, sans-serif; font-size: 1.1em; }
.pnp-ui-widget-content { border: 1px solid #dddddd; background: #ffffff url('ui-bg_flat_75_ffffff_40x100.png') 50% 50% repeat-x; color: #444444; display: block;}
/* Corner radius */
.pnp-ui-corner-all, .pnp-ui-corner-top, .pnp-ui-corner-left, .pnp-ui-corner-tl { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; -khtml-border-top-left-radius: 2px; border-top-left-radius: 2px; }
.pnp-ui-corner-all, .pnp-ui-corner-top, .pnp-ui-corner-right, .pnp-ui-corner-tr { -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; -khtml-border-top-right-radius: 2px; border-top-right-radius: 2px; }
.pnp-ui-corner-all, .pnp-ui-corner-bottom, .pnp-ui-corner-left, .pnp-ui-corner-bl { -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; -khtml-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; }
.pnp-ui-corner-all, .pnp-ui-corner-bottom, .pnp-ui-corner-right, .pnp-ui-corner-br { -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; -khtml-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }

@media screen and (max-width: 768px) {
	#promonewsletterpopup {
		width: 90% !important;
		height: 90% !important;
	}

	#promonewsletterpopup_content {
		width: 100% !important;
		height: 100% !important;
		background-color: white !important;
		background-size: contain !important;
		background-position: center !important;
		background-repeat: no-repeat !important;
	}
}