Is there a way to style the infobox? Looking at source, there’s no class or ID associated with it. I’ve searched the MapPress docs and found nothing about this.
Oh, sorry if I wasn’t clear… you are talking about the MapPress infobox. I’m talking about the default one. It doesn’t seem to have any classes or IDs assigned to it.
The default is the Google ‘infowindow’. The main styling classes are:
mapp-iw
mapp-title
mapp-body
Note that styling for the infowindow is limited, since a lot of it is set by Google (for example the shape, the shadow, etc.). If you use Firebug or IE Developer Tools, you can see the Google classes, they’re injected into the document header when the page is loaded.