.grm-dialog {
    position: absolute;
    visibility: hidden;
    top: 50px;
    left: 50px;
    height: 150px;
    z-index: 2200;
}

.grm-dialog-inner {
    border: 1px solid #808080;
    border-radius: 5px;
    background: #fff;
    color: #000;
    position: relative; 
    width: 100%; 
    height: 100%; 
}
.grm-dialog-header-line {
    width: 100%; 
    height: 28px; 
    background: #e0e0e0;    
    cursor: move;
}
.grm-dialog-close-panel {
    float:right; 
    margin: 4px 0px 0px 0px;
}
.grm-dialog-close-button {
    cursor:pointer;
}
.grm-dialog-close-button-X {
    cursor:pointer;
    padding: 5px 18px 5px 18px;
    color: #fff;   
    font-size: 16px;
    background: #c42037;
}
.grm-dialog-close-button-X:hover {    
    background: #404040;
}
.grm-dialog-content {
    width: 100%; 
    padding: 10px 20px 10px 20px;
    vertical-align: middle;    
}
.grm-dialog-message {
    width: 100%;
    /*font-size: 18px;  */
    text-transform: uppercase; 
    margin-top: 20px;
}
.grm-dialog-inner-title {
    width: 100%;
    font-size: 18px;    
    margin-bottom: 10px;
    text-align: center;
}
.grm-dialog-buttons-panel {
    position: absolute; 
    bottom: 10px; 
    width: 100%; 
    text-align: center;
}
.grm-dialog-buttons {
    border: 0px;
    width: auto;
    background: #c42037;
    padding: 5px 5px 5px 5px;
    color:#fff;
    text-decoration: none;
    cursor:default;
    width: 60px;
}
.grm-dialog-buttons:hover {
    cursor:pointer;
    background: #c42037;
}
.grm-dialog-buttons:disabled {
    background: #808080;
}

.grm-dialog-warning {
    border: 1px #cccc00;
    background-color: #bbbb00;
}

.bs-dialog {
    position: absolute;
    visibility: hidden;
    background-color: #fff;
    border: solid 1px #e0e0e0;
    border-radius: 10px;
    top: 50px;
    left: 50px;
    z-index: 2200;
}
