/* search */
#IDX-quickSearchForm {
	position: relative;
	height: 220px;
	width: 230px;
}
#QS-minPriceField {
	position: absolute;
	width: 100px;
	height: 15px;
	left: 122px;
	top: 9px;
}
#QS-maxPriceField {
	position: absolute;
	width: 100px;
	height: 15px;
	left: 122px;
	top: 39px;
}
#QS-minSqftField {
	position: absolute;
	width: 100px;
	height: 15px;
	left: 122px;
	top: 69px;
}
#QS-minRoomsField {
	position: absolute;
	width: 100px;
	height: 15px;
	left: 122px;
	top: 99px;
}
#QS-minBathsField {
	position: absolute;
	width: 100px;
	height: 15px;
	left: 122px;
	top: 129px;
}
#QS-labelMaxPrice {
	text-align: left;
	position: absolute;
	width: 70px;
	height: 15px;
	left: 2px;
	top: 39px;
}
#QS-labelMinPrice {
	text-align: left;
	position: absolute;
	width: 70px;
	height: 15px;
	left: 2px;
	top: 9px;
}
#QS-labelMinSqft {
	text-align: left;
	position: absolute;
	width: 70px;
	height: 15px;
	left: 2px;
	top: 69px;
}
#QS-labelMinRooms {
	text-align: left;
	position: absolute;
	width: 70px;
	height: 15px;
	left: 2px;
	top: 99px;
}
#QS-labelMinBaths {
	text-align: left;
	position: absolute;
	width: 70px;
	height: 15px;
	left: 2px;
	top: 129px;
}
#QS-labelCityList {
	text-align: left;
	position: absolute;
	width: 85px;
	height: 15px;
	left: 2px;
	top: 159px;
}
#QS-buttonSearch {
	position: absolute;
	width: auto;
	height: auto;
	left: 152px;
	top: 189px;
	text-align:center;
}
#QS-selectCityList {
	position: absolute;
	width: 105px;
	height: 22px;
	left: 122px;
	top: 159px;
}
#IDX-wildSearchForm {
	width:95%;
}
#IDX-Insight-priceLine a{
	font-size:16px;
	text-decoration:none;
}
