.youTube {
  border: solid 1px #000000;
  margin-top: -30px;
}
.youTube .video {
  cursor: pointer;
  position: relative;
}
.youTube img { width: 200px; }
.youTube .play {
  height: 52px;
  width: 52px;
  background: URL('images/play.png') no-repeat 0 0;
  position: absolute;
  left: 50%;
  margin-left: -26px;
  top: 50px;
  cursor: pointer;
}
.youTube .more {
  text-align: center;
  line-height: 20px;
  display: block;
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
}
.youTube.list {
  border: 0;
  width: 700px;
  margin: 0;
  overflow: hidden;
  clear: both;
}
.youTube.list .video {
  float: left;
  margin: 0 16px 16px 0;
  width: 200px;
  overflow: hidden;
}
.youTube.list .title {
  height: 15px;
  overflow: hidden;
}
#YouTubePlayer div.bg, #newsMailBox div.bg {
  top: 0;
  left: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: .8;
  filter: ALPHA(opacity=80);
  zoom: 1;
  z-index: 9999;
}
.ie7 #YouTubePlayer div.bg, .ie8 #YouTubePlayer div.bg, .ie #newsMailBox div.bg, .ie #newsMailBox div.nmb { position: absolute; }
#YouTubePlayer div.yt {
  position: absolute;
  left: 50%;
  top: 200px;
  margin-left: -320px;
  z-index: 99999;
}
#YouTubePlayer a {
  cursor: pointer;
  display: block;
  text-align: right;
  color: #ffffff;
}
#newsMailBox div.nmb {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -195px;
  margin-left: -150px;
  z-index: 99999;
  height: 312px;
  width: 310px;
}
#newsMailBox a {
  background: URL("images/close.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  display: block;
  float: right;
  height: 31px;
  margin-bottom: 5px;
  width: 32px;
}
#newsMailBox div.content {
  height: 174px;
  width: 270px;
  padding: 20px;
  clear: both;
  background-color: #ffffff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -moz-box-shadow: 0px 0px 10px #ffffff;
  -webkit-box-shadow: 0px 0px 10px #ffffff;
  box-shadow: 0px 0px 10px #ffffff;
}
#newsMailBox div.title {
  color: #4a9e3d;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 25px;
}
#newsMailBox iframe {
  width: 270px;
  height: 130px;
  overflow: hidden;
}

