.box { 
  background: #FFFFFF; 
}
.boxtop { 
  background: url(/images/_layout/ne.gif) no-repeat top right; 
}
.boxtop div { 
  height: 10px; 
  background: url(/images/_layout/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(/images/_layout/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  height: 10px; 
  background: url(/images/_layout/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}
