#fullWindow
{
  display:none;
  z-index:5000;
}
#bgWindow
{
  position: fixed;
  width:100%;
  height:100%;
  background:url('images/bg.png');
  top:0;
  left:0;
  z-index:999;
}
#bodyWindow
{
  position: absolute;
  background:#fff;
  color:#000;
  border:2px #fff solid;
  border-width: 1px;
  padding: 30px;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  overflow:  hidden;
  z-index:1000;
}

#bodyWindow a
{
  /*color:#FFF;*/
}

#bodyWindow a.button
{
	width:auto;
	display:block;
}
div.wFix
{
  /*min-width:550px;*/
  margin:0 auto;
}
#loaderPink
{
  width: 100px;
  height:100px;
  margin: 0 auto;
  background:url('images/ajax.gif') 50% 50% no-repeat;
}
#hcontent #fullWindow{
	display: block;
}
#hcontent #bgWindow{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #e0e0e0;
    opacity: 0.7;
}
#hcontent #loaderPink{
	padding-top:100px;
}
#closeWindow
{
  position: fixed;
  width:18px;
  height:18px;
  top:10px;
  right:10px;
  background:url('images/close.png') 50% 50% no-repeat;
  z-index:1000;
}
#timerWindow
{
  color:#F05A72;
  background: #fff url('images/timer.png') 5px 50% no-repeat;
  margin:5px auto 15px;
  font-size:18px;
  display: inline-block;
  padding: 5px 10px 5px 40px;
  border-radius:5px;
}

@media (max-width: 960px) {
	div.wFix{
		min-width:auto;
	}
}