﻿.popup {
	/*background: none repeat scroll 0 0 #fff; border: 3px solid #000;*/
	background:url(../images/bg.png);
   
    border-radius: 100%;
    height: 419px;
    left: 50%;
    margin: -206.5px 0 0 -206.5px;
    opacity: 1;
    position: fixed;
    top: 50%;
    transition: top 800ms ease 0s;
    width: 418px;
    z-index: 9999;
}
.p_content {
	font-size: 16px;
    	height: 160px;
    	margin: 60px auto 0;
    	padding: 0;
    	text-align: center;
    	width: 92%;
}
.p_content .popup_text_image{width: 274px;
}
.p_anch {
	float:left;
	position:relative;
	z-index:9999;
	width:100%;
	margin:0px 0px 0px 0px;
	text-align:center;
	font-size:18px;
}
.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 {
	width:22px;
	height:22px;
	position:absolute;
	top:20px;
	right:20px;
	background:url(../images/close.png);
	background-repeat:no-repeat;
    z-index: 99999;
	display:inline-block;cursor: pointer;
}
.p_body {
	left:0 ;
	top:0 ;
	position:fixed ;
	width:100% ;
	height:100% ;
	opacity:1 ;
	-moz-transition:opacity 800ms ;
	-o-transition:opacity 800ms ;
	-webkit-transition:opacity 800ms;
	transition:opacity 800ms ;
	z-index:9800 ;
}

.popup input[type=text]{
	/*border: 2px solid #000;*/
	background: url(../images/input--bg.png);	
	border: medium none;
    line-height: 19px !important;
    opacity: 1;
    width: 57%;
}
.popup input[type="submit"]:active,.popup input[type="submit"]:hover,.popup input[type="submit"]:focus,.popup input[type="submit"]{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #3a383b;
    font-size: 26px;
    font-weight: bolder;
    letter-spacing: -2px;	
}
/* JS-styles — declaratively */
.js__popup {
}
.js__p_start {
}
.js__p_close {
}
.js__p_body {
}
.js__slide_top {
	/*height:auto;*/
	overflow:visible;
	top:320px;
}
.js__fadeout {
	height:0;
	overflow:hidden;
	opacity:0;
}
.form-bg-pop h4 {
    background: url("../images/bg_white.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 23px;
    height: 418px;
    line-height: 33px;
    padding:13% 11% 0;
    margin: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    left:0;
    width: 419px;
    z-index: 10000;
}
.form-bg-pop h4 img{
	margin-bottom: -7%;
    margin-left: 9%;
}
.form-bg-pop span{font-size: 20px;
    font-weight: normal;}

