/*TeachMeJoomla's  flexible rounded corners module CSS*/
 /*image setup */
 div.module, div.module div{
 background: url('rounded_white.png') no-repeat #d8d8d8;
 z-index:4;
 position:relative;
 }
 /*replaced with TeachMeJoomla's single image technique*/
  div.module
 {
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
 background-repeat:no-repeat;
 background-position:bottom left;
 height:1%;
 width:auto;
 }
  div.module div
 
 {
 margin:0px 0px 0px 13px;
 background-repeat:no-repeat;
 background-position: bottom right;  
 padding: 0px 0px 13px 0px;
 width:auto;

 }
 div.module div div 
 {
   background-position: top right;
     margin: 0px 0px 0px 0px; 
     padding: 0px 0px 0px 0px;

 }
 div.module div div div 
 {
   margin:0px 13px 0px -13px;
   background-position: top left;
   padding: 13px 0px 0px 13px;
    
 }
 /*reset nested divs*/
  div.module div div div div
 {
 padding:0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
   background:none;
     background-image: none;
     background-position: top left;
     background-repeat: repeat;
     width:100%;
 }