This is quick solution, open index.php of template and insert this in head section just above the ending of head tag </head>:
Code:
<script language="javascript" type="text/javascript">
jQuery(document).ready(function(){
jQuery('select[name="creditcard_code"]').removeAttr('class');
});
</script>