html, body {height:100%; margin:0; padding:0;}
* {
    box-sizing: border-box;
}
#psw-forms-wrapper {
    width: 100%;
    height: 100%;
    display: table;
}
#psw-forms-frameWrapper {
    height: 100%;
}
#psw-forms-formFrame {
    width: 100%;
    height: 100%;
    border: 0px;
}
#psw-forms-buttonBar {
    background: white;
    padding: 3px;
    text-align: center;
}
#psw-forms-statusBar {
    background: #EFEFEF;
    font-family: Sans-Serif;
    font-size: 12px;
    padding: 3px;
}
#psw-forms-fullScreenSuccess {
    font-family: Sans-Serif;
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 50%;
    transform:translateY(-50%);
}
#psw-forms-buttonBarSuccess {
    font-family: Sans-Serif;
    font-weight: bold;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 3px;
}
.psw-forms-formActionButton {
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 2px;
}
#psw-forms-formActionButton1id{
    color: #000000;
    background-color: white;
    border-color: #C8C8C8;
}
#psw-forms-formActionButton2id{
    color: #000000;
    background-color: white;
    border-color: #C8C8C8;
}
#psw-forms-formActionButton3id{
    color: #000000;
    background-color: white;
    border-color: #C8C8C8;
}
#psw-forms-formActionButton4id{
    color: #000000;
    background-color: #F0F0F0;
    border-color: #C8C8C8;
}
#psw-forms-formFrameDiv {
}
.psw-forms-row {
    display: table-row;
}
.psw-forms-cell {
    display: table-cell;
}
#psw-forms-attachmentsDialog #psw-forms-fileChooser {
    display: none;
}
#psw-forms-attachmentsDialog {
    border-style: none;
}
#psw-forms-errorDialog {
    border-style: none;
}
