.killScroll
{
    overflow:           hidden;
}

.blockPage
{
    position:           fixed;
    width:              818px;
    height:             583px;
    left:               50%;
    margin-left:        -409px;
    top:                15px;
    height:             573px;
}

.noDisplay
{
    display:            none;
}

#dialog
{
    display:            block;
    padding:            0px;
    padding-top:        22px;
    position:           relative;
    height:             586px;
    width:              818px;
    background-color:   white;
}

#dialog *
{
    margin:             0;
    padding:            0;
}

#dialog #dialogClose
{
    display:            block;
    height:             22px;
    width:              75px;
    position:           absolute;
    top:                0;
    right:              0px;
    background-color:   white;
    background-position:center center;
    background-repeat:  no-repeat;
}

#dialog #loadingMsg
{
    width:              100%;
    height:             100%;
    background-color:   white;
    background-position:center center;
    background-repeat:  no-repeat;
}

#dialog #modal
{
    width:              100%;
    height:             100%;
    display:            block;
    background-color:   white;
}

#dialog #modalFrame
{
    height:             100%;
    width:              100%;
    overflow:           auto;
}