.sw_pons_portal .popup_code_howto .button {
    background-image: url("../../../../common/img/button/130x34/book/red.png");
}

.sw_pons_portal .popup_code_howto .button:hover {
    background-image: url("../../../../common/img/button/130x34/book/blue.png");
}

.sw_pons_portal .popup_code_enter input[type=submit] {
    background-image: url("../../../../common/img/button/48x46/check/red.png");
}

.sw_pons_portal .popup_code_enter input[type=submit]:hover {
    background-image: url("../../../../common/img/button/48x46/check/blue.png");
}

.sw_pons_portal .popup_passwordforgotten input[type=submit],
.sw_pons_portal .popup_register input[type=submit],
.sw_pons_portal .popup_changepassword input[type=submit],
.sw_pons_portal .popup input[type="submit"] {
    background-image: url("../../../../common/img/button/48x46/arrow/right_red.png");
}

.sw_pons_portal .popup_passwordforgotten input[type=submit]:hover,
.sw_pons_portal .popup_register input[type=submit]:hover,
.sw_pons_portal .popup_changepassword input[type=submit]:hover,
.sw_pons_portal .popup input[type="submit"]:hover {
    background-image: url("../../../../common/img/button/48x46/arrow/right_blue.png");
}

.sw_pons_portal .popup form a.button {
    background-image: url("../../../../common/img/button/48x46/arrow/right_red.png");
}

.sw_pons_portal .popup form a.button:hover {
    background-image: url("../../../../common/img/button/48x46/arrow/right_blue.png");
}

