div#modalMask {
 width: 100%;
 height: 100%;
 position: fixed;
 z-index: 9999998;
 display: none;
}

div.modalMask {
 background-color: #ffffff;
 opacity: 0.6 !important;
 filter: alpha(opacity=60) !important;
 top: 0;
}

div#modalMessage {
 position: absolute;
 text-align: center;
 top: 50%;
 left: 50%;
 z-index: 9999999;
 display: none;
 -webkit-box-shadow: 0px 0px 56px -2px rgba(0,0,0,0.45);
 -moz-box-shadow: 0px 0px 56px -2px rgba(0,0,0,0.45);
 box-shadow: 0px 0px 56px -2px rgba(0,0,0,0.45);
}

div.modalMessage {
 background-color: #ffffff;
 border: 2px solid #999999;
}

div.modalMessage img.modalLoader {
 margin-right: 5px;
}

div.modalMessage {
 font-size: 13px;
 color: #333333;
}

table.modalMessage-table {
 text-align: center;
}

table.modalMessage-table td {
 vertical-align: middle;
 padding-left: 10px;
 padding-right: 10px;
}

.hide-scrollbars {
 overflow: hidden;
}
