/*  company_searches_new_form.css - v0.6.1h */


#locations_new_form_box
{ 
  width: 365px;
  padding-top: 40px;
  margin: 0 auto;  
}

#location_title_bar
{ 
  text-align: center;
  background: url("/images/small_form_box_top_background.png") top left no-repeat;
  height: 32px;
}

#location_title_bar_text
{ 
  color: #fff;
  font-weight: bold;
  padding-top: 8px;
}

#location_form_content
{
  background: url("/images/small_form_box_content_background.png") top left repeat-y;
  padding: 20px 20px 0px 20px;
}

#location_form_bottom
{ 
  background: url("/images/small_form_box_bottom_background.png") top left no-repeat;
  height: 15px;
}

#location
{   
  width: 97%;
}

#location_label
{ 
  float: left;
  font-size: 1.1em; 
  color: #000;
}

#location_instructions
{ 
  font-size: 0.7em;
  color: #666;
}

#green_button
{
  float: right;
}

#location_textbox_wrapper
{ 
  text-align: left;
  width: 190px;
  float: left;
  margin-left: 10px;
}

#searching_spinner_box_box
{ 
  margin-top: 20px;
  height: 20px;
}

#searching_spinner_box
{ 
  font-size: 0.9em;  
  font-weight: bold;
}

#spinner_image
{ 
  margin-right: 10px;
}

