


#modalOverlayContainer 
{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;    
	z-index: 30000;
}

#modalOverlayBg 
{
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.7;
    background-color: Black;
    filter: alpha(opacity=50);
}


#modalOverlayVCenter 
{
    position: absolute;
    top: 0%;
    height: 1px;
    width: 1px;
    left: 50%;
}

#modalOverlayIframe 
{
    position: absolute;
    width: 640px;
    height: 50%;
    top: 0px;
    margin: auto;
    left: 320px;
}

#modalOverlayClose 
{
    position:absolute;
    width: 30px;
    height: 30px;
    top: 0px;
    left: 350px;
}