#searchForm{
	margin:0px;	
}

/*
html > streetSearch{
	width:142px;
}
html > #outterContainer{
	left:108px;
}

* html #streetSearch{
	width:145px;
}
* html #outterContainer{
	left:109px;
	top:48px;
}
fieldset {
  border:0px;
  padding:0px 0px 2px 0px; 
  font:90%/1 sans-serif;  
  width:300px;
  }
label {
  float:left;
  width:100px;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:left;
 } 
 */

 /****** updated ******/
 .searchLabel{
 	float:left;
 	width:100px;
 	text-align:left;
 }
 
 .searchInput{
 	float:left;
 }
 
 #resultContainer{
 	border:1px dottted #eee;
 }
