.rental-primary-nav {
  padding-left: 10px;
  padding-top: 14px;
  padding-bottom: 40px;
}

.rental-primary-nav > * {
/*	clear: both; */
	vertical-align:text-top;
}

#rental-primary-nav-call-for-price {
  float: right;
	margin-right: 15px;
}

.input-text-image-field {
  float: left;
  left: 3px;
  margin-right: 3px;
}

.rental-search-field {
	float: left;
  background: transparent url(../images/rentals/field_search_unfoc.gif) no-repeat scroll 0 0;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  height: 20px;
  width: 172px;;
  padding: 3px;
  border: none;
}

.widest-selection-message {
	margin-left: 14px;
	margin-top: 8px;
}

.help-guide-prompt {
  margin-left: 14px;
  margin-top: 8px;
}

/* ----------------------------------- */
/* | Tell Us About It Box            | */
/* ----------------------------------- */
.tell-us-about-it {
	margin-left: 14px;
	margin-top: 10px;
	clear: both;
}

.tell-us-about-it-flyout-display-content {
	margin-left: 59px;
	height: 350px;
	width: 497px;
	background-color: #FFFFFF;
  opacity: 0.95;
  filter: alpha(opacity=95);
  padding: 8px;
  text-align: left;
}

.tell-us-about-it-background {
	height: 369px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;
  background-color: #000000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* -------------------------------------- */
/* | Chrome autofill display workaround | */
/* -------------------------------------- */
*:focus {
	outline: none;
}
