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

div#shadeback
{
/* Do not change these popup div style properties */
position: absolute;
display: none;
left: 0;
top: 0;
z-index: 98;

/* style other properties of popup div below */
background-color: black;
filter: alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
width: 100%;
height: 100%;

}
div#moviepopup
{
/* Do not change these popup div style properties */
position: absolute;
display: none;
left: 50%;
top: 50%;
z-index: 99;

/* style other properties of popup div below */
background-color: white;
width: 435px;
height: 384px;
margin-left: -217px;
margin-top: -177px;
padding: 10px 5px 10px 5px;
}

/* style popup close link */
.popuplink
{
cursor: pointer;
font: 11px verdana;
color: #858174;
text-decoration: none;
}
.popuplink:hover
{
text-decoration: underline;
}