.textFocus{
  border: 1px solid #FFA200;
  margin: 1px;
  color: #333;
  background-color: #FFF;
}
.textBlur{
  border: 1px solid #999;
  margin: 1px;
  color:#333;
  background-color: #EBF3F3;
}
.textMouseover{
  border: 1px solid #63759F;
  margin: 1px;
  color:#333;
  background-color: #f6f6f6;
}
.buttonFocus{
  font-weight: bold;
  border: 1px outset #FFA200;
  background-color: #999;
  background-repeat: repeat-x;
  background-position: top left;
  color: #369;
}
.buttonBlur{
  font-weight: bold;
  border: 1px outset #999;
  background-color: #999;
  background-repeat: repeat-x;
  background-position: top left;
  color:#666;
}
ul.errors{
  list-style-image: url('/img/red_arrow.gif');
  list-style-position: inside;
  color: #F11E1E;
  font-size: 12px;
}
ul.errors li span{
  position: relative;
  top: -1px;
  font-weight: bold;

