@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("blip.tv") {

#QL_Links a[href^="http://blip.tv/file/get/"] {
padding: 10px 30px !important;
background: white !important;
top: 0px !important;
left: 5px !important;
position: fixed !important;
border-bottom: 2px solid rgba(0, 0, 0, 0.3) !important;
border-left: 2px solid rgba(0, 0, 0, 0.3) !important;
border-right: 2px solid rgba(0, 0, 0, 0.3) !important;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
z-index: 1000 !important;
opacity: 0.5 !important;
}

#QL_Links a[href^="http://blip.tv/file/get/"]:hover { opacity: 1.0 !important; }

}