.dj_text {
  background-image: url('../img/gb_text.gif');
  font-family: tahoma, verdana, sans serif;
  font-wieght: normal;
  font-size: 13px;
  color: #EE8350;
  padding-top: 8px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 4px;
  border-left: 1px solid #777777;
  border-right: 1px solid #777777;
  border-bottom: 1px solid #777777;
}

.help {
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #CCCCCC;
}

.picture {
  border: 1px solid #666666;
  cursor: pointer;
}

.picture:hover {
  border: 1px solid #000000;
  cursor: pointer;
}

.picture:active {
  border: 1px solid #FFFFFF;
  cursor: pointer;
}
