body
{
    text-align: center; /* for IE */
}

#dimScreen
{
    position: absolute;
    top: 0px; left: 0px;
    height: 100%; width: 100%;
    background-color: #000;
    z-index: 10;
    opacity: 0.4;
    filter: alpha(opacity=40);
    
    display: none;
}

#pwrap
{
    position: absolute;
    top: 0px; left: 0px;
    height: 100%; width: 100%;
    z-index: 15;
  
    display: none;
}

#popup
{
    /*position: relative;*/
    margin: 30px auto 0 auto;
    height: 560px; width: 650px;
    z-index: 20;
    
    padding: 10px;
    background-color: #fff;
    border: 5px solid #333;
    text-align: left;
}