/* css for the popup video found here /pda/palm-pre/ */	
.fade {display: none; top: 0; left: 0; height: 100%; width: 100%;}
.black-overlay{display: block; position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; background-color: #000; z-index:1005; -moz-opacity: 0.8; opacity:.80; filter: alpha(opacity=80);}
.video-wrap {position: absolute; top: 10%; margin: 0 auto; z-index: 1006; text-align: right; left: auto; background: #555; height: auto; -moz-border-radius-topleft:10px; -webkit-border-top-left-radius:10px; -webkit-box-shadow: 0px 5px 10px #000; -moz-box-shadow: 0px 5px 10px #000; box-shadow: 0px 5px 10px #000;}
.popup-video {margin: 0 auto;}
#close {width: 640px; color: #fff; font-weight: bold; font-size: 18px; margin: 0 auto; text-align: center; height: 22px; width: 22px; background: #444; float: right; border-bottom: none; cursor: pointer;}
.video-wrap .caption {color: #ddd; margin: 0; padding: 4px 0 0 10px; text-align: left;}