  #locationFieldsearch, #controls {
    position: relative;
    width: 480px;
  }
  #autocomplete {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 99%;
  }
  
/*-----Provider Type----*/
.ProviderType	ul {
	    list-style: none;
	    margin:0;
	    padding:0;
	}
.ProviderType	li {
	    display: inline-block;
	    /*margin-right: 15px;*/
	}
.ProviderType input[type='radio'] {
    visibility:hidden;
} 
.ProviderType	label {
	    cursor: pointer;
	}
.ProviderType	input:checked + label {
	    background: red;
	}

/*-----Search Type----*/
.SearchType	ul {
	    list-style: none;
	    margin:0;
	    padding:0;
	}
.SearchType	li {
	    display: inline-block;
	    /*margin-right: 15px;*/
	}
.SearchType input[type='radio'] {
    visibility:hidden;
} 
.SearchType	label {
	    cursor: pointer;
	}
.SearchType	input:checked + label {
	    background: blue;
	}

/*--Show/Hide windows--*/
#magicWindowLoader
{

}
.magicWindowHide
{
	display: none;
}
.magicWindowShow
{
	display: block;
}
.SearchTypeShow{
	display: block;
}
.SearchTypeHide{
	display: none;
}
#magicWindowResults{
	width: 100%;
	height: 400px;
}
#nextPage, #prevPage
{
	cursor: pointer;
}
#magicRequiredFields{
	color: red;
}

/*--Required formatting--*/
.required {
   padding-right: 25px;
   background-image: url('images/req.png');
   background-position: right top;
   background-repeat: no-repeat;
   background-size: 16px 16px;
}
.input_outline
{
	border: solid 1px black;
}


#magicRequiredFields {
	    text-align: center;
    padding-bottom: 0;
    line-height: 10px;
    margin: 1.55% auto 0;
    font-weight: 400;
}

#search-tool p {
	  margin-bottom:0;
}