.theme_win7 .windowButton {
    height: 18px;
    border: solid #2020207f;
    border-width: 0px 0px 1px 1px;
    position: relative;
    z-index: 1;
}
.theme_win7 .windowButton_real {
    height: 16px;
    border: 1px solid #ffffff9f;
    border-top: 1px solid #ffffff;
    display: flex;
    align-items: end;
    justify-content: center;
    color: white;
    font-weight: bold;
    text-shadow: 1px 0px 0px #535666, -1px 0px 0px #535666, 1px 1px 0px #535666, -1px 1px 0px #535666, 1px -1px 0px #535666, -1px -1px 0px #535666, 0px 1px 0px #535666, 0px -1px 0px #535666;
    position: relative;
    z-index: 0;
}
.theme_win7 .buttons {
    position: absolute;
    right: 5px;
    border: solid #ffffff9f;
    border-width: 0px 1px 1px 1px;
    display: flex;
    top: 0px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.theme_win7 .buttonClose {
    width: 46px;
    border-width: 0px 1px 1px 1px;
}
.theme_win7 .buttonMax {
    width: 26px;
}
.theme_win7 .buttonMin {
    width: 27px;
    border-bottom-left-radius: 5px;
}
.theme_win7 .buttonMin_real {
    border-bottom-left-radius: 4px;
}
.theme_win7 .buttonClose {
    border-bottom-right-radius: 5px;
}
.theme_win7 .buttonClose_real {
    border-bottom-right-radius: 4px;
}
.theme_win7 .buttonClose_c {
    background-color: #ca3226;
    border-bottom-right-radius: 5px;
}
.theme_win7 .button_lowerEffect {
    height: 50%;
    width: calc(100% - 2px);
    position: absolute;
    bottom: 1px;
    z-index: 0;
    background-image: linear-gradient(#ffffff00, #ffffff5f);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
}
.theme_win7 .button_upperEffect {
    height: calc(50% - 1px);
    width: calc(100% - 2px);
    position: absolute;
    top: 0px;
    z-index: 0;
    background-image: linear-gradient(#ffffffaf, #ffffff5f);
    left: 1px;
}