#sv-mask-box-overlay.loading{
  background:url(../img/ajax-loader.gif) 50% 50% no-repeat;
}
.sv-modbox {
  width:340px;
}
.sv-modbox-wrap {
  overflow:hidden;
 /* border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius:10px;*/
  background:#fff;
}
.sv-modbox .sv-modbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 18px;
  width: 18px;
  background: url(../img/close.png) 50% 50% no-repeat;
  cursor: pointer;
}
.sv-modbox.off-box-auto .sv-modbox-close.one {
  right: 20px;
}
.sv-modbox .sv-modbox-header {
  text-align: center;
  font: bold 16px/18px 'Arial', sans-serif;
  color: #353535;
  margin:0;
  padding:10px 30px;
  color:#464D4F;
  background: #DBE3EA;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
}
.sv-modbox.off-box-auto .sv-modbox-header {
  border-bottom:1px solid #ccc;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow:  0px 1px 15px rgba(0, 0, 0, 0.25);
  -moz-box-shadow:  0px 1px 15px rgba(0, 0, 0, 0.25);
}
.sv-modbox.off-box-auto .sv-modbox-footer {
  border-top:1px solid #ccc;
  box-shadow: 0px -1px 15px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow:  0px -1px 15px rgba(0, 0, 0, 0.25);
  -moz-box-shadow:  0px -1px 15px rgba(0, 0, 0, 0.25);
}

.sv-modbox .sv-modbox-content {
  font: normal 16px/18px 'Arial', sans-serif;
  color: #353535;
  overflow:auto;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  padding:20px;
}
.sv-modbox .sv-modbox-footer {
  overflow:hidden;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  padding:0px 20px 10px 20px;
}
.sv-modbox button{
  background: #797979;
	padding: 10px 30px;
	float: right;
	color: #FC0;
	text-transform: uppercase;
	font: bold 14px "Trebuchet MS",sans-serif;
	border: 0;
	cursor: pointer;
	width: 100%;
}
.sv-modbox button:hover{
	opacity: 0.7;
	  filter: alpha(opacity = 70);
	  -moz-opacity: 0.7;
	  zoom: 1;
}
#promt-otvet{
  margin-bottom:10px;
}
.sv-modbox button.sv-modbox-button-ok {
  float: right;
  width:auto;
  background: #DBE3EA;
  color:#000;
  border-radius: 4px;
  border:1px solid #ccc;
  padding: 4px 20px;
  font: normal 12px 'Arial', sans-serif;
  cursor: pointer;
}
.sv-modbox button.sv-modbox-button-ok:hover {
  background: #97A4AF;
  color:#fff;
}
.sv-modbox.confirm button.sv-modbox-button-ok {
  width:auto;
  float:none;
  background: #DBE3EA;
  color:#000;
  border-radius: 4px;
  border:1px solid #ccc;
  padding: 4px 20px;
  font: normal 12px 'Arial', sans-serif;
  cursor: pointer;
}
/* confirm */
.sv-modbox.confirm .sv-modbox-footer,.sv-modbox.confirm .sv-modbox-content {
  text-align:center;
}
.sv-modbox.confirm .sv-modbox-footer button{
  margin:0 10px;
}
.sv-modbox.confirm button.sv-modbox-button-ok:hover {
  background: #97A4AF;
  color:#fff;
}
.sv-modbox.confirm button.sv-modbox-button-no {
  width:auto;
  background: #DBE3EA;
  color:#000;
  border-radius: 4px;
  border:1px solid #ccc;
  padding: 4px 20px;
  font: normal 12px 'Arial', sans-serif;
  cursor: pointer;
}
.sv-modbox.confirm button.sv-modbox-button-no:hover {
  background: #97A4AF;
  color:#fff;
}
/* end confirm */
/* content */
.sv-modbox b {
  font-weight:bold;
}
.sv-modbox-hide{
  position:absolute;
  left:-9999px;
  top:-9999px;
  visibility:hidden;
}

.sv-modbox .field{
  margin-bottom:10px;
}
.sv-modbox input[type="text"],
.sv-modbox input[type="password"],
.sv-modbox textarea,
.sv-modbox select{
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
 /* border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius:4px;*/
  width:100%;
  background:#fff;
  border:1px solid #d5d5d5;
  padding:5px 10px;
  font:italic 14px/18px 'Arial', sans-serif;
  color:#353535;
}

.sv-modbox textarea{
  height: 52px;
  resize: none;
}
.sv-modbox input::-webkit-input-placeholder,{
  font:normal 14px/18px 'Arial', sans-serif;
  color:#a2a2a2;
}
.sv-modbox input::-moz-placeholder{
  font:normal 14px/18px 'Arial', sans-serif;
  color:#a2a2a2;
}
.sv-modbox textarea::-webkit-input-placeholder{
  font:normal 14px/18px 'Arial', sans-serif;
  color:#a2a2a2;
}
.sv-modbox textarea::-moz-placeholder{
  font:normal 14px/18px 'Arial', sans-serif;
  color:#a2a2a2;
}
.sv-modbox .title-form{
  text-align: center;
  font: bold 16px/18px 'Arial', sans-serif;
  color: #353535;
  margin:0;
  padding:10px 30px;
  color:#464D4F;
}
/* end content */

/* info - alert */
.sv-modbox.info .sv-modbox-header {
  background: #1169BB;
  color: #fff;
}
.sv-modbox.info button.sv-modbox-button-ok{
  background: #1169BB;
   color: #fff;
}
.sv-modbox.info button.sv-modbox-button-ok:hover {
  background: #309AF6;
}
.sv-modbox.info .sv-modbox-close {
  background: url(../img/close_white.png) 50% 50% no-repeat;
}
/* end info - alert */

/* error- alert */
.sv-modbox.error .sv-modbox-header {
  background: rgb(255,48,25);
  background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1)));
  background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
  background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
  background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
  color: #fff;
}
.sv-modbox.error button.sv-modbox-button-ok {
  background: rgb(255,48,25);
  background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1)));
  background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
  background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
  background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
  color: #fff;
}
.sv-modbox.error button.sv-modbox-button-ok:hover {
  background: rgb(207,4,4);
  background: -moz-linear-gradient(top,  rgba(207,4,4,1) 0%, rgba(255,48,25,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(207,4,4,1)), color-stop(100%,rgba(255,48,25,1)));
  background: -webkit-linear-gradient(top,  rgba(207,4,4,1) 0%,rgba(255,48,25,1) 100%);
  background: -o-linear-gradient(top,  rgba(207,4,4,1) 0%,rgba(255,48,25,1) 100%);
  background: -ms-linear-gradient(top,  rgba(207,4,4,1) 0%,rgba(255,48,25,1) 100%);
  background: linear-gradient(to bottom,  rgba(207,4,4,1) 0%,rgba(255,48,25,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0404', endColorstr='#ff3019',GradientType=0 );

}
.sv-modbox.error .sv-modbox-close {
  background: url(../img/close_white.png) 50% 50% no-repeat;
}
/* end error - alert */

/* success - alert */
.sv-modbox.success .sv-modbox-header {
  background: #44BD92;
  color: #fff;
}
.sv-modbox.success button.sv-modbox-button-ok {
  background: #44BD92;
  color: #fff;
}
.sv-modbox.success button.sv-modbox-button-ok:hover {
  background: #1F996E;
}
.sv-modbox.success .sv-modbox-close {
  background: url(../img/close_white.png) 50% 50% no-repeat;
}
/* end success - alert */


