div.msgBox { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 4px 10px 4px 10px; position: fixed; z-index: 9999999; width: 430px; min-height: 160px; color: #00335e; border-radius: 6px; box-shadow: 0px 0px 11px #000; background-color: #fff; } div.msgBoxTitle { padding: 5px 0 5px 0; font-variant: small-caps; font-size: 16pt; font-weight: lighter; color: #00335e; width: 100%; border-bottom: 1px solid #002c5f; } div.msgBoxButtons { display: inline-block; width: 100%; text-align: right; } div.msgBoxButtons input[type='button'] { cursor: pointer; margin: 2px; height: 35px; width: 90px; border: 1px solid #afafaf; background-color: #004076; color: #fff; border-radius: 6px; outline: none; } div.msgBoxButtons input[type='button']:hover { background-color: #00549c; color: #fff; } div.msgBoxButtons input[type='button']:active { background-color: #aaa; color: #fff; } div.msgBoxButtons input[type='button']:focus { outline: none; border: solid 2px #fc6; } div.msgBoxInputs { margin: 0 auto; padding-top: 2px; padding-bottom: 2px; margin-top: 5px; width: 195px; } div.msgInput input[type='text'], div.msgInput input[type='password'] { padding: 4px; border: 1px solid #dfdfdf; color: #2f2f2f; width: 180px; } div.msgBoxContent { font-size: 11pt; margin: 0 3px 6px 3px; display: inline-block; height: 100%; width: 100%; } div.msgBoxContentTableRow { display: table-row; width: 100%; } div.msgBoxContentTableCell { display: table-cell; width: 50%; }