body::after{
	/* Preload images */
    position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
    content:url("/gc/jakarta.faces.resource/img/btn_mobysign_pay_normal.png.xhtml?ln=locImages")
    	url("/gc/jakarta.faces.resource/img/btn_mobysign_pay_focused.png.xhtml?ln=locImages")
    	url("/gc/jakarta.faces.resource/img/btn_mobysign_pay_pressed.png.xhtml?ln=locImages")
    	url("/gc/jakarta.faces.resource/img/btn_mobysign_pay_disabled.png.xhtml?ln=locImages");
}

.withButtonWidthBox2 > button.withMobysignButton {
	background-image: url("/gc/jakarta.faces.resource/img/btn_mobysign_pay_normal.png.xhtml?ln=locImages");
}

.withButtonWidthBox2 > button.withMobysignButton:hover, .withButtonWidthBox2 > button.withMobysignButton:focus {
	background-image: url("/gc/jakarta.faces.resource/img/btn_mobysign_pay_focused.png.xhtml?ln=locImages");
}

.withButtonWidthBox2 > button.withMobysignButton:active, .withButtonWidthBox2 > button.withMobysignButton.ui-button.ui-state-active:hover {
	background-image: url("/gc/jakarta.faces.resource/img/btn_mobysign_pay_pressed.png.xhtml?ln=locImages");
}

.withButtonWidthBox2 > button.withMobysignButton:disabled {
	background-image: url("/gc/jakarta.faces.resource/img/btn_mobysign_pay_disabled.png.xhtml?ln=locImages");
}
