@CHARSET "ISO-8859-1";

#language img {
  width: 25px;  
}

#hints, #termsOfUse {

  font-family: Arial, Helvetica;
  font-size: 14px;
  
  background-color: #ffc0c0;
  color: #000000;

  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 7px;
  
  padding: 10px;

  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  }

#hints p, #termsOfUse p {
  margin: 0px 0px 6px 10px;
  padding: 0px;
}

#hints fieldset, #termsOfUse fieldset {
  
  padding: 10px 10px 4px 10px;
  margin: 0 auto;

  border: solid 1px #000000;

  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  
}

#hints legend, #termsOfUse legend {
  margin: 0px;
  padding: 0px 10px 0px 10px;
}

#hints ul, #termsOfUse ul {
  margin: 0px 10px 0px 25px;
  padding: 0px;
}

#hints li, #termsOfUse li {
  margin: 0px 0px 6px 0px;
  padding: 0px;
}

