.IDX-quicksearchForm{
  position: absolute;
  z-index: 20000;
  background: #ebf1f5;
	width:300px;
  padding: 20px;
  box-shadow: 0px 0px 20px 1px gray;
  margin-left: auto;
	margin-right: auto;

}
.popUpForm {
   display: none;
	 width: 300px;
	 margin:auto;

}
#popUpForm.popUpForm {
  margin: auto;
	margin-top:-120px;
}
#close:hover {
  font-size:20px!important;
  color:black;
  font-weight: bolder;
}
/*.main.pgl-bg-grey {
	margin-top:55px!important;
}*/
button.IDX-resetBtn, button.IDX-submitBtn, {
font-family: 'Raleway', Helvetica, Arial !important;
font-size: 15px !important;
font-weight: 600 !important;
padding: 10px 35px 10px 35px !important;
color: white !important;
border-radius: 3px !important;
border: none !important;
background-color: #1b3562 !important;
display: inline-block !important;
width: auto !important;
cursor: pointer !important;
transition: all 0.2s linear !important;
}
