.window-pop-up{
  width: 460px;
  padding: 40px;
  overflow-y:auto;
  overflow-x:hidden;
  position:fixed;
  top:30Px;

  left:50%;
  min-height:300px;
  margin-left:-250px;
  background-color:#fff;

  z-index:10000000000;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(50, 50, 50, 1);
-moz-box-shadow:    0px 0px 8px 1px rgba(50, 50, 50, 1);
box-shadow:         0px 0px 8px 1px rgba(50, 50, 50, 1);
}
.window-pop-up .ch1
{
 margin-top:20px;
     text-transform: uppercase;
    color: #000;
    font-size: 26px;
    font-family: 'PT Sans Narrow Bold', sans-serif;
    margin-bottom: 10px;

}
.window-pop-up .ch2
{
 margin-top:20px;
     text-transform: uppercase;
    color: #000;
    font-size: 26px;
    font-family: ; 'RobotoCondensed-Regular', sans-serif
    margin-bottom: 10px;

}
.inp
{
    border:1px #444 solid;
    height:30px;
    line-height:30px;
    padding-left:10px;
}
.ptable
{
 margin:0 auto;
 margin-top:30px;
}
.ptable td
{
  padding-right:20px;
  padding-top:10px;
}
.window-pop-up .sub-button
{
 margin:0 auto !important;
 width:200px;
}
.window-pop-up .window-pop-up-close{
  margin-left:397px;
  margin-top:-32px;
    background-image:url('close2.png');
  width:35px;
  background-repeat:no-repeat;
  height:35px;
  position:absolute;

}
.window-pop-up .window-pop-up-close a
{
 display:block;
 width:35px;
 height:35px;
}
.window-pop-up .window-pop-up-content{

}
.window-pop-up-overlay{
  display:none;
  background-image:url('./transp.png');
  position:fixed;
  width:100%;
  height:100%;
  z-index:100000;
  top:0;
  left:0;
}
.windowLoading {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.5);
    top: 0;
}
.content_right_info_item_button a
{
  display: block;
  text-decoration: none;
  margin: 0 auto;
  width: 230px;
  height: 55px;
  margin-top:20px;
  background: #fdda4e;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-size: 22px;
  line-height: 55px;
  font-family: 'FranklinGothicHeavyC', sans-serif;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.content_right_info_item_button a:hover {
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.4);
  box-shadow: 0 2px 2px rgba(0,0,0,0.4);

}
.h-button
{
  display: block;
  text-decoration: none;
  margin: 0 auto;
  width: 230px;
  height: 55px;
  margin-top:20px;
  background: #fdda4e;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-size: 22px;
  line-height: 55px;
  font-family: 'FranklinGothicHeavyC', sans-serif;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.h-button:hover {
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.4);
  box-shadow: 0 2px 2px rgba(0,0,0,0.4);

}