#cardtypeform-header {
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 12px;
    color: #045e71;
    padding: 40px 20px 0px 20px;
    text-align: center;
}
#cardtypeform-table {
	margin: 28px auto 0px auto;
	cursor: pointer;
}
#cardtypeform-table-icon1 {
    background-image: url(images/simplepay/bankcards_logos_w482y.png);
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    width: 180px;
    border-radius: 3px;
}
#cardtypeform-table-icon2 {
    background-image: url(images/otp/otp_szep.png);
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    width: 60px;
    border-radius: 3px;
}
.cardtypeform-radio-selected {
	background-image: url('images/radio-button-selected.png');
	height: 16px;
    width: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cardtypeform-radio-unselected {
	background-image: url('images/radio-button.png');
	height: 16px;
    width: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cardtypeform-table-sep {
	width: 10px;
}