
/* Ôðýéìâîðê */

.opened_div {
  position:fixed;
  top:50%;
  left:50%;
  margin:0 auto;
  z-index:1001;
  background:#371407;
  box-shadow: 0px 0px 5px rgba(0,0,0,1);
}

.opened_div_div {
  margin:0 25px 20px 25px;
  text-align:left;
  color:#fff;
  font-size:13px;
}

.opened_div_div p {
  padding:0;
  margin:10px 0;
  display:block;
}

.opened_div_div a {
  color:#222;
}

.opened_div_title {
  width:100%;
}

.opened_div_title td {
  padding:10px 25px;
  font-size:22px;
  text-align:left;
  color:#bc8e36;
  font-family: 'ekibastuzblack';
}

.opened_div_title td.opened_div_close {
  font-size:0px;
  text-align:right;
}

.opened_div_bg {
  position:fixed;
  z-index:1000;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#000;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

* html .opened_div, * html .opened_div_bg {
  position: absolute;
  top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight/2));
}

p.error_box {
  font-size:16px;
  display:none;
  font-weight:bold;
}

p.result_box {
  font-size:16px;
  font-weight:bold;
}

.box_load {
  display:none;
}

.f_ok {
  text-align:right;
  margin-top:12px
}

.f_ok input, .captcha_send input {
  display:inline;
  background:#009fe0;
  border:0px solid #009fe0;
  font-size:11px;
  color:#fff;
  padding:4px 7px;
  font-family:Arial;
  cursor:pointer;
}

.captcha_input {
  padding:5px 0;
}

.captcha_input input {
  width:88px;
  padding:3px 5px;
  font-size:13px;
  font-family:Arial;
  border:1px solid #fff;
  background:#fff;
}

.captcha_table {
  width:100%;
  margin-top:10px;
}

.captcha_left {
  width:100px;
  text-align:left;
  padding:0;
}

.captcha_right {
  text-align:right;
  padding:0;
  vertical-align:bottom;
}

.captcha_img {
  cursor:pointer;
}
/* --------- */