.okFlash, .warningFlash, .errorFlash, .infoFlash {
  font-size: 14px;
  border: 2px solid;
  text-align: center;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
} 

.okFlash img, .warningFlash img, .errorFlash img, .infoFlash img {
  vertical-align: text-bottom;
}

.okFlash 
{
  background-color: #BAFAAD;
  border-color: #69F44D;
}

.warningFlash
{
  background-color: #FAFAAD;
  border-color: #F4F44D;
}

.errorFlash
{
  background-color: #FAADAD;
  border-color: #F44D4D;
}

.infoFlash
{
  background-color: #c4ddfc;
  border-color: #5099f6;
}

.largeInput
{
  font-size: 20px;
}

em
{
  font-style: italic;
}

.white
{
  color: white;
}

.gallery
{
  margin-top: 2px;
}
.gallery img
{
  border: 2px solid white;
}