#myAutoComplete {
    margin-left: 300px;
}
.nodisplay {
	display: none;
}

.suggestLoc{
	margin-top: -10px;
	font-size: 10px;
}

#s {
	width: 300px;
}

#results {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
}

#results ul {
	border: 1px solid #bfbfbf;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

#results ul li {
	vertical-align: middle;
}

#results ul li a img {
	max-height: 29px;
	width: 50px;
	margin-right: 10px;
	vertical-align: middle;
	float: left;
}

#results ul li a {
	display: block;
	color: #444;
	background: #fff;
	font: normal 15px arial;
	text-decoration: none;
	padding: 1px 4px 2px 6px;
}

* html #results ul li a {
	width: 100%;
}

#results ul li a strong {
	color: #000;
}

#results ul li a:hover, #results ul li a.hover {
	background: #048940;
	color: #fff;
}

#results ul li a:hover strong, #results ul li a.hover strong {
	color: #fff;
}
div.flash{
	position: relative;
	z-index: 0;
	margin-left:15px;
	margin-right:15px;
}

#reviewsSpeedometer{
	width:210px; 
	height:145px;
}

#reviewsSpeedometer span{
	font: bold 24px arial; 
	color:#048940; 
	position:relative; 
	top:110px;
}

table.form{
	margin: 10px;
	border-spacing: 5px;
}

	table.form td.label{
		text-align: right;
		font-size: 1.1em;
	}
	table.form td.right{
		font-size: 1.2em;
		text-align: right;
		vertical-align: top;
	}
	table.form label{
		font-size: 1.1em;
	}
	table.form input{
		width: 210px;
	}
	table.form input#emails, input#promos{
		width: auto;
	}
	table.form input.button{
		width: 78px;
	}
	
input.button{
  float: left;
  height: 23px;
  width: 78px;
  border: none;
  color: #fff;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  font-weight: 600;
  text-align: center;
  background: transparent url('images/bg_popup-but3.png') no-repeat 0 0;
  cursor: pointer;
}

input:hover.button {
  color: #476f41;
  cursor: pointer;
}

span.desc{
	font-size: 1em;
	font-style: italic;
}

span.error{
	margin-left: 25px;
}

h2 {
  font-size: 1.8em;
  line-height: 1.1em;
  font-weight: 500;
  color: #048940; 
}
h3 {
  font-size: 1.6em;
  line-height: 1.1em;
  font-weight: 500;
  color: #048940; 
 } 
h4 {
  font-size: 1.5em;
  line-height: 1.1em;
  font-weight: 500;
  color: #048940; 
 } 
span.list {
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 500;
  color: #048940; 
 } 

div.index_nav{	margin-left: auto;	margin-right: auto;	text-align: center;	font-size: 1.4em;}span.delim{	cursor: default;	margin: 0px 10px 0px 10px;}

div.calloutSmall{
	background-image:url('images/calloutSm.png');
	background-repeat:no-repeat;
	height:122px;
	width:271px;
	padding:7px;
}
div.calloutLarge{
	background-image:url('images/calloutLg.png');
	background-repeat:no-repeat;
	height:141px;
	width:271px;
	padding:7px;
}
	div.calloutHeader{
		color:white;
		font-size:18px;
		text-align:left;
	}
	div.calloutHeaderSm{
		color:white;
		font-weight:bold;
		font-size:13px;
		text-align:left;
	}
	div.calloutReferBody{
		text-align:center;
		font-size:30px;
		color:black;
		margin-top:40px;
	}
	div.calloutAccountBody{
		font-size: 14px;
		line-height: 20px;
		color:black;
		margin-top:20px;
	}
div.body{
	font-size: 16px;
	color:black;
	line-height: 25px;
	margin: 20px 0px 0px 10px;
}
span.green_bold{
	color:#048940;
	font-weight:bold;
}

input.refer{
	margin-left: 15px;
	width:400px;
}
