/* Стилі модальних popup-вікон (винесено з game.css для лендінгу) */

.popup_wrap {padding: 3px;}

.popup_wrap .popup_border {
    background: url("../images/gray_bg.jpg") 0 0 repeat;
    border: 4px solid #a2a2a2;
}
.popup_wrap .popup_content {
    min-height: 60px;
}
.popup_wrap .popup_content .error, .popup_wrap .popup_content .success {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 5px;
}

.popup_wrap .popup_content .error {color: #b94a48;}
.popup_wrap .popup_content .success {color: #468847;}
.popup_wrap .popup_border.border_radius {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.popup_wrap .popup_border_1 {
    border: 1px solid #767676;
    border-left: 0 none;
}

.popup_head_1 {
    padding: 0 15px;
    margin: -23px -5px 0 -4px;
}
.popup_head_1 .ph1_bg, .popup_head_1 .ph1_left, .popup_head_1 .ph1_right {
    background: url("../images/style_head_popup.png") 0 -70px repeat-x;
}

.popup_head_1 .ph1_left {
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-left: -15px;
}

.popup_head_1 .ph1_right {
    background-position: 100% -35px;
    background-repeat: no-repeat;
    margin-right: -15px;
}

.popup_head_1 .ph1_content {
    line-height: 35px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    min-width: 200px;
    min-height: 27px;
    max-height: 35px;
}
