/* white rounded box */
#wrb_container .rbroundbox    { background: url(wrb_bg.gif) repeat; }

#wrb_container .rbtop         { background: url(wrb_top.gif) repeat-x; }
#wrb_container .rbtop div     { background: url(wrb_top_l.gif) no-repeat top left; }
#wrb_container .rbtop div div { background: url(wrb_top_r.gif) no-repeat top right; }

#wrb_container .rbbot         { background: url(wrb_bot.gif) repeat-x; }
#wrb_container .rbbot div     { background: url(wrb_bot_l.gif) no-repeat top left; }
#wrb_container .rbbot div div { background: url(wrb_bot_r.gif) no-repeat top right; }

#wrb_container .rbcontentwrap { background: url(wrb_l.gif) repeat-y; }
#wrb_container .rbcontent     { background: url(wrb_r.gif) repeat-y right; }

 
/* height and width */
#wrb_container .rbtop div, 
#wrb_container .rbtop, 
#wrb_container .rbbot div, 
#wrb_container .rbbot {
width: 100%;
height: 10px;
font-size: 1px;
}

#wrb_container .rbcontent  { padding: 0 0px 0 0px ; margin: 0;  }
#wrb_container .rbroundbox { width: 790px; margin: 0px auto;  }

#wrb_container .search{
align : right;
}

