#filter {
  background-color: #eee;
  border: 1px solid #999;
  width: 250px;
  float: left;
}

#filter form {
  padding: 10px;
}

#list-order  {
  margin-left: 300px;
  float: left;
  font-size: 10pt;
}

#list-results  {
  float: right;
  font-size: 10pt;
}

#list {
  float: right;
  width: 640px;
}

#list table {
  border-spacing: 0px;
  padding: 0px;
  margin: 0px;
  width: 100%;
}

.therapist {
  margin: 0px;
  padding: 0px;
  width: 33%;
  padding-bottom: 20px;
}

.therapist img {
	border: 1px solid #666;
	margin-bottom: 2px;
}

.therapist {
  margin-bottom: 10px;
}

.therapist a {
  color: #333;
  font-size: 10pt;
}

.therapist p {
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
}

.therapist a {
  font-size: 10pt;
}

.therapist strong {
  font-weight: bold;
  color: black;
  font-size: 11pt;
}

.therapist em {
}

.therapist span {
}

.therapist strong {
  font-weight: bold;
  color: #000;
}

.control-input {
  max-width: 250px;
  margin-left: 0px;
}

.control label {
  position: relative;
  font-weight: normal; 
  display: inline; 
  whitespace: wrap; 
}

.form-actions {
  margin: 0;
}

/*  vertical-align: middle; */
#submit {
  margin-left: 10px;
  float: right;
}

.form-actions a {
  margin-top: 10px;
  float: right;
}
