
.YoutubePlayer {

  margin: 10px 0;
}
.YoutubePlayer .Header  {

    background: url("images/logo.png") no-repeat scroll 2px 5px, 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;
}
.YoutubePlayer .Header span{
    color: #ffffff;
    font: bold 10pt/32px arial;
    padding-left: 32px;
}
.YoutubePlayer .Title {
      border-bottom: 1px solid #09666e;
    color: #09666e;
    font: bold 11pt arial;
    margin: 10px 0;
}
.YoutubePlayer iframe{
  	width: 100%;
  	height:210px;}
.YoutubePlayer .Description {
  	font :bold 12px arial;
  	padding:10px 0px 0px 10px;
}
