.box {
  background-color: #EEEEEE;
  float: left;
  width: 570px;
  margin: 2px;
}
.adbox {
  background-color: #EEEEEE;
  float: left;
  width: 570px;
  margin: 0px;
}
.doublebox {
  background: #EEEEEE;
  float: left;
  width: 282px;
  margin: 2px;
}
.triplebox {
  background: #EEEEEE;
  float: left;
  width: 186px;
  margin: 2px;
}
.boxtop { 
  background: url(images/ne.gif) no-repeat top right; 
}
.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; 
}
.boxadcontent {
  padding: 0px 10px 0px 10px;
  height: 260px;
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}
.boxcontentnws {
  padding: 0px 10px 0px 10px;
	height:200px;
}

