﻿.box { 
  background: #0066FF; 
}
.boxtop { 
  background: url(images/ne1.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(images/nw1.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(images/se1.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(images/sw1.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}


