.bd-search-form-wrap {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
}

.bd-search-form-wrap .bd-form-field {
    display: inline-block;
    margin-right: 10px;
}

.bd-business-result {
    padding: 10px;
    margin-bottom: 2px;
	border:1px solid #ccc;
	border-radius:4px;
}
#bd-search-form  .button {
    background: #0C71C3;
    color: white;
    border: 1px solid white;
    padding: 6px 12px;
    border-radius: 5px;
	font-size:16px;
	line-height:1.25em;
}
#bd-search-form label	{
	font-size:16px;
	color:#0C71C3
}
#bd-search-form select {
-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  margin: 4px 0px;
  padding: 4px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
	border-radius:4px;
}



/* Gold, Silver, Bronze, Free backgrounds */
.bd-gold-section .bd-business-result   {
    background-color: #fcf9f3; /* a pale goldish color */
    border: 1px solid #E1B502;
	border-left-color:#E1B502;
	border-left-width:3px;
	font-size:16px;
	border-radius:0px;
}
.bd-silver-section .bd-business-result {
    background-color: #f3f7f9; 
	border: 1px solid #c0c0c0;
	border-left-color:#999999;
	border-left-width:3px;
	font-size:16px;
	border-radius:0px;
}
.bd-bronze-section .bd-business-result {
    background-color: #fff8ec; 
    border: 1px solid #cd7f32; /* bronze border */
	border: 1px solid #c0c0c0;
	border-left-color:#966002;
	border-left-width:3px;
	font-size:16px;
	border-radius:0px;
}
.bd-free-section .bd-business-result {
    background-color: #ffffff; 
    border: 1px solid #ccc;
	border-left-color:#000;
	border-left-width:3px;
	font-size:16px;
	border-radius:0px;
}

.bd-featured-separator {
    border-top: 2px dashed #999;
}

.bd-business-title {
    margin: 0 0 5px;
}

.bd-business-phone,
.bd-business-street,
.bd-business-city-state-zip {
    margin-bottom: 5px;
}

.bd-read-more {
    display: inline-block;
    margin-top: 5px;
    color: #0073aa;
}
.bd-read-more:hover {
    text-decoration: underline;
}
.bd-business-section {
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 10px;
}
.bd-business-rating	{
    background: darkgoldenrod;
    color: white;
    padding: 2px;
    margin-bottom:5px;
    max-width:320px;
}
.bd-star-rating-visual	{
    display: inline-block;
    background: #000;
    padding: 0 4px 2px;
}

.bd-gold-section { background: #fff; border-left: 5px solid #fff; padding:0px 10px; margin-bottom:15px; }
.bd-silver-section { background: #fff; border-left: 5px solid #fff; padding:0px 10px; margin-bottom:15px; }
.bd-bronze-section { background: #fff; border-left: 5px solid #fff; padding:0px 10px; margin-bottom:15px; }
.bd-free-section { background: #fff; border-left: 5px solid #fff; padding:0px 10px; margin-bottom:15px; }

.bd-section-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}