#DefinitionBox {
  background: #F1F1F1;
  margin: 20px 0;
}

#DefinitionBox .BoxTitle {
  color: #467B99;
  margin-top: -5px;
  padding: 5px 0 5px 20px;
  background: url(/images/pictos/question.gif) no-repeat left;
}

#DefinitionBox .word {
  font-weight: bold;
  margin-bottom: 2px;
}

#DefinitionBox .content {
  font-style: italic;
  font-size: 11px;
  color: #737373;
  line-height: 13px;
}

#DefinitionBox .button {
  text-align: right;
}
#DefinitionBox .button a {
  width: 80px;
  height: 19px;
  line-height: 19px;
  color: #467B99;
  font-size: 11px;
  font-weight: bold;
}