.p_body { display:block;}
	.popup{ display:block;}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('https://themes.googleusercontent.com/font?kit=7KXg6nyyqN8gyMoNwQ7aOQ') format('woff');
}
.popup {
	position: fixed;
	z-index: 9999;
	top: 50%;
	left: 50%;
	width: 580px; margin-top:-150px; margin-left:-250px;
	background: #fff;
	-moz-box-shadow: 4px 4px 30px #130507;
	-webkit-box-shadow: 4px 4px 30px #130507;
	box-shadow: 4px 4px 30px #130507;
	-moz-transition: top 800ms;
	-o-transition: top 800ms;
	-webkit-transition: top 800ms;
	transition: top 800ms; font: 12px; font-family:calibri;
}
.popup img{ float:none;}
#formbox div, ul, li{float:none;}
#maskform div, ul, li{float:none;}
.popup div, ul, li{float:none;}
.p_content {
	font-size: 18px;
	padding: 0px 0 0;
	background: #fff;
	padding: 10px;
	color: #353535; font-family: 'Roboto'!important;
}
.p_anch {
	float: left;
	position: relative;
	z-index: 9999;
	width: 100%;
	margin: 0 0 0 0;
	text-align: center;
	font-size: 18px;font-family: 'Roboto'!important;
}
.p_anch a {
	color: #000;
}
.p_anch a:hover {
	text-decoration: none;
}
.p_anch_bottom {
	margin: 1500px 0 0 0;
	padding: 0 0 50px 0;
}
.p_close {
	float: right;
	width: 16px;
	height: 16px;
	margin: 5px 5px 5px 0;
	position: relative;
	z-index: 99999;
	background: url(close.png);
}
.p_body {
	background: url(trans.png) repeat;
	left: 0;
	top: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	
}
.p_content .options {
	float: left;
	font-size: 17px;
	float: left;
	padding: 10px;
	color: #bc4037; text-align:center;
}

.maskingheading{font-size:24px; color:#BC4037; line-height:25px;font-family:'Roboto'; padding-top:10px; padding-left:10px; width:500px;}
.maskingsubheading{font-size:14px; color:#525252; font-family:Arial, Helvetica, sans-serif; padding-top:10px; padding-left:10px;}
.mask-button {
	background: #e34238;
	background-image: -webkit-linear-gradient(top, #e34238, #b94037);
	background-image: -moz-linear-gradient(top, #e34238, #b94037);
	background-image: -ms-linear-gradient(top, #e34238, #b94037);
	background-image: -o-linear-gradient(top, #e34238, #b94037);
	background-image: linear-gradient(to bottom, #e34238, #b94037);
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border-radius: 2px;
	text-shadow: 1px 1px 0px #911d14;
	color: #ffffff;
	font-size: 18px;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	margin-top:10px;
}
.mask-button:hover {
	background-image: -webkit-linear-gradient(top, #b94037, #e34238);
	background-image: -moz-linear-gradient(top, #b94037, #e34238);
	background-image: -ms-linear-gradient(top, #b94037, #e34238);
	background-image: -o-linear-gradient(top, #b94037, #e34238);
	background-image: linear-gradient(to bottom, #b94037, #e34238);
}
.mask-bt{
	background: #e34238;
	background-image: -webkit-linear-gradient(top, #e34238, #b94037);
	background-image: -moz-linear-gradient(top, #e34238, #b94037);
	background-image: -ms-linear-gradient(top, #e34238, #b94037);
	background-image: -o-linear-gradient(top, #e34238, #b94037);
	background-image: linear-gradient(to bottom, #e34238, #b94037);
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border-radius: 2px;
	text-shadow: 1px 1px 0px #911d14;
	color: #ffffff;
	font-size: 18px;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	margin-top:10px;
}
.mask-bt:hover {
	background-image: -webkit-linear-gradient(top, #b94037, #e34238);
	background-image: -moz-linear-gradient(top, #b94037, #e34238);
	background-image: -ms-linear-gradient(top, #b94037, #e34238);
	background-image: -o-linear-gradient(top, #b94037, #e34238);
	background-image: linear-gradient(to bottom, #b94037, #e34238);
}
.maskcalling{color:#575757; font-weight:bold; margin-top:10px;}
/* JS-styles — declaratively */
.js__popup {
}
.js__p_start {
}
.js__p_close {
}
.js__p_body {
}
.js__slide_top {
	height: 0;
	overflow: hidden;
	top: 0;
}
.js__fadeout {
	height: 0;
	overflow: hidden;
	opacity: 0;
}

/************************************/
.maskplaceholder{-moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; border-radius:3px; -moz-linear-gradient(center top , #FEFEFE, #FAFAFA) repeat scroll 0 0 rgba(0, 0, 0, 0); border: 1px solid #9A9EA7; width:160px; padding:5px 10px; color:#373737; margin-top:10px;}
::-webkit-input-placeholder {
   color:#373737;
}

:-moz-placeholder { /* Firefox 18- */
   color:#373737;
}

::-moz-placeholder {  /* Firefox 19+ */
   color:#373737; 
}

:-ms-input-placeholder {  
   color:#373737;
}
.maskingformheading{font-size:18px; color:#BC4037; line-height:25px;font-family:'Roboto';  line-height:40px; width:440px;}
#formbox{ display:none;}
.nameimg{background:url(man.jpg) no-repeat; left:19px;; top:95px; margin-right:10px; height:20px; width:20px; position:absolute;}
.namecountry{ background:url(flag.jpg) no-repeat; left:16px;; top:134px; margin-right:10px; height:20px; width:20px; position:absolute;}
.namephone{ background:url(telephone.jpg) no-repeat; right:232px; top:138px; margin-right:10px; height:20px; width:20px; position:absolute;}
.namedate{ background:url(date.jpg) no-repeat; left:16px;; top:172px; margin-right:10px; height:20px; width:20px; position:absolute;}
.nameemail-message{ background:url(massage.jpg) no-repeat;right:232px;top:99px; margin-right:10px; height:20px; width:20px; position:absolute;}
.nameduration{ background:url(duration.jpg) no-repeat; right:232px; top:183px; margin-right:10px; height:20px; width:20px; position:absolute;}
#popbox label{ color:red; font-size:13px; display:block;}