
.YoutubePlayer .Header {
    background: rgba(0, 0, 0, 0) url("images/bar.png") no-repeat scroll left center;
    height: 40px;
}
.YoutubePlayer {
    margin-top: 10px;
}
.YoutubePlayer .Header .Text {
    color: #ffffff;
    font: bold 13px/35px arial;
    padding-left: 55px;
}
.YoutubePlayer .Title {
    border-bottom: 1px dotted #ccc;
    color: #333;
    display: inline-block;
    font: 10pt arial;
    padding: 5px 0;
}
.YoutubePlayer iframe {
    background-color: White;
    border: medium none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}
