span.description{
  color: #0071AF;
  font-weight: bold;
  cursor: help;
  display: none;
}
span.add-data{
  color: #43A943;
  font-weight: bold;
  cursor: pointer;
}

.tip{
  width:300px;
}

.tip-top{
  background: url('../img/errortop.gif') no-repeat;
  padding-top: 8px;
}

.tip-title{
  background-color: #fff1af;
  background-position: 7px 7px;
  background-repeat: no-repeat;
  border: 1px solid #7f6800;
  border-top: none;
  border-bottom: none;
  color:#e95e25;
  font-weight:bold;
  margin: 0;
  padding: 5px 5px 0px 30px;
}

.tip-text{
  background-color: #fff1af;
  border: 1px solid #7f6800;
  border-top: none;
  color: #000;
  margin: 0;
  padding: 5px 5px 5px 30px;
}

.tip-bottom{
}

