
.YoutubePlayer {
   background: -moz-linear-gradient(top, rgb(21, 138, 208) 0%, rgb(151, 192, 216) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(22, 148, 39, 1)), color-stop(100%, rgba(117, 209, 125, 1)));
  background: -webkit-linear-gradient(top, rgb(21, 138, 208) 0%, rgb(151, 192, 216) 100%);
  background: -o-linear-gradient(top, rgb(21, 138, 208) 0%, rgb(151, 192, 216) 100%);
  background: -ms-linear-gradient(top, rgb(21, 138, 208) 0%, rgb(151, 192, 216) 100%);
  background: linear-gradient(to bottom, rgb(21, 138, 208) 0%, rgb(151, 192, 216) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#169427', endColorstr='#75d17d', GradientType=0);
  border-radius: 10px 10px 0 0;
  margin-bottom: 8px;
  padding: 0;
}
.YoutubePlayer .Title {
    font: bold 10pt arial;
    margin: 10px 0;
}
.YoutubePlayer .Header {
    background: rgba(0, 0, 0, 0) url("images/redbar.png") no-repeat scroll left top;
    height: 31px;
    left: -7px;
    padding: 0;
    position: relative;
    top: 5px;
}
.YoutubePlayer .Header .Text {
    color: #fff;
    font: bold 13px/25px arial;
    left: 20px;
    position: absolute;
    top: -1px;
    white-space: nowrap;
}
.YoutubePlayer iframe {
    width: 100% !important;
}
