.ModalPopupBG
{
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.TestPopup
{
    position:fixed;
    left:250px;
    top:500px;
    min-width:500px;
    min-height:450px;
    background:white;
}