@charset "utf-8";
/* CSS Document */

div#vidPane{
position: absolute;
top: 50px;
left: 75px;
display: none;
padding: 11px 0 20px 0;
background-color: #fc6;
border: 1px solid #666;
background: #d55 url(/grafix/widgets/videopop-hdr.png) repeat-x 0 -6px;
cursor: move;
z-index: 100;
}

div#vidPane img.dragcross{
float:left;
}


div#vidPane a:link,
div#vidPane a:visited{
position:absolute;
top:5px;
right:3px;
color: #ccc;
text-decoration:none;
border-bottom:0;
padding-right:18px;
margin-right:4px;
height:14px;
background:transparent url(/grafix/widgets/close-cross.png) no-repeat 100% 0;
}

div#vidPane a:hover{
color: #fff;
}

div#vidPane center{
background:#d55 url(/grafix/widgets/vid-loading.gif) no-repeat 50% 50%;
}

div#vidPane #hqlink{
position:absolute;
top:377px;
background-color:#d55;
background-image:none;
padding-right:0;
}



