/* CSS Document */

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

