#jbCallmezamer_overlay{
    background:#13011f;
    opacity:0.6;
    filter:alpha(opacity=60);
    position:fixed;
    left:0;
    top:0;
    height:100%;
    width:100%;
    z-index:100;
    display:none;
}

.jbCallmezamer{display:none;
    background:#f5f5f5;
    left:50%;
    margin-left:-190px;
    position:fixed;
    top:50px;
    width:380px;
    z-index:1100000000;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
	border-radius: 5px;
    display:none;
    height:auto;
	padding:30px;
		-webkit-box-shadow: 0px 25px 16px -1px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 25px 16px -1px rgba(0,0,0,0.55);
box-shadow: 0px 25px 16px -1px rgba(0,0,0,0.55);
}
.jbCallmezamer .jb_title{
  color: #000;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 1px #ccc solid;
    margin-bottom: 25px;
    padding-bottom: 11px;
    line-height: 30px;
    text-align: center;
}

.jbCallmezamer .jb_input{
    margin-top: 10px;
}
.jbCallmezamer sup {font-size:14px; color:#6a4383;padding-right: 4px;}
.jbCallmezamer  label   {
	font-style:italic;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    margin-top: 12px;
}
.jbCallmezamer input[type=text],.jbCallme input[type=email]{
    margin: 0px;
    border: 1px solid #CCC;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
    padding: 12px 7px;
	font-size:16px;
    background-color: #fff;
   /* width:96%; */
   width:100%;

}
.jbCallmezamer input[type=text].error,
.jbCallme input[type=email].error{
	border-color: red;
}
.jbCallmezamer select{
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    border: 1px solid #CCCCCC;
    padding: 7px;
    background-color: #fff;
    width:100%;
    display:block;

}
.jbCallmezamer select:focus,.jbCallme input[type=text]:focus,.jbCallme input[type=email]:focus, .jbCallme textarea:focus{
    background-color: #f9fbff;
    border: 1px solid #999999;
}

.jbCallmezamer .jb_close{
    display:block;
    position:absolute;
	top: -11px;
	right: -11px;
	width: 30px;
	height: 30px;
	background: transparent url(../js/fancybox.png) -40px 0px;
	cursor: pointer;
    text-indent:0;

    color:#fff;
}
.jbCallmezamer input[type=submit]{
  	
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a373c2), color-stop(1, #432358) );
    background:-moz-linear-gradient( center top, #a373c2 5%, #432358 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a373c2', endColorstr='#432358');
    border: 1px solid #ccc;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    -webkit-box-shadow: 3px 3px 0px 0px rgba(110,137,45,1);
    -moz-box-shadow: 3px 3px 0px 0px rgba(110,137,45,1);
    box-shadow: 0px 10px 8px 0px #c09a8b;
    text-indent: 0;
    width:100%;
    padding: 12px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;	
}
.jbCallmezamer input[type=submit]:hover {
    border-top-color: #6a368b;
    background: #6a368b;
    color: #fff;
}
.jbCallmezamer .jb_time{
    color:#5a5a5a;
	font-size:12px;
	margin-top:15px
}
.jbCallmezamer .jb_time span{color:#000;padding-left:10px;}
.jbCallmezamer .jb_success{
    margin:30px;
    color:#323d53;
    font-size:14px;
}
.jbCallmezamer .jb_fail{
    margin:30px;
    color:#323d53;
    font-size:14px;
}
.jb_progress{
    display: inline-block;
    height: 76px;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.jb_progress:after {
	border-width: 0 3px 0 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, .5);
	border-radius: 50%;
	display: block;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	position: absolute;
	top: 50%;
	width: 50px;

	content: "";

	animation: spin 1s infinite linear;
	-webkit-animation: spin 1s infinite linear;
}
@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}


