/* gyorskereso */
#search {
  position:absolute;
  left:310px;
  top:17px;
  z-index:2;
  width:252px;
  height:252px;
  background:url('../images/ingatlan/search.jpg') no-repeat;
}
#search_container {
  position:absolute;
  top:48px;
  left:15px;
  width:222px;
  height:179px;
}
#search_button {
  position:absolute;
  top:227px;
  left:0px;
  width:252px;
  height:25px;
}
.search_form {
  width:222px;
  height:123px;
  background: url('../images/ingatlan/search_bg.jpg') no-repeat;
  /* background-color:#999; */
}
.search_button {
  width:222px;
  height:42px;
  cursor:pointer;
  background:url('../images/ingatlan/search_btn.jpg') no-repeat;
}
.search_button_detailed {
  width:120px;
  height:25px;
  cursor:pointer;
  background:url('../images/ingatlan/search_detailed_btn.jpg') no-repeat;
}
.search_form .search-left {
	width: 90px;
	float:left;
}
.search_form .search-right {
	float:left;
	padding-top: 4px;
	padding-bottom: 4px;
}

*+html .search_form .search-right, {
	padding-bottom: 0px !important;
}
*html .search_form .search-right {
	padding-bottom: 1px !important;
}

.search_form .search-right select {
	width: 125px;
}

/* reszletes kereso */
#kereso {
	position: absolute;
	width: 522px;
	height: 252px;
	left: 40px;
	top: 17px;
	background:url('../images/ingatlan/search_detailed.jpg') no-repeat;
}
.kereso_btn {
	position: absolute;
	width: 180px;
	height: 40px;
	top: 2px;
	right: 32px;
	background:url('../images/ingatlan/kereses_btn.png') no-repeat;
	cursor: pointer;
}
#kereses {
	width:222px;
  height:123px;
}
.kereso-left {
	position: absolute;
	top: 53px;
	left: 0px;
	width: 250px;
}
.kereso-right {
	position: absolute;
	top: 53px;
	left: 250px;
	width: 260px;
}
.search_from, .search_to {
	width: 42px !important;
}
*html .kereso-left .search-left {
	padding-bottom: 9px !important;
}
*html .kereso-right .search-left {
	padding-bottom: 9px !important;
}
.kereso-left .search-left, .kereso-right .search-left {
	float: left;
	width: 110px;
	padding-bottom: 11px;
}
.kereso-left .search-right, .kereso-right .search-right {
	float: left;
	width: 100px;
	white-space: nowrap;
}
.kereso-left .search-right input,
.kereso-left .search-right select,
.kereso-right .search-right input,
.kereso-right .search-right select {
	width: 120px;
}