/* Latest compiled and minified CSS included as External Resource*/
/* Optional theme */
 body {
    margin: 20px;
}
.error {
  color: red;
  font-weight: bold;
}
.signature {
  color: #4E4D4D;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}
#nameoutput, #propertyoutput {
  font-weight: bold;
}
/*
.spacer {
  height: 6px;
}*/
.spacervert {
  width: 10px;
}
.signature a:link {
    color: #F68B28;
    line-height: 12px;
    height: 12px;
}
/* visited link */
.signature a:visited {
    color: #F68B28;
}
/* mouse over link */
.signature a:hover {
    color: #F68B28;
}
/* selected link */
.signature a:active {
    color: #F68B28;
}
