.panel-tool button {
    width: 14px;
    height: 14px;
    margin: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    background: url(../images/common/popup_close.png) no-repeat left top;
}

.panel-tool-close {
    padding-left: 18px;
}

.panel-with-icon {
    padding-left: 18px;
}

.panel-header {
    cursor: pointer;
}

.panel-tool button:hover {
    background-color: #a49c9e;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
}

.modal-content {
    border: none;
    border-radius: 10px;
    background-color: #292b2c;
    color: white;
}

.window-body > .panel {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 2px solid #594b4f;
    border-top: 0px;
}

.panel-tool {
    margin-top: -7px;
}

.panel-tool {
    right: 20px;
}

button {
    text-align: left;
}