/* ORANGE BOX ROUNDED CORNERS */

/* Orange 430Px*/
.boxo  { background: url(../../images/corner/cornertoplefto.gif) no-repeat left top; width: 430px } 
/* Blue 430Px*/
.boxb  { background: url(../../images/corner/cornertopleftb.gif) no-repeat left top; width: 430px }   
/* Blue 550Px*/
.boxbig  { background: url(../../images/corner/cornertopleftb.gif) no-repeat left top; width: 550px }   

/* Content Orange */  
.boxotop { font-size: 1.3em; background: url(../../images/corner/cornertoprighto.gif) no-repeat right top; margin: 0; padding: 15px }
.boxoBody    { background: url(../../images/corner/cornerrightborder.gif) repeat-y right top; margin: -2em 0 0; padding: 15px }
.boxoFooter {
  background: url(../../images/corner/cornerbottomlefto.gif) bottom left no-repeat;
  }
.boxoFooter p    { background: url(../../images/corner/cornerbottomrighto.gif) no-repeat right bottom; display: block; margin: -2em 0 0; padding: 15px 15px 0 }
   
/* Content Blue */  
.boxbtop  { font-size: 1.3em; background: url(../../images/corner/cornertoprightb.gif) no-repeat right top; margin: 0; padding: 15px }
.boxbBody    { background: url(../../images/corner/cornerrightborder.gif) repeat-y right top; margin: -2em 0 0; padding: 15px }
.boxbFooter   { background: url(../../images/corner/cornerbottomleftb.gif) no-repeat left bottom }
.boxbFooter p     { background: url(../../images/corner/cornerbottomrightb.gif) no-repeat right bottom; display: block; margin: -2em 0 0; padding: 15px 15px 0 }


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/



/* Orange Title */
.titleboxo {
  background: url(../../images/corner/cornertoplefto.gif) top left no-repeat;
  width:100%;
  } 
.titleboxotop   { font-size: 1.3em; background: url(../../images/corner/cornertoprighto.gif) no-repeat right top; margin: 0; padding: 15px }
.titleboxoBody       { background: url(../../images/corner/cornerrightborder.gif) repeat-y right top; margin: 0; padding: 0 }
.titleboxoBody p { display: block; margin: -1em 0 0 1.5em; padding: 0 }
.titleboxoFooter   { background: url(../../images/corner/cornerbottomlefto.gif) no-repeat left bottom }
.titleboxoFooter p      { background: url(../../images/corner/cornerbottomrighto.gif) no-repeat right bottom; display: block; margin: -2em 0 0; padding: 15px }

/* Blue Title */
.titleboxb {
  background: url(../../images/corner/cornertopleftb.gif) top left no-repeat;
  width:100%;
  } 
.titleboxbtop  { font-size: 1.3em; background: url(../../images/corner/cornertoprightb.gif) no-repeat right top; margin: 0; padding: 15px }
.titleboxbBody      { background: url(../../images/corner/cornerrightborder.gif) repeat-y right top; margin: 0; padding: 0 }
.titleboxbBody p { display: block; margin: -1em 0 0 1.5em; padding: 0 }
.titleboxbFooter   { background: url(../../images/corner/cornerbottomleftb.gif) no-repeat left bottom }
.titleboxbFooter p     { background: url(../../images/corner/cornerbottomrightb.gif) no-repeat right bottom; display: block; margin: -2em 0 0; padding: 15px }



/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/



/* Blue LIST box */

.listboxb  { background: url(../../images/corner/cornertopleftb.gif) no-repeat left top; width: 270px; float: left }

.searchboxb  { background: url(../../images/corner/cornertopleftb.gif) no-repeat left top; float: left }   

/* Orange LIST box */

.listboxo  { background: url(../../images/corner/cornertoplefto.gif) no-repeat left top; width: 270px; float: left }   

