.g-recaptcha.callme {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.call-b-form {
	height:480px!important;
}
.call-b-bg { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); cursor: pointer; left: 0; position: absolute; top: 0; width: 100%; z-index: 999; }
.call-b-form { background: none repeat scroll 0 0 #fff; height: 300px; left: 50%; margin-left: -200px; position: absolute; width: 400px; z-index: 99999; }
.call-b-header { font-weight:bold;background: none repeat scroll 0 0 rgba(33, 166, 222, 1); color: #000; font-size: 1.2em; height: 40px; line-height: 40px; text-align: center; width: 100%; }
.call-b-header #call-b-close-x { 
position: absolute;
    top: -15px;
    right: 50%;
    width: 35px;
    height: 15px;
    cursor: pointer;
    z-index: 8040;
    margin: 0 -17px 0 0;
    background: url(/wa-data/public/site/themes/default/img/close-popup.png) no-repeat;
}
.call-b-input { text-align: center; width: 100%; }
.call-b-input input[type="text"] { 
    width: 258px;
    height: 32px;
    border: 1px solid #dee0e0;
    background: #f1f1f1;
    padding: 0 14px;
    margin: 0;
    line-height: 32px;
    color: #363636;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'robotobold';
    outline: none;
	margin: 17px 0 0 0;
}
#callb-privacy-agreed {display:none;}
.call-b-input input[type="text"].call-b-inp-err { border: 1px solid rgba(222, 77, 44, 1); }
.call-b-input textarea {
width: 258px;
    height: 32px;
    border: 1px solid #dee0e0;
    background: #f1f1f1;
    padding: 0 14px;
    margin: 0;
    line-height: 32px;
    color: #363636;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'robotobold';
    outline: none;
	margin: 17px 0 0 0;
	height:100px;
	}
.call-b-input input[type="submit"] { 
    height: 38px;
    display: inline-block;
    background: #fc376b!important;
    line-height: 38px;
    padding: 0 28px;
    border: 0;
    font-size: 17px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'robotobold';
    cursor: pointer;
	margin: 17px 0 0 0;
}
.call-b-error { color: rgba(222, 77, 44, 1); font-size: 18px; font-style: italic; margin: 15px 0 0; text-align: center; text-transform: uppercase; }
.call-b-ok { color: rgba(77, 77, 77, 0.8); font-size: 24px; height: 24px; line-height: 24px; margin: 30px 0 0; text-align: center; }
.call-b-ok.margins { margin: 60px 0 30px !important; }
#call-b-close { border: 0 none; color: #fff; cursor: pointer; font-size: 20px; height: 34px; margin: 40px 0 0; padding: 3px 0; width: 300px; }

.call-b-input input[type="text"]::-webkit-input-placeholder { color: #666; }
.call-b-input input[type="text"]::-moz-placeholder          { color: #666; }/* Firefox 19+ */
.call-b-input input[type="text"]:-moz-placeholder           { color: #666; }/* Firefox 18- */
.call-b-input input[type="text"]:-ms-input-placeholder      { color: #666; }

.call-b-input textarea::-webkit-input-placeholder { color: #666; }
.call-b-input textarea::-moz-placeholder          { color: #666; }/* Firefox 19+ */
.call-b-input textarea:-moz-placeholder           { color: #666; }/* Firefox 18- */
.call-b-input textarea:-ms-input-placeholder      { color: #666; }

#callb_shop_callb_privacy_text,
#callb_shop_callb_privacy_link_text { width: 350px; }

.callb-privacy-agreed-wrapper { color: #666; font-size: 12px; line-height: 14px; margin: 10px auto 0; text-align: left; width: 300px; }

#call-b-submit:disabled { cursor: not-allowed; opacity: 0.66; }