.button {
    border: solid 1px #c0c0c0;
    background-color: #eeeeee;
    font-family: Tahoma !important;
    font-size: 8pt !important;
}

.modalBg {
    background-color: #ffffff;
    filter: alpha(opacity=80);
    opacity: 0.80;
}

.modalPanel {
    border: 3px solid Gray;
    background-color: #cccccc;
    padding: 3px;
    box-sizing: content-box; /*Bootstrap compatibility*/
}

.right {
    text-align: right;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.style1 {
    height: 18px;
    padding: 5px; /*Bootstrap compatibility*/
}