/* strictly css to align and style contact_us form, do not add any other elements */
	/* form */
  legend {
    font-weight: bold;
    font-size: 14px;
    margin-left: 10px;
  }
  .noborder {border: none;}
  form  {
    margin-left: 30px;
    font: normal 10px "Segoe Print", "Trebuchet MS", Arial, Sans-Serif;
    width: 400px;
  }	
  form p, h1,  h4 {
      width: 390px;
      padding: 0 40px;
  }
  form h3 {                   
    background: yellow;
    margin-left: 10px;
    border: 1px solid #b0a996;
  }
  input {
  }
  input, textarea, select { 
    border: 1px solid #b0a996; 
    color: #0000ff;
    font-style: oblique;
    letter-spacing: 1px;
    }
  
  textarea  {
    margin-left: 20px;
  }
  .enter, .clear  { 
    float: right;
    border: 1px solid #000;
    }
  .enter  {
    width: 150px;
    margin: 5px 10px 10px 0;
    color: #fff;
    background: #12ad4f; 
  }
  .clear  { 
    margin: 5px 20px 10px 0;
    background: #e4222b;
    color: #fff;
    font-weight: bold;
    }
  .numeric {
    font-size: 10px;}
    .output {
      font-size: 14px;
      color: #ff0000;
      font-weight: bold;
    }
  .required {
    color: #ff0000;
  }
  .security {
    width: 30px;
    border-bottom: 1px solid #000;
    border-top: 0px;
    border-left: 0px; 
    border-right: 0px;
  }
  
