.fancybox-close {
	top: -10px;
	right: -10px;
}
.fancybox-skin{
	box-shadow: none;
	-webkit-box-shadow: none;
	padding: 0;
	background: none;
}
.callWrapp{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 16px;
    background-color: rgba(1, 1, 1, 0.725);
    z-index: 100;
    overflow: auto;
}

.callWrapp .callPopupWindow{

    margin: auto auto !important;
    display: none;
    z-index: 200;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 690px;
    height: 290px;
    border-radius: 20px;
}
.callMessage{
	background: #eff5f8;
	display: block;
}
.callMessage .prev p{
	padding: 20px; 
	font-size: 18px;
	color: #ea2a2a;
}
.callMessage .detail img{
	margin: 15px 15px 15px 40px;
	float: left;
}
.callMessage .detail p{
	font-size: 14px;
	padding-top: 45px;
	font-weight: bold;
	font-style: italic;
	color: #7d7d7d;
}
.wrappSlider{
	clear: both;
}


/*Form styles*/

.callWrapp .PhoneformHolder{
	background: url('/i/module_1.png') center top no-repeat;
	display: block;
	height: 120px; 
	width: 610px;
	margin-left: -25px;
	
}
.callWrapp .caption {
display: block;
float: left;
width: 260px;
margin-left: 50px;
color: #7d7d7d;
font-size: 14px;
}
.callWrapp .PhoneformHolder input {
width: 250px;
background-color: #fff;
border: #fff;
border-radius: 5px;
margin-top: 10px;
height: 31px;
}

.callWrapp .PhoneformHolder input[type="submit"] {
margin-top:31px !important; 
}


