.search_properties {
	left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 35%;
    width: 100%;
    z-index: 0;
}
.search_properties .strapline-intro {
    color: #fff;
    font-size: 45px;
    line-height: 45px;
    text-shadow: 0 1px 1px #000;
}
.search_properties .hero-strapline {
    color: #fff;
    font: 300 2.5rem/1em Arial,sans-serif;
    letter-spacing: 0;
    padding-bottom: 10px;
    text-shadow:1px 2px 5px #000
    /*text-shadow: 0 1px 1px #000;*/
}
.hero-fieldset {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.3) inset;
    display: inline-block;
    padding:6px 8px;
	width:100%;
}
.hero-fieldset .search-location {
    border-radius: 3px;
    font-size: 16px;
    margin: 0;
	float: left;
	height: 50px !important;
}
.hero-btn {
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 0 8px;
    padding: 1.4rem 24px;
}