body {
	
}
/*************************************** - form*/
#formContainer{
	border-bottom:1px solid #39c;
	margin-bottom:15px;
}

#locationContainer label,
#searchStringContainer label,
#categoryContainer label{
	font-size:14px;
	display:block;
}

#locationContainer label span,
#searchStringContainer label span,
#categoryContainer label span{
	font-size:9px;
}

#locationContainer input,
#searchStringContainer input{
	width:250px;
}
/*************************************** - results*/
#resultsContainer{
	width:640px;
	float:left;
	height:600px;
	overflow:scroll;
}
.place-result{
	width:605px;
	margin:10px 10px 0 0;
	min-height:100px;
	border-bottom:1px solid #39c;
}
.place-result-pic{
	height:75px;
	width:75px;
	float:left;
	margin:8px;
}
.place-result-container{
	margin-left:90px;
}
.place-result h4 a{
	font-size:13px;
	color:#993333;
}
.place-result h4 a:hover{
	text-decoration:underline;
}
.place-result h4 span{
	font-size:11px;
	color:#000;
	font-weight:normal;
}
.rank-compass{
	width:22px;
}
.more-description{
	display:none;
}
/*************************************** - map*/
#mapContainer{
	padding-left:10px;
	float:left;
	
}
#map{
	
	width:300px;
	height:300px;
	border:1px solid #000;
}
/*pdmarker*/
div.markerTooltip, div.markerDetail {
	color: black;
	width:100px;
	background-color: white;
	font-size:12px;
	text-align:center;
	margin: 0;
	padding: 2px 4px;
	border: 1px solid black;
}



