.promptWindow {
    margin: -100px 10%;
    border: 1px black solid;
    border-radius: 10px;
    padding: 10px;
    position: fixed;
    top: 50%;
    width: 80%;
    height: 200px;
    background-color: white;
    z-index: 8200;
}

.promptWindow header {
    padding: 5px 0;
}

.promptWindow input{
    margin: 10px 0;
    padding: 5px 2px;
    width: 100%;
}

.promptWindow .btnDiv {
    text-align: center;
}