#edit-email-admin-pinboard-helper-predefined-board .form-type-textfield {
  display: none;
  visibility: hidden;
}

.blkfn {
  width: 220px;
  height: 220px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  border: solid 1px #CCC;
}

.blkfn a {
  width: 220px;
  height: 220px;
  display: block;
  text-align: center;
}

.blkfn img {
	white-space: nowrap;
  display: block;
  width: auto;
  height: 220px;
  margin-left: -37px;
}

.blkfn span {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 10px;
  z-index: 2;
  white-space: nowrap;
}

.blkfn span b {
  color: #000;
  font-weight: normal;
  background-color: #FFF;
  white-space: nowrap;
  line-height: 20px;
  padding: 5px;
}

.blkfn div {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 10px;
  z-index: 2;
  white-space: nowrap;
}

.blkfn div b {
  color: #000;
  font-weight: normal;
  background-color: #FFF;
  white-space: nowrap;
  line-height: 20px;
  padding: 5px;
}

.blkfn div.video {
  position: absolute;
  background: url(../img/VideoIndicator.png) center center no-repeat;
  z-index: 0;
  width: 220px;
  height: 220px;
  left: 0px;
  bottom: 0px;
}