.PanelPopup {
    width: 95%;
    height: 500px;
    padding: 2px;
    border: solid 1px black;
    background: white;
}
#Terms_Window {
    height: 450px;
    padding: 3px 3px 3px 3px;
    background: white;
    overflow: scroll;
}
#Terms_Text {
    background: white;
}
.PopupBackground {
    background-color: gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
