#locationContainer
{
	width:625px;
	background-color:#ffffff;
}

#locationResult
{
	width:125px;
	height:75px;
	background-color:#ffffff;
	border: solid 1px #000000;
	margin: 5px 5px 5px 5px;
	padding: 7px 7px 7px 7px;
	float:left;
}




#locationDetailContainer
{
	position:relative;
	background-color: #F3F3F3;
}

#locationDetailInfo
{
	position: relative;
	width: 240px;
	float: left;

}

#locationDetailMap
{
	position: relative;
	width: 220px;
	float: left;
	background-color:#F9F9F9;
}


