/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22-Jul-2014, 7:27:25 PM
    Author     : tonylee
*/
.signature-form-wrapper .form-row .required:after {
  content: '*';
  color: #FF0000;
  font-size: 10px;
}
.signature-form-wrapper .form-row label {
  width: 150px;
  display: inline-block;
}
.signature-form-wrapper .form-row .tips .red {
  color: #FF0000;
}
.signature-form-wrapper .form-row .options li {
  list-style: none;
  font-size: 13px;
}
.c-result {
  color: #6F9C1B;
  float: left;
  margin-top: 15px;
}
.f-result {
  color: #FF0000;
  float: left;
  margin-top: 15px;
}
