/* CSS Document */
/*#mf {
  width: 180px;
}

#mf textarea, input {
  width: 100%;
  background-color: #ffd700;
}

#mf textarea {
  height: 100px;
}

#mfcislo1 {
  width: 35px;
}

#mfodeslat, #mfvymazat {
  width: 48%;
  background-color: green;
  font-weight: bold;
  color: #ffd700;
}

.zvyrazneno{
  font-weight: bold;
  color: red;
}

.mfchyba{
  color: red; 
}*/

.mfchyba{
  list-style-image: url(../images/pozor_nahled.png);
  text-indent: -5px;
  text-align: left;
  padding: 0px 0px 0px 0px;
  border-width: 0px 0px 0px 0px;
  margin: 0px 0px 0px -15px;
}

