.error {
  border: 1px #000 solid;
  background: #fffebf;
  color: #f00;
  padding: 10px 10px 25px 10px;
  margin: 5px;
  width: 95%;
  font-weight: bolder;
  font-size: 90%;
  font-family: Tahoma, Arial;
}

.error img {
  display: inline;
}

.error ul {
  margin-left: 50px;
  /*font-size: 70%;*/
  font-weight: normal;
}

.user-message {
  border: 1px #000 solid;
  background: #fffebf;
  color: #0c0;
  padding: 10px 10px 25px 10px;
  margin: 5px;
  width: 95%;
  font-weight: bolder;
  font-size: 90%;
  font-family: Tahoma, Arial;
}

.user-message img {
  display: inline;
}

.user-message ul {
  margin-left: 50px;
  /*font-size: 70%;*/
  font-weight: normal;
}

p {
  /*padding: .5em;*/
  display: block;
}

.clear {
  clear: both;
}

.inline {
  display: inline;
}

.bold {
  font-weight: bold;
}

.black {
  color: #000;
}

.center {
  text-align: center;
}

.title {
  font-family: Tahoma, Arial;
  font-size: 110%;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}

.form fieldset {
  border: 0;
  margin: 10px;
  font-family: Tahoma, Arial;
}

.form legend {
  color: #f55;
  font-weight: bold;
  font-size: 90%;
}

.field {
  padding: 5px;
  font-size: 90%;
  clear: both;
}

.field label {
  display: inline-block;
  display: -moz-inline-stack;
  width: 110px;
  text-align: right;
  padding-right: 5px;
  float: left;
}

.field-info {
  padding: 5px 5px 0px 5px;
  margin-left: 110px;
  font-size: 80%;
  color: #eee;
}

th.blue {
  background-color: #FFFFCC;
}
