
.YoutubePlayer .Title {
    font: bold 10pt arial;
    margin: 10px 0;
}
.YoutubePlayer .Header {
    background: #bf0404 url("images/bar.png") no-repeat scroll right center;
    border-radius: 5px 5px 0 0;
    height: 26px;
}
.YoutubePlayer .Header .Text {
    color: #fff;
    font: bold 12px/26px arial;
    padding-left: 15px;
    text-shadow: 0 1px 0 #000;
    text-transform: uppercase;
    white-space: nowrap;
}
.YoutubePlayer iframe {
    width: 100% !important;
}
