﻿#main-logo{position:absolute; top:0; height:35%; width:100%; background: url(images/logo.png) center bottom no-repeat;}

#main-input{position:absolute; top:38%; width:100%;}
.main-input
{
	height:38px;
	border-style:solid;
	border-width:1px;
	border-radius:4px;
	background-color:#fff;
}

.main-building-block
{
	border-color:#fec;
	width:80%;
	max-width:600px;
	margin:0 auto;
	overflow:hidden;
}
.main-shadow1{border-color:#888; width:100%; border-width:3px; margin-top:-1px; margin-left:-1px;}
.main-shadow2{border-color:#aaa; width:100%; margin-top:-1px; margin-left:-1px;}
.main-shadow3{border-color:#ccc; width:100%;}

#main-building-search-input
{
	border-style:none;
	outline-style:none;
	width:70%;
	padding:7px 0 7px 5px;
	font-size:16px;
}

#main-building-loading{width:20px; height:20px; margin-left:-24px; display:none;}

#main-building-use-location
{
	float:right;
	background:rgba(255, 127,0, 0.7);
	border-radius:8px;
	color:#fff;
	cursor:pointer;
	text-align:center;
	padding:5px 3px;
	margin:3px 6px 3px 0;
	font-size:12px;
	width:20%;
}
#main-building-use-location:hover{background:rgba(255, 127,0, 0.9);}
#main-building-use-location .hover{background:rgba(255, 127,0, 0.9);}

#main-building-result
{
	background-color:#fff;
	overflow:auto;
	margin:0 5px;
	max-height:220px;
	width:auto;
}

.main-result-item{height:30px; line-height:30px; font-size:16px; padding:6px 10px; border-bottom:1px solid #fec; color:#00a6ac; width:auto;}
.main-result-item:hover{background:#ccc;}
.main-result-item .hover{background:#ccc;}
.main-result-item b{font-size:18px; color:#08a; margin: 0 15px 0 5px;}

#main-adlogo
{
	position:absolute;
	top:70%;
	left:70%;
	width:30%;
	height:30%;
	background:url(images/ad.png) no-repeat;
}
