.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(loading.gif) no-repeat 50% 50%; }


.box-modal {
	/*background: url(../img/form_bg.png) center center no-repeat;*/
  width: 360px;
  height: 300px;
	position: relative;
	padding: 0;
	color: #fff;
	font: 16px arial;
	box-shadow: 0 0 0 6px rgba(0,0,0, .3);
	border-radius: 6px;
	display: block;
	background: #fff;
}
.box-modal input[type=text]::-webkit-input-placeholder, .box-modal input[type=tel]::-webkit-input-placeholder {
  color: #555555;
}
.box-modal input[type=text]::-moz-placeholder, .box-modal input[type=tel]::-moz-placeholder {
  color: #555555;
}
.box-modal input[type=text]:-moz-placeholder, .box-modal input[type=tel]:-moz-placeholder {
  color: #555555;
}
.box-modal input[type=text]:-ms-input-placeholder, .box-modal input[type=tel]:-ms-input-placeholder {
  color: #555555;
}
.box-modal input[type=text], .box-modal input[type=tel], .box-modal input[type=email]{
	color: #555555;
}
.box-modal input[type=submit]{
width: 308px;
height: 46px;
line-height: 46px;
background: url(../img/btn4.png) center center no-repeat;
}
.box-modal h3 {
text-align: center;
font-size:20px;
color:#fd4a51;
padding-top: 50px;
/*margin-top: 30px;*/
text-transform: uppercase;
padding-bottom: 15px;}
.box-modal_close { position: absolute; right: 10px; top: 6px; font-size: 14px; line-height: 15px; color: #000; cursor: pointer;z-index: 5; }
.box-modal_close:hover { color: #000;text-decoration:underline; }
/*
.box-modal input[type=text], .box-modal input[type=tel], .box-modal input[type=e-mail]{
	margin: 0 auto;
	background: #F5F5F5;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 5% 50%;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
	text-indent: 15px;
	color: grey;
	padding: 0 15px 0 25px; width: 252px;
	height: 40px; display: block; outline: none;
}
*/
.box-modal input[type=text],.box-modal  input[type=tel]{
    margin: 10px auto;
}
.box-modal label {display:block;}
.box-modal a {background: url(../img/buttonForm.png)no-repeat;text-decoration: none;outline: none; color:#92ba30; width:230px;height:50px;line-height:50px;display:block;margin:21px auto 0 auto;font-family:'PT Serif',arial,tahoma,sans-serif;font-weight:bold;font-style:italic;font-size:24px;text-align:center;}

