body.popup{
  min-height: auto;
  height: auto;
  min-width: 0px;
  width: auto;
  background-image: none;
  /*overflow: hidden;*/
}

body.popup #content{
  width: auto;
  margin: 0px;
  height: auto;
/*  border-top: 30px solid #ffffff; #e63357*/
  padding: 10px 10px 10px 10px;
}

body.popup #content h1{
/*  position: absolute;
  left: 5px;
  top: -30px;*/
  font-size: 15px;
  font-weight: 500;
  height: 30px;
}

body.popup #content h1 span{
  position: absolute;
  left: 0px;
  color: #e63357;
  background-image: url(../images/headline_bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 110px;
  text-transform: uppercase;
}

#popup_bg, #popup2_bg{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../app/images/fg_image_bg.png);
  display: none;
  z-index: 1;
}

#popup2_bg{
  z-index: 999;
}

#popup, #popup2{
  position: fixed;
/*  top: 50%;*/
  top: 10px;
  left: 50%;
  background-color: white;
  z-index: 998;
  display: none;
  border-radius: 5px;
}

#popup2{
  z-index: 1000;
}

#popup iframe, #popup2 iframe{  
  background-color: transparent;
}

#popup_close{
  position: fixed;
  right: 20px;
  top: 0px;
  z-index: 10001;
  background-color: #ea3d3d;
  background: -webkit-linear-gradient(top, #ea3d3d, #c13436);
  background: -ms-linear-gradient(top, #ea3d3d, #c13436);
  background: -o-linear-gradient(top, #ea3d3d, #c13436);
  background: -moz-linear-gradient(top, #ea3d3d, #c13436);
  text-decoration: none;
  border: 1px solid #ab3939;
  border-width: 0px 1px 1px 1px;
}

#popup_close span{
  display: block;
  font-weight: 600;
  font-size: 11px;
  color: #fffefe;
  text-decoration: none;
  background-image: url(../images/popup_close.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 8px 20px 8px 8px;
  margin-right: 8px;
}

body.popup input[type=text], body.popup input[type=password], body.popup input[type=number], body.popup select, body.popup textarea{
  background-color: #f6f6f6; 
  border: 1px solid #dbdbdb;
  color: #6a6767;
}