html {
	background-position: 50% 50%; margin: 0px; padding: 0px; background-attachment: fixed; background-size: cover;
}
body {
	background-position: 50% 50%; margin: 0px; padding: 0px; background-attachment: fixed; background-size: cover;
  background-color: #004063;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.bg-img {
	
}
.body {
	margin: 0px auto; padding: 20px; /*max-width: 600px; 05A8B4 */
}
.body-s {
	max-width: 464px;
    min-width: 280px;
}
.floatleft {
  float: left !important;
  margin-left: 0px !important;
}
.formblock .button-gray.button {
	background-color: rgb(179, 179, 179);
}
.formblock .button-green.button {
	background-color: #43bf43;
}
.formblock .button-orange.button {
	background-color: #ff6a00;
}
img.logo {
    padding: 0px 0px 15px;
 	max-width: 464px;
	width: 100%;
}
.VerifyMailBlock {
    padding: 5px !important;
    border: 1px dotted gray;
    background-color: lightyellow;
}
/* tooltip for Help element */
 .help:hover + .tooltip {
            opacity: 1;
        }
.help:hover + .tooltip-top-left {
            right: auto;
            left: 0px;
            margin-bottom: 5px;
        }
.help:hover + .tooltip-top-right {
	left: auto; right: 0px; margin-bottom: 5px;
}
.help:hover + .tooltip-right {
	left: 100%; margin-left: 5px;
}
.help:hover + .tooltip-left {
	left: auto; right: 100%; margin-right: 5px;
}
.help:hover + .tooltip-bottom-right {
	left: auto; right: 0px; margin-top: 5px;
}
.help:hover + .tooltip-bottom-left {
	left: 0px; right: auto; margin-top: 5px;
}
.img-align-middle { vertical-align:middle ;}

/*progress block*/
.formblock-shadow {
  background: white none repeat scroll 0 0;
  height: 100%;
  opacity: 0.7;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  z-index: 100;
}

.child {
  display: block;
  height: 40%;
  margin: -15% 0 0;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 100%;
  text-shadow: #fff -2px -2px 5px, #fff 2px 2px 5px, rgba(255,255,255,0.9) 2px 2px 22px;
}

.formblock-content {
  opacity: 0.8;  
  filter: blur(5px);
  background-color: white;  
  -webkit-filter: blur(3px);
  transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}

/* Прочие формы */

/* КЕДР форма f01 */
.body-s780 {
	width: 780px;
}


