
.YoutubePlayer {
  margin: 10px 0;
}
.YoutubePlayer .Header  {
    background:url("images/bar12.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    #border-radius: 0 10px 0 0;
    height: 28px;
    padding-bottom: 5px;
    display:none;
}
.YoutubePlayer .Header span{
    color: #f00;
    font: bold 11pt/32px arial;
    padding-left: 10px;
     text-transform : uppercase;
}
.YoutubePlayer .Title {
      border-bottom: 1px solid #09666e;
    color: #09666e;
    font: bold 11pt arial;
    margin: 10px 0;
}
.YoutubePlayer iframe{width: 700px;height:500px;}
.YoutubePlayer .Description {
  font :bold 12px arial;
  padding:10px 0px 0px 10px;
}