@charset "UTF-8";
/* CSS Document */

form {
  margin: 0;
  padding: 0;
}

form label {
  display: block;
  padding: 0 0 2px 0;
  font-size: 10px;
  font-weight: bold;
  color: #a67d78;
}

form input.text {
  margin: 0;
  padding: 4px;
  width: 192px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #333;
  background: url(../images/input_text.jpg) left top no-repeat;
  border: none;
}

form div.text_wrap {
  background: url(../images/input_text_wrap.jpg) left top repeat-y;
}

form div.text_wrap_wrap {
  margin: 0 0 6px 0;
  width: 200px;
  background: #fcfcf7 url(../images/input_text_wrap_wrap.jpg) left top repeat-x;
  border: #999 1px solid;
}

form input.longtext {
  margin: 0;
  padding: 4px;
  width: 392px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #333;
  background: url(../images/input_text.jpg) left top no-repeat;
  border: none;
}

form div.longtext_wrap {
  background: url(../images/input_text_wrap.jpg) left top repeat-y;
}

form div.longtext_wrap_wrap {
  margin: 0 0 6px 0;
  width: 400px;
  background: #fcfcf7 url(../images/input_text_wrap_wrap.jpg) left top repeat-x;
  border: #999 1px solid;
}

form textarea.textarea {
  margin: 0;
  padding: 4px;
  height: 200px;
  width: 392px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: url(../images/input_text.jpg) left top no-repeat;
  border: none;
}

form div.textarea_wrap {
  background: url(../images/input_text_wrap.jpg) left top repeat-y;
}

form div.textarea_wrap_wrap {
  margin: 0 0 6px 0;
  width: 400px;
  background: #fcfcf7 url(../images/input_text_wrap_wrap.jpg) left top repeat-x;
  border: #999 1px solid;
}






form#find_a_doc_form {
  padding: 0 10px;
  width: 160px;
}

div#find_a_doc_lg form#find_a_doc_form {
  position: absolute;
  top: 130px;
}

form#find_a_doc_form select {
  margin: 10px 0 0 0;
  padding: 0;
  width: 160px;
}

form#find_a_doc_form input.submit {
  margin: 10px 0 0 0;
}

form#find_a_doc_form div.text_wrap_wrap {
  margin: 10px 0 0 0;
  width: 158px;
}

form#find_a_doc_form input.text {
  margin: 0;
  padding: 4px;
  width: 150px;
}
/*Feed back form / Thank you page styling*/


.err
{
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color: red;
}


#thankyou {
 margin:8em 0 0;
 font-size:18pt;
 color:#006c86;
 text-align: center;
}
