.mask-popup {
	display: none;
	background: #000000;
	position: fixed; left: 0; top: 0; 
	width: 100%; 
    height: 100%;
	opacity: 0.8;
    cursor: pointer;
	z-index: 99999;
}
.windows-popup {
    /*font-family: Arial, Verdana, Helvetica;*/
   font-family: "Arvo";
	display: none;
	background: #FFFFFF;
    /*border: 2px solid #ddd;*/
    box-shadow: 0px 0px 20px #000;
	/*padding: 10px; 	*/
	position: fixed; top: 50%; left: 50%;
    float: left;
	z-index: 999999;
	width: 320px;
}
.title-popup {
	max-width: 800px;
	height: 35px;
	background:  url("../img/bg-newsletter.jpg") repeat-x;
	color: #FFFFFF;
}
.title-popup .title {
	float: left;
    font-style: italic;
    font-size: 25px;
    font-family: "Roboto Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-left: 10px;
}
.close-popup {
	width: 20px;
	height: 20px;
	background: url("../img/icon-close-newsletter.png");
	float: right;
	cursor: pointer;
    margin: 0 1px 4px 0;
}
.content-popup{
	max-width: 960px;
    height: auto;
	background: #FFFFFF;
    margin: 20px auto 0;
    text-align: center;
    color: #dde6e6;
}

.windows-popup input[type="submit"] {
	display: -moz-stack;
    background: url("../img/icon-submit.png") no-repeat;
    border: 0;
    height: 38px;
    width: 84px;
}

.windows-popup input[type="text"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-outline-radius: 3px;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #C4C4C4 #D1D1D1 #D4D4D4;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12) inset;
    color: #404040;
    height: 34px;
    margin: 5px;
    /*outline: 5px solid #EFF4F7;*/
    padding: 0 10px;
    width: 280px;
}
p.submit {
    font-family: "Roboto Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
}
:-moz-placeholder {
    color: #C9C9C9 !important;
    font-size: 13px;
}