
/*
This stylesheet is for use with the Subsero PopUp library
*/

#overlay
{
position: absolute;
top: 0;
left: 0;
z-index: 20;
width: 100%;
height: 500px;
background-color: #000000;
}

.messagePopBox
{
z-index: 100;
}