@charset "utf-8";
/* CSS Document */

		
#fullMask {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  display: none;
}


		
#videoWindow {
  width: 400px;
  height: 400px;
  position: fixed;
  display: none;
  background-color: #808040;
  z-index: 2010;
}

.videoFrame {
  display: none;
}

#videoClose {
  display: none;
  background-color: #000;
  color: #fff;
  z-index: 2010;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  position: fixed;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
}

.videoPlay {
  text-decoration: none;
}
