.new_window_body {
    margin: 0 0 5px 0;
    background-color: #102248;
    overflow: hidden;
}

#edit_body{

}

#action_body{

}

#window_progress{
    width: 100px;
    height: 100px;
    margin: auto;
    margin-top:  100px;
    position: relative;
    background: transparent url("../images/ProgressIcon.gif") 0 0 no-repeat;
    background-size: 100px;
    text-indent: -5000em;
    outline: 0;
}

#window_body{
    visibility: hidden;
    color: inputform;
    background-color: #ffffff;
    overflow: auto;
}

#window_buttons{
    display: block;
    margin: 15px 0 0 0;
    text-align: right;
    height: 28px;
}

