#hotspot_search
{
	position:relative;
	float: left;
	height: 40px;
 	width: 100%;
}
#hotspot_search div, #hotspot_search input
{
  float: left;
  margin: 0px 10px 0px 0px;
}
#hotspot_detail
{
	position:relative;
 	float: left;
 	height: 340px;
 	width: 280px;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0px 0px 0px 10px;
  padding: 10px;
}
#hotspot_detail h3 {
 margin: 0px 0px 10px 0px;
}
#map
{
	position:relative;
 	float: left;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
 	height: 360px;
 	width: 660px;
}
#loadingDiv{
  background: url("http://static.tomizone.com/www/img/loading.gif");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: none;
}
