/* common tags for rounded corners that can be used for many panels */
b.Rnd1{margin: 0 5px;}
b.Rnd2{margin: 0 3px;}
b.Rnd3{margin: 0 2px;}

/* container one */
div.ContainerOne {/*width:780px; height:200px;*/ width: 100%; min-height:600px; background: #ffffff;} /* adjust the position, size and colour of the panel here */

div[class="ContainerOne"] {height:auto; min-height:600px;} /* adjust the minimum height of the panel here for mozilla only */
b.RndTopOne b, b.RndBottomOne b{display:block;height: 1px; overflow: hidden; background: #ffffff} /* adjust the colour of the panel top and bottom here */
b.RndTopOne, b.RndBottomOne{display:block;background: #CC9933;} /* adjust the background colour here */

div.RPanelContentOne {position:relative; top:0px; left:0px; display:block; margin: 0 auto; margin-top:5px; margin-bottom:5px; width:98%; min-height:600px; height:auto !important; height:600px; /*width:775px; text-align:left;*/ color:#000000;} /* adjust the content width (to be slightly less than the panel width to get a margin), height and text alignment of the content here */
div[class="RPanelContentOne"] {height:auto; min-height:600px;} /* adjust the minimum height of the panel here for mozilla only */
b.RndTopOne b.Rnd4, b.RndBottomOne b.Rnd4{margin: 0 1px; height:2px;}