@charset "utf-8";
/* CSS Document */

form input, textarea {
  margin: 2px 10px 2px 5px;
  font-family: Tahoma, sans-serif;
  font-size: 12px;
}

form .radio {
  margin: 2px 0 2px 10px;
}

td.label {
  text-align: right;
  padding-right: 5px;
}

span.required {
  color: #cc0000; /*dark red*/
  font-weight: bold;
}

form #Name {
  width: 300px;
}

form #HomePhone {
  width: 150px;
}

form #CellPhone {
  width: 150px;
}

form #Street {
  width: 300px;
}

form #City {
  width: 150px;
}

form #State {
  width: 30px;
}

form #Zip {
  width: 80px;
}

form #Email {
  width: 300px;
}

form #Birthdate {
  width: 150px;
}

form #Spouse {
  width: 300px;
}

form #PrevCounselingWhen {
  width: 200px;
}

form #PrevCounselorName {
  width: 200px;
}

form #ContactTime {
  width: 200px;
}

form #Comments {
  width: 600px;
  margin: 2px 10px 2px 0;
}
