.ero .ero-body {
  position: relative;
  top: -3px;
  left: -3px;
  width: 255px;
  overflow: hidden;
  border: solid 1px white;
  background: #fefeb5;
}
.ero .ero-previewArea {
  background: #fefeb5;
}
.ero .ero-previewArea p, .ero .ero-previewArea table {
  margin: 0;
  padding: 0;
  font-size: 11px;
}
.ero-leftBeak .ero-beak {
  left: 0;
  background: transparent url(../imgs/beakLeft.gif) no-repeat 0 0;
}
.ero-rightBeak .ero-beak {
  right: 4px;
  background: transparent url(../imgs/beakRight.gif) no-repeat 0 0;
}
.ero .ero-actions {
  height: 0px;
  padding: 0;
}
.ero a:link,
.ero a:visited {
  color: black;
  text-decoration: none;
}
.ero a:hover {
  color: blue;
  text-decoration: none;
}

