.YoutubePlayer {
    margin: 10px 0 0 0;
}
.YoutubePlayer .Title {
    font: bold 10pt arial;
    margin: 10px 0;
}
.YoutubePlayer .Header {
    background: url("images/logo.gif") no-repeat scroll left center, rgba(0, 0, 0, 0) url("images/menu.png") repeat-x scroll 0 0;
    border: 1px solid #e0e0e0;
    height: 26px;
    width: 100%;
}
.YoutubePlayer .Header .Text {
    color: #fff;
    display: inline-block;
    font: bold 10pt/26px arial;
    padding-left: 35px;
}
.YoutubePlayer iframe {
    width: 100% !important;
}
