.clear {
  clear: both;
}
#providerform {
  width: 419px;
  margin: 0px;
  padding: 15px 0px 0px 0px;
  background: url(/images/curve-top-bg.gif) top left no-repeat;
}
#providerform .form-content {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  background: #d1d5ea url(/images/curve-bottom-bg.gif) bottom left no-repeat;
  font-size: 0.9em;
  overflow: hidden;
  _height: 1%;
}
#providerform label {
  float: left;
  text-align: right;
  font-weight: bold;
  padding: 3px 5px 0px 0px;
  width: 125px;
  w\idth: 120px;
}

#providerform select, #providerform input {
  float: left;
  width: 130px;
  margin-bottom: 5px;
}
#typeid {
  float: left;
  width: 155px;
  font-size: 0.9em;
}
#typeid label {
  text-align: left;
  float: none;
  display: inline;
  padding: 4px 0px 0px 0px;
  margin: 0px;
  font-weight: normal;
  vertical-align: middle;
}
#typeid input {
  float: left;
  width: auto;
  margin: 0px 0px 6px 0px
  vertical-align: bottom;
}
#providerform .left {
  float: left;
  padding-right: 20px;
  background: url(/images/blue-dot.gif) top right repeat-y;
  width: 300px;
  w\idth: 280px;
}
#providerform .right {
  float: left;
  width: 80px;
  overflow: hidden;
  margin: 35px 0px 0px 20px;
  padding: 0px 0px 0px 10px;
  background: url(/images/button-bg.gif) top left no-repeat;
  width: auto;
  line-height: 25px;
}
#providerform .right a {
  display: block;
  background: url(/images/button-bg-right.gif) top right no-repeat;
  color: #fff;
  padding-right: 10px;
  font-weight: bold;
}

#searchresults {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  list-style-type: none;
}
#searchresults li {
  margin-top: 12px;
  padding: 0px;
  background: url(/images/result-top.gif) top left no-repeat;
}
#searchresults li.blue {
  background: url(/images/result-top-blue.gif) top left no-repeat;
}
#searchresults li span.info {
  padding: 10px 15px 12px 15px;
  display: block;
  background: url(/images/result-bottom.gif) bottom left no-repeat;
}
#searchresults li.blue span.info {
  background: url(/images/result-bottom-blue.gif) bottom left no-repeat;
}
#searchresults a.more-info {
  display: block;
  overflow: hidden;
  width: 105px;
  w\idth: 95px;
  text-transform: uppercase;
  font-size: 0.9em;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 0px 10px;
  background: url(/images/button-bg.gif) top left no-repeat;
  line-height: 25px;
}
#searchresults a.more-info span {
  display: block;
  background: url(/images/button-bg-right.gif) top right no-repeat;
  color: #fff;
  padding-right: 10px;
  font-weight: bold;
}

#provider-item h1{
  margin: 0px;
  padding: 15px;
  background: #c7cbe0;
  font-size: 1em;
  font-weight: normal;
}

#provider-item div.item-info {
  padding: 13px;
  background: #e8eaf4;
  line-height: 1.6em;
}

.printLink {
  margin-top: -10px;
  margin-bottom: 0;
  text-align: right;
}