@charset "utf-8";
#pb_template {
  display:none;
  position:absolute;
  left:50%;
  top:50%;
  width:320px;
  height:295px;
  margin:-166px 0 0 -162px;
  z-index:10
}
#pb_block {
  background-color:#000;
  color:#fff;
  position:absolute;
  left:50%;
  top:50%;
  width:320px;
  height:295px;
  margin:-166px 0 0 -162px
}
#pb_content iframe {
  position:relative;
  left:11px;
  top:7px
}
#pb_top_bar {
  background-color:#1b1b1b;
  height:25px
}
#pb_header_button_block {
  float:right;
  width:110px;
  height:100%;
  display:block
}
#pb_header_button_block span {
  display:block;
  position:relative;
  cursor:pointer
}
#pb_tj_logo {
  width:73px;
  height:15px;
  float:left;
  top:5px
}
#pb_close_button {
  background-color:#262626;
  float:right;
  width:25px;
  height:100%
}
#pb_close_button .icon {
  background-position:-73px 0;
  width:12px;
  height:12px;
  top:50%;
  left:50%;
  margin:-6px 0 0 -6px
}
#pb_close_button:hover {
  background-color:#353535
}
#resume_button {
  cursor:pointer;
  position:absolute;
  bottom:-30px;
  left:50%;
  margin:0 0 0 -60px;
  background-color:#131313;
  padding:5px 33px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px
}
#resume_button:hover {
  background-color:#272727
}
#resume_arrow {
  position:relative;
  top:2px;
  width:1px;
  height:1px;
  border:5px solid transparent;
  border-left:5px solid #fff;
  display:block;
  float:left
}
