/* CSS Document */

.box { 
  background: #cecece;
  margin: 40px 0px 0px 0px 
}


.boxtop { 
  background: url(images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 5px; 
  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: 5px; 
  background: url(images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 5px 0px 5px;
}

h4 {
background: #ffffff;
width: 100%;
padding: 3px
}


/*.boxcontent a:link {
background: #fff;
border-bottom: 1px #006666 dotted;
border-top: 1px #006666 dotted;
line-height: 16px;
font-size: .85em;
padding: 3px
}*/

