I thought you were talking about the link on the event detail view but I see now you are talking about List View.
You can edit the file /Events/Controls/RegisterLink.ascx and put a CssClass on the link there:
<asp:HyperLink ID="lnkRegister" runat="server" CssClass="registrationlink" />
I will do the same in my copy so it will be in the next release of Event Calendar Pro.
Then you can use
a.registrationlink { }
Hope that helps,
Joe