<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.gr-button {
  padding: 0;
  margin: 0;
  vertical-align: middle;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  color: #040404;
  padding: 4px 10px;
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #f8f8f8, #dfdfdf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#dfdfdf));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #dfdfdf);
  background-image: -o-linear-gradient(top, #f8f8f8, #dfdfdf);
  background-image: linear-gradient(to bottom, #f8f8f8, #dfdfdf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#dfdfdf', GradientType=0);
  -webkit-box-shadow: #cccccc 1px 1px 0 inset, #cccccc -1px -1px 0 inset, #cccccc -1px 1px 0 inset, #cccccc 1px -1px 0 inset;
  -moz-box-shadow: #cccccc 1px 1px 0 inset, #cccccc -1px -1px 0 inset, #cccccc -1px 1px 0 inset, #cccccc 1px -1px 0 inset;
  box-shadow: #cccccc 1px 1px 0 inset, #cccccc -1px -1px 0 inset, #cccccc -1px 1px 0 inset, #cccccc 1px -1px 0 inset;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.gr-button:hover {
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fbfbfb, #efefef);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbfbfb), to(#efefef));
  background-image: -webkit-linear-gradient(top, #fbfbfb, #efefef);
  background-image: -o-linear-gradient(top, #fbfbfb, #efefef);
  background-image: linear-gradient(to bottom, #fbfbfb, #efefef);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#efefef', GradientType=0);
}
.gr-button:active {
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #dedede, #f1f1f1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dedede), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #dedede, #f1f1f1);
  background-image: -o-linear-gradient(top, #dedede, #f1f1f1);
  background-image: linear-gradient(to bottom, #dedede, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#f1f1f1', GradientType=0);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0 inset;
}
.gr-button.disabled,
.gr-button.disabled:hover,
.gr-button.disabled:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 inset;
  background: none #eeeeee;
  color: #1a1a1a;
  cursor: default;
}
.gr-form {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #eeeeee;
  padding: 10px 15px;
  font-size: 13px;
}
.gr-form .gr-required {
  color: #eb3c3c;
}
.gr-form .gr-head {
  font-weight: bold;
  color: #333333;
  font-size: 13px;
  line-height: 17px;
  padding: 0 0 12px;
}
.gr-form label {
  line-height: normal;
}
.gr-form input[type=text],
.gr-form input[type=password],
.gr-form textarea,
.gr-form select {
  vertical-align: middle;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #cccccc;
  padding: 4px;
  color: #333333;
}
.gr-form input[type=checkbox],
.gr-form input[type=radio] {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.gr-form .gr-field {
  margin: 0px 0px 10px 0px;
}
.gr-form .gr-error {
  color: #eb3c3c;
}
.gr-form .gr-value {
  margin: 3px 0px 0px;
}
.gr-form .gr-value ul,
.gr-form .gr-value li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gr-form .gr-value li {
  margin: 0 0 7px 0;
}
.gr-form ul.gr-date {
  *zoom: 1;
}
.gr-form ul.gr-date:before,
.gr-form ul.gr-date:after {
  display: table;
  line-height: 0;
  content: "";
}
.gr-form ul.gr-date:after {
  clear: both;
}
.gr-form ul.gr-date li {
  float: left;
  margin: 0;
}
.gr-form ul.gr-date li + li {
  margin-left: 20px;
}
.gr-form .gr-note {
  font-size: 11px;
}
#s3-callback-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: #000;
}
#s3-callback-win {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  position: fixed;
  background: #fff;
  padding: 10px;
  left: 50%;
  top: 50%;
  min-width: 280px;
  min-height: 200px;
}
#s3-callback-win .gr-form {
  border: none;
}
#s3-callback-win .gr-form .gr-error {
  display: block;
}
#s3-callback-btn {
  background-color: #ec4949;
  background-image: -moz-linear-gradient(top, #ed5151, #eb3c3c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ed5151), to(#eb3c3c));
  background-image: -webkit-linear-gradient(top, #ed5151, #eb3c3c);
  background-image: -o-linear-gradient(top, #ed5151, #eb3c3c);
  background-image: linear-gradient(to bottom, #ed5151, #eb3c3c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed5151', endColorstr='#eb3c3c', GradientType=0);
  display: block;
  position: fixed;
  width: 150px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
#s3-callback-btn.s3-callback-left,
#s3-callback-btn.s3-callback-right,
#s3-callback-btn.s3-callback-bottom {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}
#s3-callback-btn.s3-callback-left {
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
  transform: rotate(-270deg);
  left: -60px;
  top: 50%;
  margin-top: -15px;
}
#s3-callback-btn.s3-callback-right {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: -60px;
  top: 50%;
  margin-top: -15px;
}
#s3-callback-btn.s3-callback-bottom {
  bottom: 0;
  left: 50%;
  margin-left: -75px;
}
#s3-callback-btn.s3-callback-top {
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  top: 0;
  left: 50%;
  margin-left: -75px;
}
#s3-callback-close {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url('http://megagroup.ru/shared/highslide/graphics/close.png') 0 0 no-repeat;
  top: -15px;
  right: -15px;
}


.gr-form .anketa-flash-upload .no-more {padding-left: 5px;}</pre></body></html>