@charset "utf-8";
/* CSS Document */

body
{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}
select
{
	background:transparent;
	-webkit-appearance:none;
	border:0;
}
select:focus{outline: none;}
a
{
	text-decoration:none;
	color:#FFFFFF;
}
a:hover
{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
.search-bg
{
	margin:0 auto;
	position:absolute;
	width:349px;
	height:277px;
	background:url(/images/search-bg.png) no-repeat;
}

.search-btn1
{
	margin:0 auto;
	position:absolute;
	left:2px;
	top:40px;
	width:345px;
	height:28px;
	background:url(/images/btn1.png) no-repeat;
}
.search-btn2
{
	margin:0 auto;
	position:absolute;
	left:2px;
	top:40px;
	width:345px;
	height:28px;
	background:url(/images/btn2.png) no-repeat;
}
.res
{
	margin:0 auto;
	position:absolute;
	left:0;
	top:0;
	width:176px;
	height:28px;
	line-height:28px;
	color:#191919;
	font-size:14px;
}
.comm
{
	margin:0 auto;
	position:absolute;
	left:176px;
	top:0;
	width:168px;
	height:28px;
	line-height:28px;
	color:#FFFFFF;
	font-size:14px;
}
.res2
{
	margin:0 auto;
	position:absolute;
	left:0;
	top:0;
	width:176px;
	height:28px;
	line-height:28px;
	color:#FFFFFF;
	font-size:14px;
}
.comm2
{
	margin:0 auto;
	position:absolute;
	left:176px;
	top:0;
	width:168px;
	height:28px;
	line-height:28px;
	color:#191919;
	font-size:14px;
}
.buy
{
	position:absolute;
	left:25px;
	top:80px;
	width:296px;
	height:30px;
	background:url(/images/input.png) no-repeat;
}
.prop-type
{
	position:absolute;
	left:25px;
	top:115px;
	width:296px;
	height:30px;
	background:url(/images/input.png) no-repeat;
}

.city
{
	position:absolute;
	left:25px;
	top:150px;
	width:296px;
	height:30px;
	background:url(/images/input.png) no-repeat;
}
.min
{
	position:absolute;
	left:22px;
	top:180px;
	width:123px;
	height:36px;
	background:url(/images/minmax.png) no-repeat;
}
.dash
{
	position:absolute;
	left:165px;
	top:200px;
	width:9px;
	height:3px;
	background:url(/images/dash.png) no-repeat;
}
.max
{
	position:absolute;
	left:197px;
	top:180px;
	width:123px;
	height:36px;
	background:url(/images/minmax.png) no-repeat;
}

.submitbtn
{
	position:absolute;
	top:225px;
	left:25px;
	width:296px;
	height:31px;
}