/* videoPlayer style */

#videoPlayer {
width: 690px;
position: absolute;
left: 50%;
margin-left: -345px;/*half of width*/
margin-top: 115px;
display: none;
background: #CAE6B3;/*eeeeee*/
border: 1px solid #eeeeee;
text-align:center;
z-index: 1;
}
#closeButton {
text-align: right;
padding: 3px 3px 0px 0;
}
#closeButton input {
background: transparent url(close.png) no-repeat scroll top right;
height: 25px;
width: 25px;
border:0;
}