/* Top Blue Area */
.top-blue {
  background-image: url(/images/searchspots/images/blue_background.png);
}

.top-blue .buttons {
  float:right;
  margin: 10px 0 0;
}

.top-blue .buttons span {
  margin: 0 10px 0 0;
}
/*.top-blue .text .body .button .learn-more {
  background: #fff url(/images/searchspots/images/learn_more.png);
}

.top-blue .text .body .button .learn-more:hover {
  background: #fff url(/images/searchspots/images/learn_more.png) -139px 0px no-repeat;
}
*/
.top-blue .text .headline {
  font-size: 27px;
  color: #fff;
}

.top-blue .text .subheadline {
  color: #85d0ff;
  font-size: 17px;
  font-weight: normal;
}

/* Arrow List for top blue box */
.arrow-list ul li {
  background: url("/images/searchspots/images/blue_arrow.png") no-repeat scroll 0px 2px transparent;
  color: #fff;
  font-size: 18px;
}

/* Boxes */
.box {
  padding: 0;
  width: 230px;
  height: 215px;
}

.dotted-box .headline {
  background: url(/images/searchspots/images/blue_arrow.png) no-repeat scroll 5px 10px #8acbf8;
  color: #000;
  font-size: 17px;
  padding: 11px 5px 15px 35px;
  height: 18px;
  margin: 1px 1px 0 1px;
}

.dotted-box div {
  padding: 15px;
}

.box .copy {
  color: #525252;
  margin: 0;
  line-height: 24px;
}

.box.dotted-box {
  border: 1px dotted #919191;
  margin: 0 16px 0 0;
}

/* Login box */
.box.login-box {
  padding: 0px 0 0 20px;
}

.box.login-box .headline {
  color: #6f6f6f;
}

.box.login-box .copy.login-form label {
  color: #383838;
  display: block;
  font-weight: bold;
}

.box.login-box .copy.login-form input[type=text], .box.login-box .copy.login-form input[type=password] {
  width: 200px;
  border: 1px solid #989898;
  height: 25px;
  padding: 0 0 0 5px;
}

.box.login-box .copy.login-form p {
  line-height: 18px;
}

.box.login-box .copy.login-form p.submit {
  float: right;
  padding: 0 22px 0 0;
}

.box.login-box .copy.login-form p.remember-me input, .box.login-box .copy.login-form p.remember-me label {
  float: left;
}

.box.login-box .copy.login-form p.remember-me label {
  margin: 0 0 0 5px;
}

.box.login-box .copy.login-form p.forgot-password {
  line-height: 12px;
  margin: 0;
}