/*
   author:ron lakin
   dec 4 2009
   frames project
   rounded.css -creates green border in mainframe.htm
   images in images folder
    bottom.png, bottomleft.png, bottomright.png, left.png,
                     right.png, top.png, topleft.png, topright.png


*/




 #contentr    {
                display:block;
                width: 330px;}
 #contentl    {
                display:block;
                width: 330px;
                margin-left:25px;
                 
               }    
   .topLeft   {
               background-image: url(round2/topleft.png);
               background-position: top left;
               background-repeat:no-repeat;    
              }
.topRight     {
               background-image: url(round2/topright.png);
               background-position: top right;
               background-repeat:no-repeat;      
              }
.bottomLeft   {
               background-image: url(round2/bottomleft.png);
               background-position: bottom left;
               background-repeat:no-repeat;             
              }
.bottomRight  {
               background-image: url(round2/bottomright.png);
               background-position:bottom right;
               background-repeat: no-repeat;
              }
.top          {
               background-image: url(round2/top.png);
               background-position: top;
               background-repeat: repeat-x;
              }


.bottom       {
               background-image: url(round2/bottom.png);
               background-position: bottom;
               background-repeat: repeat-x;
                
              }

.left         {
               background-image: url(round2/left.png);
               background-position: left;
               background-repeat: repeat-y;
              }

.right        {
                background-image: url(round2/right.png);
               background-position: right;
               background-repeat: repeat-y;
              }

div.roundedBox {margin: 25px; position: relative}
div.boxContent {padding: 3px 3px 10px 3px;
                
               }