/*************************************
Top Search Form
**************************************/
#xsnazzy { margin:15px 0 10px 0; clear:both; overflow:hidden;  height:100%; }
* html { margin:0 0 10px 0; } /* ie6 specify css */
*+html #xsnazzy  {  margin:0 0 10px 0; }  /* ie7 specify css */
html:first-child #xsnazzy  {  margin:0 0 10px 0; } 
html>body #xsnazzy  {  margin:0 0 10px 0; }

.xtop, .xbottom { display:block; font-size:1px; }
.xb1, .xb2, .xb3, .xb4 { display:block; overflow:hidden; }
.xb1, .xb2, .xb3 { height:1px; }
.xb1 { margin:0 5px; }
.xb2 { margin:0 3px; }
.xb3 { margin:0 2px; }
.xb4 { height:2px; margin:0 1px; }
.xboxcontent { display:block; padding:5px; height:100%; overflow:hidden; }

/*  Tabber  Style start -------------------- */
.tabberlive .tabbertabhide { display:none; }
.tabberlive { margin:0 5px; }
ul.tabbernav { margin:0; padding:3px 0; font:bold 12px Arial, Helvetica, sans-serif; }
ul.tabbernav li { list-style:none; margin:0; display:inline; }
ul.tabbernav li a { padding:3px 0.5em; margin-left:3px; text-decoration:none; }

/*---- tabbertab = the tab content---------------------*/
.tabberlive .tabbertab { padding:5px; }
/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 { display:none; }
.tabberlive .tabbertab h3 { display:none; }
.tabberlive#tab2 .tabbertab { height:200px; overflow:auto; }

