
.YoutubePlayer .Title {
    font: bold 10pt arial;
    margin: 10px 0;
}
.YoutubePlayer .Header {
      background: #9b0000;
      background: -moz-linear-gradient(left, #9b0000 0%, #e24f4f 100%);
      background: -webkit-linear-gradient(left, #9b0000 0%,#E03E3E 100%);
      background: linear-gradient(to right, #9b0000 0%,#E03E3EB 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b0000', endColorstr='#e24f4f',GradientType=1 );
    height: 27px;
    text-align:center;
}
.YoutubePlayer .Header .Text {
    color: #fff;
    font: bold 10pt/27px arial;
    text-transform: uppercase;
}
.YoutubePlayer iframe {
    width: 100% !important;
}
