#logo {
  width: 620px;
  height: 178px;
  margin: 0px;
  padding: 0px;
  background: url(../img/compass_main_01.jpg) no-repeat left;
}
#lucky_compass_title {
  width: 608px;
  height: 32px;
  background: url(../img/moojo_luckycompass_title.gif) no-repeat left;
}
#lucky_compass {
  width: 600px;
  margin: 10px;
  position: relative;
}
#lucky_compass a {
  color: #fcffba;
  text-decoration: underline;
}
#best_to_do {
  width: 230px;
  margin: 10px 0px;
  padding: 5px 0px 15px 45px;
  background: url(../img/moojo_compass_icon1.jpg) no-repeat left top;
  /*float: left;*/
}
#best_to_do_header {
  font-size: 10pt;
  font-weight: bold;
}
#lucky_hours {
  width: 230px;
  margin: 10px 0px;
  padding: 5px 0px 15px 45px;
  background: url(../img/moojo_compass_icon2.jpg) no-repeat left top;
  /*float: left;*/
}
#lucky_hours_header {
  font-size: 10pt;
  font-weight: bold;
}
#lucky_description {
  clear: both;
}
#lucky_description_header {
  margin: 15px 0px 10px 0px;
  font-size: 11pt;
  font-weight: bold;
}
#lucky_links {
  width: 600px;
  margin: 10px;
}
#lucky_links_header {
  font-size: 10pt;
  font-weight: bold;
}
#lucky_links_header strong {
  color: #efdc86;
  font-size: 12pt;
  font-weight: bold;
}
.lucky_link {
  margin: 0px 0px 10px 0px;
}
.lucky_link_title {
  color: #fcffba;
  font-weight: bold;
  text-decoration: underline;
}
.lucky_link_description {
  color: #fff;
}
#welcome_form_layer {
  position: absolute;
  top: 0px;
  left: 290px;
}
#welcome_form_layer_description {
  color: #efdc86;
  font-size: 10pt;
  font-weight: bold;
}
#welcome_form_layer_description p {
  margin: 0px 0px 10px 0px;
}
#welcome_form {
  margin: 0px;
}
#welcome_form p {
  position: relative;
  margin: 3px 0px;
  display: block;
  clear: both;
}
#welcome_form label {
  width: 90px;
  padding: 4px 4px;
  float: left;
  font-size: 9pt;
  font-weight: bold;
  text-align: right;
}
#welcome_form #zipcode_label {
  margin-left: 20px;
  float: none;
}
#welcome_form input {
  height: 16px;
}
#welcome_form #firstname {
  width: 150px;
}
#welcome_form #lastname {
  width: 150px;
}
#welcome_form #email {
  width: 180px;
}
#welcome_form #address1 {
  width: 180px;
}
#welcome_form #address2 {
  width: 180px;
}
#welcome_form #city {
  width: 150px;
}
#welcome_form #zipcode {
  width: 40px;
}
#welcome_form #phone1 {
  width: 40px;
  margin-right: 12px;
}
#welcome_form #phone2 {
  width: 40px;
  margin-right: 12px;
}
#welcome_form #phone3 {
  width: 60px;
}
#welcome_form #birthday_month {
  margin-right: 4px;
}
#welcome_form #birthday_day {
  margin-right: 4px;
}
#welcome_form #welcome_form_submit {
  width: 84px;
  height: 29px;
  position: relative;
  left: 100px;
  top: 5px;
}