.js-modalBg {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.js-modalBox {
    position: absolute;
    color: #535353;
    padding: 0;
	z-index: 5;
	box-shadow: none !important;
}
.js-modalBox-header {
    padding: 0;
    font-size: 19px;
    font-weight: bold;
    color: #FEFEFE;
	font-size: 35px;
	font-style: italic;
	font-weight: bold;
}
.js-modalBox-body {
    padding: 4px 4px;
}
.js-modalBox-body p {
    margin: 5px 0;
}
.js-modalBox-close {
    float: right;
    cursor: pointer;
    margin: -15px -15px;
    font-weight: normal;
    font-size: 12px;
    width: 15px;
    height: 15px;
    background: url("/images/icons/modalBoxClose.png") no-repeat;
}
.js-modalBox-close:hover {
    background-position: 0 -21px;
}
.js-modalBox-close:active {
    background-position: 0 -42px;
}
.js-form-msg {
    color: #FF0000;
    font-size: 12px;
    min-height: 15px;
}
/* Таблица */
.js-modalBox-table thead th {
    background: #ffa93a;
    color: #FFF;
    padding: 4px;
}
.js-modalBox-table tr td {
    vertical-align: top;
}
/* /Таблица */
