* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.block {
}

.block .top {
  height: 11px;
  font-size:1px;
  background: url("../img/border_left_top.gif") no-repeat left top;
}

.block .top div {
  height:11px;
  font-size:1px;
  background: url("../img/border_right_top.gif") no-repeat right top;
}

.block .div_content {
  padding: 0px 10px;
  /* same color as the images please :) */
  border-left: 2px solid;
  border-right: 2px solid;
  border-color: black; 
}

.block .bottom {
  height: 11px;
  font-size:1px;
  background: url("../img/border_left_bottom.gif") no-repeat left bottom;
}

.block .bottom div {
  height: 11px;
  font-size:1px;
  background: url("../img/border_right_bottom.gif") no-repeat right bottom;
}