.grad img
{
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}

.box
{
  /* border: solid orange 2px; */
  float: left;
  margin: 1px;
  position: relative;
  /* width: 165px; */
  /* padding: 5px 20px 5px 20px; */
  padding: 5px;
  text-align:center;
  font-weight:bold;
}

.box *
{
  margin: 0px;
  position: relative;
  z-index: 1;
}
* html .grad {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/grad_white.png', sizingMethod='scale');
}
* html .grad img {
  display: none;
}
* html .box {
    position:static;
}
.blue {
  background-color: #2382a1;
}
.green {
  background-color: #4be22d;
}
.pink {
  background-color: #ff009d;
}
