/*
    STYLE 1
*/
 div.module-green, div.module-green div{
 background:  url('/templates/images/rounded_green.jpg');  
 }
 /*replaced with TeachMeJoomla's single image technique*/
  div.module-green
 {
 padding: 0px 0px 0px 0px;
 margin:0px 0px 0px 0px;
 background-repeat:no-repeat;
 background-position:bottom left;
 height:1%;
 width:auto;
 }
  div.module-green div
 
 {
 margin:0px 0px 0px 13px;
 background-repeat:no-repeat;
 background-position: bottom right;  
 padding: 0px 0px 13px 0px;
 width:auto;
 }
 div.module-green div div 
 {
   background-position: top right;
     margin: 0px 0px 0px 0px; 
     padding: 0px 0px 0px 0px;
 }
 div.module-green div div div 
 {
   margin:0px 13px 0px -13px;
   background-position: top left;
   padding: 13px 0px 0px 13px;
 }
 /*reset nested divs*/
  div.module-green 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;
     background-color: transparent;
     width:100%;
 }
 
/*
    STYLE 2
*/
.bl {background: url(/templates/images/boxes/bl.gif) 0 100% no-repeat #33ffff}
.br {background: url(/templates/images/boxes/br.gif) 100% 100% no-repeat}
.tl {background: url(/templates/images/boxes/tl.gif) 0 0 no-repeat}
.tr {background: url(/templates/images/boxes/tr.gif) 100% 0 no-repeat; padding:10px}

.bl_grey {background: url(/templates/images/boxes/bl_grey.gif) 0 100% no-repeat #efefef}
.br_grey {background: url(/templates/images/boxes/br_grey.gif) 100% 100% no-repeat}
.tl_grey {background: url(/templates/images/boxes/tl_grey.gif) 0 0 no-repeat}
.tr_grey {background: url(/templates/images/boxes/tr_grey.gif) 100% 0 no-repeat; padding:10px}
/*
.bl {background: url(/templates/images/boxes/bl.gif) 0 100% no-repeat #e68200}
.br {background: url(/templates/images/boxes/br.gif) 100% 100% no-repeat}
.tl {background: url(/templates/images/boxes/tl.gif) 0 0 no-repeat}
.tr {background: url(/templates/images/boxes/tr.gif) 100% 0 no-repeat; padding:10px}
*/
.clear {font-size: 1px; height: 1px}