
		

.input_group {
	margin-bottom: 10px;
	}
	.input_group dt {
		font-weight: bold;
		margin-bottom: 5px;
		}
		.input_group dt em {
			font-style: normal;
			font-weight: normal;
			}

#map-loader {
	position: relative;
	}
	#map-overlay { 
		top: 1px; 
		left: 16px; 
		z-index: 100;
		width: 728px;
		height: 368px;
		position: absolute; 
		background-color: #fff; 
		opacity: .80; 
		-moz-opacity: 0.80; 
		filter: alpha(opacity=80); 
		}
		#map-overlay.loading {
			background: #fff url(/images/throbbers/throbber-64x64.gif) no-repeat center; 
			}
	#map-search { 
		top: 155px; 
		left: 178px; 
		z-index: 1000;
		position: absolute; 
		}
		#map-search form {
			width: 404px;
			height: 60px;
			text-align: center;
			background: transparent url(/images/backgrounds/background-map_search.png) no-repeat center; 
		}
		#map-search form input.input-text {
			width: 366px;
			padding: 4px 4px;
			font-size: 19px;
			margin: 14px 0 0 0;
			font-weight: normal;
			text-align: center;

			}

/* Globals
*************************************************/

* { 
  margin:0; 
  padding: 0;
  list-style: none;
  }

html {
	height: 100%;
	margin-bottom: 1px;
	}

body {
	margin: 0;
	padding: 0;
	color: #332d1c;
	text-align: center;
	background-color: #fff;
	font: 12px/16px 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	}      

input,
textarea {
	font: bold 12px 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	}

img {
	border: none;
	}

h1 small {
	display: block;
	font-weight: normal;       
	} 

a:link,
a:visited {
	color: #005c99;
	text-decoration: underline;
	}
	a:hover,
	a:active {
		color: #005c99;
		text-decoration: none;
		}


/* Structure
*************************************************/
#canvas {
	width: 760px;
	margin: 0 auto; 
	padding-bottom: 20px;
	text-align: left;    
	}


/* Forms & Action Links
*************************************************/   
input.input-text,
textarea,
select {
	color: #332d1c;
	padding: 4px 4px;
	border: 1px solid #adaba5;
	}
input.input-text {
	width: 200px;
	}


input.input-button {
	border: none;
	vertical-align: middle;
	}
	
.action-destructive a {
	color: #bf2f2f;
	}

.message-positive {
	color: #449949;
	font-weight: bold;
}
.message-negative {
	color: #bf2f2f;
	font-weight: bold;
}

/* Notifications
*************************************************/   

#notice {
  padding-left: 10px;
  margin-bottom: 10px;
  }

.notice-negative {
  background: url(/images/icons/icon-error.gif) center left no-repeat;
  color: #bf2f2f;
  padding-left: 15px;
  }

.notice-positive {
  background: url(/images/icons/icon-success.gif) center left no-repeat;
  color: #3d4c37;   
  padding-left: 20px;
  }


/* Instructions
*************************************************/

#instructions {
    float: right;
    width: 240px;
    padding: 0 0 15px 0;
    background: #edeae2 url(/images/corners/corners-bottom-240x5.gif) no-repeat center bottom;
  }
  #instructions p {
    margin: 0 10px;
    font-size: 14px;
    line-height:18px;
    }   
  #instructions em {
    font-size: 11px;  
    line-height: 14px;
    font-style: normal;     
    }
  #instructions h1 {
    height: 15px;
    background: transparent url(/images/corners/corners-top-240x5.gif) no-repeat center top;
    }


/* Header
*************************************************/   

#dash {
	font-size: 11px;
	text-align:right;
	padding: 10px 15px;
	background: #edeae2 url(/images/corners/corners-bottom-760x5.gif) no-repeat bottom center;
	}

#logo {
	float: left;
	margin: 17px 0 32px 15px;
	}

#logo a {
	width: 208px;
	height: 55px;
	display: block;
	overflow: hidden;
	text-indent: -2000px;
	background: url(/images/logos/logo-stridemaps.gif) no-repeat;
	}              

#navi {
	float: right;
	font-size: 16px;
	margin: 43px 15px 0 0;
	}                    

#navi ul li {
	display: inline; 
	padding: 0 0 0 15px;
	} 
	
/* Footer
*************************************************/   

#footer {
  height: 32px;
  margin: 40px 0 0 0;
  background: #edeae2 url(/images/corners/module-title-left.gif) no-repeat left top;
  } 
  #footer p {
    height: 32px;
    color: #808080;
    display: block;
    padding: 8px 0 0 10px;
    background: transparent url(/images/corners/module-title-right.gif) no-repeat right top;
    }

/* Modules
*************************************************/

#module-map_details {
	margin-right: 20px;
	}

/* Auto Complete
*************************************************/
div.auto_complete ul {
	width: 100%;
	padding: 0 0 0 0;
	margin: -1px 0 0 0;
	list-style-type: none;
	border-top: 1px solid #adaba5;
	border-bottom: 1px solid #adaba5;
	}
	div.auto_complete ul li {
		padding: 4px;
		background-color: #fff;
		border-right: 1px solid #adaba5;
		border-left: 1px solid #adaba5;
		}
	div.auto_complete ul li.selected { 
		font-weight: bold;
		background-color: #afd89e; 
		}


/* Clear Fix
*************************************************/    
.clearfix:after, 
#head:after, 
#body:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}        

.clearfix, 
#head, 
#body {
display: inline-block;
}     

/* Hides from IE-mac \*/
* html .clearfix,
* html #head,
* html #body {
height: 1%;
}          

.clearfix, 
#head, 
#body {
display: block;
}
/* End hide from IE-mac */