/* jQuery Form Validation CSS Document */

.valerror label.error {
  margin-left: 80px;
  width: auto;
  display: block;
  float: right;
  z-index: 99;
  position: absolute; /*  */
  font-size: 12px;
  color: #D00;
  font-style: normal;
  border: 1px solid #AAA;
  background: #ffffBB;
  padding: 2px 10px 2px 10px;
  vertical-align: center;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-shadow: 3px 3px 4px #666;
  box-shadow: 3px 3px 4px #666;
}
