* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
background: #fff;
color:#000;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align: center;
margin-left: 1px;
}
body {
font-size:  0.6em;
}
#ytimage {
position: relative;
z-index: 10;
width: 463px;
height: 460px;
}
#ytimage span {
position: absolute;
top: 0;
left: 0;
height: 416px;
width: 463px;
z-index: 60;
cursor: pointer;
background: url(/youtube/images/videoPlayLarge.gif) 0 0 no-repeat;
}
#ytapiplayer {
position: relative;
z-index: -1;
}
#controls {
margin-top: -4px;
-moz-border-radius: 0 0 10px 10px;
background: url(/youtube/images/logo.gif) 0 5px no-repeat #f5f5f5;
}
#buttons {
float: right;
margin: 5px 0 3px 0;
}
#buttons li {
float: left;
display: inline;
margin: 3px;
}
#VideoPlay a, #VideoForward a, #VideoRewind a, #VideoPause a, #VideoStop a, #VideoUnMute a, #VideoMute a {
display: block;
overflow: hidden;
padding: 26px 0 0 0;
height: 0;
width: 26px !important;
margin: 0;
}
#VideoPlay a {
background: url(/youtube/images/videoPlay.gif) 0 0 no-repeat;
}
#VideoForward a {
background: url(/youtube/images/videoForward.gif) 0 0 no-repeat;
}
#VideoRewind a {
background: url(/youtube/images/videoRewind.gif) 0 0 no-repeat;
}
#VideoPause a {
background: url(/youtube/images/videoPause.gif) 0 0 no-repeat;
}
#VideoStop a {
background: url(/youtube/images/videoStop.gif) 0 0 no-repeat;
}
#VideoUnMute a {
background: url(/youtube/images/videoMute.gif) 0 0 no-repeat;
}
#VideoMute a {
background: url(/youtube/images/videoUnMute.gif) 0 0 no-repeat;
}
#timebar {
clear: both;
position: relative;
width: 461px;
height: 16px;
background: #99CC99;
border: 1px solid #006600;
}
#timespan {
position: relative;
z-index: 3;
float: right;
padding: 2px;
}
#timebarIndicator {
position: absolute;
z-index: 2;
display: block;
left: 0;
top: 0;
background: #006600;
width: 3px;
height: 16px;
}
#bytesbarIndicator {
position: absolute;
z-index: 1;
display: block;
left: 0;
top: 0;
background: #669966;
width: 3px;
height: 16px;
}
#slider01 {
position: relative;
width: 58px;
height: 26px;
background: url(/youtube/images/videoVolumeBackground.gif) 0 0 no-repeat;
}
#slider01 span {
position: absolute;
z-index: 70;
height: 26px;
left: 6px;
cursor: pointer;
background: url(/youtube/images/videoVolumeKnob.gif) 0 0 no-repeat;
}