How can I center the blue button? there's no way to "unfloat" it

http://deportesolidario.com/index.php/carreras?eventId=10&controller=event&task=options&back=1
Thank you
#dttype_choice div:last-child {
margin-left: 180px;
}
jQuery(function(){
jQuery("#dttype_choice div:last-child").css("margin-left","180px")
})