.YoutubePlayer {
        margin: 10px 0;
}
.YoutubePlayer .Header  {
        background: url(images/i.png) no-repeat scroll right 10px center #12a73f;
        color: #ffffff;
        font: bold 10pt/30px arial;
        /* height: 44px; */
        /* padding-left: 50px; */
}
.YoutubePlayer .Header span{
        color: #ffffff;
        display: inline-block;
        font: bold 11pt/32px arial;
        padding-left: 20px;
        text-transform: uppercase;
}
.YoutubePlayer .Title {
        border-bottom: 1px solid #09666e;
        color: #09666e;
        font: bold 11pt arial;
        margin: 10px 0;
}
.YoutubePlayer iframe{
        width: 100%;
        height:160px;
}
