/* External Video for Everybody plugin styles */
/* Disable this style sheet from the External VfE options page */

video.external-vfe {

   -moz-box-shadow: 3px 3px 6px #666666; /* FF3.5+ */
-webkit-box-shadow: 3px 3px 6px #666666; /* Saf3.0+, Chrome */
        box-shadow: 3px 3px 6px #666666; /* FF4, Opera 10.5, IE9, Chrome 10+ */

background-color: transparent; /* pre-HTML5 IE */
background-image: -moz-linear-gradient(top, #666666, #cccccc); 
background-image: -ms-linear-gradient(top, #666666, #cccccc); 
background-image: -o-linear-gradient(top, #666666, #cccccc); 
background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#cccccc)); 
background-image: -webkit-linear-gradient(top, #666666, #cccccc); 
background-image: linear-gradient(top, #666666, #cccccc);

}