.wdForm input[type=text] {
  padding: 6px 12px;
  color: #333;
  border: 1px solid #ccc;
  height: 14px;
  border-radius: 4px;
  vertical-align: top;
  outline: none; }
  .wdForm input[type=text]:focus {
    border-color: #777; }

.wdForm button {
  color: #fff;
  background-color: #5cb85c;
  border: 1px solid #4cae4c;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  margin: 0;
  position: relative;
  outline: none; }
  .wdForm button:focus {
    border-color: #2d672d;
    background-color: #449d44; }
  .wdForm button:hover {
    background-color: #4cae4c; }
  .wdForm button span {
    height: 14px;
    text-transform: uppercase;
    display: inline-block; }
  .wdForm button .loader {
    position: absolute;
    width: 14px;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -7px;
    display: block;
    opacity: 0; }
