/* --- Search Module
-------------------------------------------------------*/

.search_module {
	margin-bottom: 20px;
}

/* --- | Auto/Mobile Toggle | --- */

.search_module .auto_mobile {
	height: 19px;
	list-style: none;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 145px;
}
.search_module .auto_mobile li {
	float:left;
	height:19px;
}		
.search_module .auto_mobile li a {
	display: block;
	height: 19px;
	color: #B5B5B5;
}			
.search_module .auto_mobile li a:hover {
	
}
.search_module .auto_mobile li a.selected{
	color: #fff;
	text-decoration: none;
}
.search_module .auto_mobile li#toggle_auto {
	margin-right:10px;
	width:75px;
}		
.search_module .auto_mobile li#toggle_auto a {
	
}	
.search_module .auto_mobile li#toggle_mobile {
	left: 78px;
	width: 57px;
	
}		
.search_module .auto_mobile li#toggle_mobile a {
	
}
/* --- | Fieldset | --- */
.search_module fieldset {
	margin-bottom: 10px;
}
/* --- | Titles | --- */
.search_module h2 {
	height: 17px;
	margin-bottom: 12px;
}
.search_module .location h2 {
	
}
.search_module .display_route_coverage h2 {
	
}
/* --- | Field Containers | --- */
.search_module fieldset .field_container {
	float: left;
}
.search_module fieldset .field_container th{
	
}
.search_module fieldset .field_container label {
	text-align: right;
	line-height: 19px;
	display: block;
	width: auto;
	padding-right: 8px;
}

.search_module fieldset .field_container input.input_text {
	font-size: .833em;	/* 12px * .833em = 10px */
	color: #6d5f72;
	width: 256px;
}

/* --- | Address | --- */

.search_module fieldset input#txtWhere {
	width: 540px;
}

/* --- | Start | --- */

.search_module fieldset .start { width: 200px; }
	
.search_module fieldset #txtFrom {
	
}

/* --- | End | --- */

.search_module fieldset .end td { vertical-align: top; }

.search_module fieldset #txtTo {
	
}

/* --- | Search Button | --- */

.search_module input.button_search {  }

/* --- | Signal Strength | --- */

.box p.signal_strength {
	font-size: .833em;	/* 12px * .833em = 10px */
	color: #241526;
	float: right;
	margin-bottom: 5px;
}
	
.signal_strength img {
	position: relative;
	top: -3px;
}

/* --- | Map | --- */

form.map_control {
	margin-top: 25px;
	position: relative;
}

#loading {
  display: none;
  position: absolute;
  left: 10px;
}

#map_loading {
	font-size: 1.166em;
	line-height: 1.7em;
	text-align: center;
	padding: 30px 0;
}

#cvgMap {
	clear: both;
	position: relative;
	width:705px;
	height: 461px;
}

#timeout-message {
  color: #532C5F;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.7em;
  text-align: center;
  padding: 0px 80px;
}