[1.3.0-beta-1] About headers in panels

[1.3.0-beta-1] About headers in panels

I'm trying to include a fluid-like header in a panel. What I mean is the that the header of the orignal page and the panel look similar (color scheme + height).

This functionality is more or less implemented in  http://jquerymobile.com/branches/slide-panel/docs/panels/index.html via a listview in the panel.
The first listitem has some tweaking (margin-top and color).

I've implemented something similar and hosted it at: http://jsfiddle.net/ZnuwT/2/
It uses similar listview and the tweaking.

The difference I need is to put a header on the panel with a close item.
I've used the technique of the listview, but (and this the important part) I want the panel only to be closed with the close button not with clicking the title (= list item). 

I wonder how I can solve this best.