#div-geocode-left
{
  width:48%;
  display:inline-block;
}

#div-geocode-right
{
  width:48%;
  display:inline-block;
  float:right;
}

.content-block p
{
  font-size: 1em;
}

.status_msg
{
  color:#dd0000;
  font-size: 0.6875em;
}

#div-search-match
{
  color:#0000dd;
  font-size: 0.6875em;  
  margin-left:0px;
  clear:both;
  padding-top:15px;
}

#div-geocode-preview-map
{
  margin:0px;
  padding:0px;
  height:400px;
  width:400px;
  float:left;
}

#div-geocode-preview-map img 
{
   max-width: none;
}

.step_highlight
{
  font-weight:bold;
}

#div-geocode-table select
{
  font-size: 12px;
}

#upload_info
{
  font-size: 0.6875em;
  border: solid 1px #c0c0c0;
  border-radius: 3px;
  width: 70%;
  background-color: #f0f0f0;
  padding: 10px;
}

#upload_progress
{
  font-size: 0.6875em;
  padding-top: 15px;
}