﻿.myForm td,
  input,
  select,
  textarea,
  checkbox {
    font-family: tahoma;
    font-size: 12px;
  }

  .required {
    color: red;
  }

  input.fb {
    background-image: url('static/picture/facebookautofill.jpg');
    width: 179px;
    height: 37px;
    border-radius: 5px;
    cursor: pointer;
  }