.YoutubePlayer .Title {
        font: bold 10pt arial;
        margin: 10px 0;
}
.YoutubePlayer .Header {
        background: url(images/icon.png) no-repeat scroll 8px center, linear-gradient(180deg, #82bb05, #a2cb3e);
        font: bold 10pt arial;
        height: 30px;
        border-radius: 5px 5px 0 0;
}
.YoutubePlayer .Header .Text {
        color: #ffffff;
        font: bold 10pt/30px arial;
        padding-left: 40px;
        text-transform: uppercase;
}
.YoutubePlayer iframe {
        width: 100% !important;
}
