.module {
  background-color: #fff;
  margin-bottom: 1em;
  width: 100%;
}
.module_corner {
  height: 15px;
}
.module_header {
  background-position: bottom;
  background-repeat: repeat-x;
}
.module_header_blue {
  background-image: url('images/container_blue.gif');
}
.module_header_gray {
  background-image: url('images/container_gray.gif');
}
.module_header_green {
  background-image: url('images/container_green.gif');
}
.module_header_red {
  background-image: url('images/container_red.gif');
}
.module_title {
  color: #626262;
  display: inline;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
}
.module_border_bottom {
  border-bottom: 1px solid #999;
}
.module_border_left {
  border-left: 1px solid #999;
}
.module_border_right {
  border-right: 1px solid #999;
}
.module_border_top {
  border-top: 1px solid #999;
}







