/* Start of CMSMS style sheet 'Round boxes' */
#red_rounded {
   width: 100%;
   background-color: #ed1c22;
}

#red_rounded .top {
   background: url( uploads/webparts/red.tr.jpg) no-repeat top right;
}

#red_rounded .middle {
   padding-left: 20px;
}

#red_rounded .bottom {
   background: url( uploads/webparts/red.br.jpg) no-repeat top right;
}

#gray_rounded {
   width: 100%;
   background-color: #f0f0f0;
}

#gray_rounded .top {
   background: url( uploads/webparts/grey.tr.jpg) no-repeat top right;
}

#gray_rounded .middle {
   padding-left: 20px;
}

#gray_rounded .bottom {
   background: url( uploads/webparts/grey.br.jpg) no-repeat top right;
}

#sand_rounded {
   width: 100%;
   background-color: #fecda4;
}

#sand_rounded .top {
   background: url( uploads/webparts/sand.tr.jpg) no-repeat top right;
}

#sand_rounded .middle {
   padding-left: 20px;
}

#sand_rounded .bottom {
   background: url( uploads/webparts/sand.br.jpg) no-repeat top right;
}
/* End of 'Round boxes' */

