Default Light style.
styles/default_light
Try moving the vertical bar to resize the area.
Sample code:
<obspl:Splitter runat="server" StyleFolder="styles/default_light">
<LeftPanel>
<Content>
... Left Panel content here ...
</Content>
</LeftPanel>
<RightPanel>
<Content>
... Right Panel content here ...
</Content>
</RightPanel>
</obspl:Splitter>