.light_blue_background {
  background-color: #dff6ff; }

.white_background {
  background-color: white; }

.no_right_margin {
  margin-right: 0px !important; }

.no_left_margin {
  margin-left: 0px !important; }

.no_top_margin {
  margin-top: 0px !important; }

.no_bottom_margin {
  margin-bottom: 0px !important; }

.no_margin {
  margin: 0px !important; }

.right_margin {
  margin-right: 10px !important; }

.left_margin {
  margin-left: 10px !important; }

.top_margin {
  margin-top: 10px !important; }

.bottom_margin {
  margin-bottom: 10px !important; }

.no_right_padding {
  padding-right: 0px !important; }

.no_left_padding {
  padding-left: 0px !important; }

.no_top_padding {
  padding-top: 0px !important; }

.no_bottom_padding {
  padding-bottom: 0px !important; }

.no_right_border {
  border-right: 0px !important; }

.no_left_border {
  border-left: 0px !important; }

.no_top_border {
  border-top: 0px !important; }

.no_bottom_border {
  border-bottom: 0px !important; }

.right_border {
  border-right: 1px solid #c5c5c5; }

.left_border {
  border-left: 1px solid #c5c5c5; }

.top_border {
  border-top: 1px solid #c5c5c5; }

.bottom_border {
  border-bottom: 1px solid #c5c5c5; }

.right_padding {
  padding-right: 10px; }

.left_padding {
  padding-left: 10px; }

.top_padding {
  padding-top: 10px; }

.bottom_padding {
  padding-bottom: 10px; }

.no_right_padding {
  padding-right: 0px; }

.no_left_padding {
  padding-left: 0px; }

.no_top_padding {
  padding-top: 0px; }

.no_bottom_padding {
  padding-bottom: 0px; }

.absolute_right {
  position: absolute;
  top: 0px;
  right: 0px; }

.absolute_left {
  position: absolute;
  top: 0px; }

.float_right {
  display: inline;
  float: right; }

.float_left {
  display: inline;
  float: left; }

.float_medium {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: auto;
  margin-right: auto; }

.block {
  display: block; }

.centering_wrapper {
  display: block;
  height: 60px;
  width: auto;
  margin: 0 auto; }

.justify_right {
  text-align: right; }

.justify_left {
  text-align: left; }

.large_item {
  display: inline;
  float: left;
  width: 724px;
  height: auto;
  margin-bottom: 12px;
  border-bottom: 1px solid #c5c5c5; }

.medium_item {
  display: inline;
  float: left;
  width: 504px;
  margin: 0px;
  padding: 0px; }

.clickable_div {
  cursor: pointer; }
  .clickable_div a {
    text-decoration: none;
    display: block; }

.percentage_bar_outer {
  background: white;
  height: 12px;
  border: 1px solid #c5c5c5;
  padding: 1px; }

.percentage_bar_inner {
  height: 12px;
  background: #0b94cc; }

.gray_heading, .gray_heading_big {
  color: #666666; }

.green_heading, .green_heading_big, .green_text {
  color: #84b333; }

.blue_heading, .blue_heading_big, .blue_text {
  color: #0b94cc; }

.red_heading, .red_heading_big, .red_text {
  color: #cc0000; }

.gray_heading, .green_heading, .blue_heading, .red_heading {
  font: bold 18px/1.2 arial; }

.gray_heading_big, .green_heading_big, .blue_heading_big, .red_heading_big {
  font: bold 24px/1.2 arial; }

.normal_weight {
  font-weight: normal; }

html {
  background-color: #666666; }
  html body {
    text-align: center;
    font: bold 12px/1.2 arial;
    color: #666666;
    word-wrap: break-word; }

a {
  color: #54b4db;
  text-decoration: none; }

a:visited {
  color: #54b4db; }

textarea {
  height: 75px;
  margin-bottom: 8px;
  border: 1px solid #c5c5c5; }

input[type="text"], input[type="password"] {
  padding: 2px 8px;
  line-height: 25px;
  border: 1px solid #c5c5c5;
  font-size: 13px; }
  input[type="text"].normal, input[type="password"].normal {
    width: 200px; }
  input[type="text"].long, input[type="password"].long {
    width: 356px; }
  input[type="text"].tall, input[type="password"].tall {
    height: 28px; }

select {
  border: 1px solid #c5c5c5; }

span.informative {
  font-style: italic; }

.content {
  width: 978px;
  height: auto;
  overflow: hidden;
  padding: 18px 0px;
  background-color: white;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px; }
  .content .main_medium, .content .main_large, .content .sidebar {
    display: inline;
    float: left;
    height: auto;
    margin-left: 18px; }
  .content .main_medium {
    text-align: left;
    width: 506px; }
    .content .main_medium .title {
      padding: 0px 0px 0px 10px; }
    .content .main_medium .gray_caret_left {
      margin: 0 0 0 10px;
      padding: 0; }
  .content .main_large {
    width: 724px; }
    .content .main_large .title {
      padding: 0px 0px 0px 10px; }
    .content .main_large.body_text {
      text-align: left;
      font-weight: normal; }
      .content .main_large.body_text p {
        padding-top: 9px;
        padding-bottom: 9px; }
  .content .sidebar {
    width: 200px; }
    .content .sidebar .navigation {
      padding: 8px 0 28px 0;
      text-align: left; }
      .content .sidebar .navigation a {
        font: bold 14px/1 arial; }

.clear {
  clear: both; }

.wrapper {
  margin: 0px auto;
  width: 978px;
  height: auto; }

.footer {
  position: relative;
  background-color: white;
  height: 180px;
  margin: 27px auto 17px;
  width: 978px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px; }

.tab_bar {
  width: 978px;
  height: 32px;
  margin: 34px 0px 0px 0px; }
  .tab_bar .current {
    background-color: white;
    color: #0b94cc; }
    .tab_bar .current:hover {
      background-color: white; }
    .tab_bar .current a {
      color: #0b94cc; }
    .tab_bar .current a:visited {
      color: #0b94cc; }

.tab {
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  cursor: pointer;
  background-color: #0b94cc;
  color: white;
  font: bold 14px/2.3 arial;
  padding: 0px;
  display: inline;
  float: left;
  width: auto;
  margin: 0px 12px 0px 0px;
  height: 32px; }
  .tab a {
    text-decoration: none;
    display: block; }
  .tab:hover {
    background-color: #54b4db; }
  .tab a {
    padding: 0px 32px;
    color: white; }
  .tab a:visited {
    color: white; }

.pagination_container {
  display: inline;
  float: right;
  width: 300px;
  height: 24px;
  margin-top: 10px; }

.pagination_number {
  display: inline;
  float: right;
  width: 16px;
  height: 16px;
  padding: 4px;
  text-align: center;
  margin-right: 7px;
  background-color: #edebe5;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  cursor: pointer; }
  .pagination_number a {
    text-decoration: none;
    display: block; }

.pagination_increment_button {
  display: inline;
  float: right;
  width: 64px;
  height: 16px;
  padding: 4px;
  text-align: center;
  margin-right: 12px;
  background-color: #edebe5;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  cursor: pointer; }
  .pagination_increment_button a {
    text-decoration: none;
    display: block; }

.red_heading_bar, .gray_heading_bar, .red_heading_bar_short, .gray_heading_bar_short {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  width: 494px;
  height: 30px;
  padding: 0px 0px 0px 12px;
  font: normal 15px/1.9 arial;
  text-align: left; }

.gray_heading_bar, .gray_heading_bar_short {
  background-color: #e0dfd8;
  color: #666666;
  font-weight: bold;
  margin-bottom: 0px; }

.red_heading_bar, .red_heading_bar_short {
  background-color: #cc0000;
  color: white; }

.red_heading_bar_short, .gray_heading_bar_short {
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  cursor: pointer;
  width: 164px;
  font: bold 14px/2.2 arial;
  text-align: center;
  display: inline-block;
  padding: 0px;
  zoom: 1;
  *display: inline; }
  .red_heading_bar_short a, .gray_heading_bar_short a {
    text-decoration: none;
    display: block; }

.red_heading_bar_medium {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  float: left;
  width: 450px;
  height: 30px;
  font: bold 15px/1.9 arial;
  text-align: left;
  display: inline; }
  .red_heading_bar_medium span {
    margin-left: 12px; }

.red_heading_bar_long, .gray_heading_bar_long {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  float: left;
  width: 725px;
  height: 30px;
  font: bold 15px/1.9 arial;
  text-align: left;
  display: inline; }
  .red_heading_bar_long span, .gray_heading_bar_long span {
    margin-left: 12px; }

.red_heading_bar_long, .red_heading_bar_medium {
  background-color: #cc0000;
  color: white; }

.gray_heading_bar_long {
  background-color: #e0dfd8;
  color: #666666;
  font-weight: bold; }

.red_caret_left {
  background: url(/images/arrow_red.png?1283783313) no-repeat 0px 0px;
  margin: 0px 0px 0px 12px;
  width: 40px;
  height: 12px;
  text-align: left;
  float: left; }

.gray_caret_left {
  background: url(/images/arrow.png?1283783313) no-repeat 0px 0px;
  margin: 30px 0px 0px 12px;
  width: auto;
  height: 12px;
  text-align: right; }

.gray_caret_right {
  background: url(/images/arrow.png?1283783313) no-repeat 0px 0px;
  margin: 0px 0px 6px 168px;
  width: auto;
  height: 12px;
  text-align: left; }

.green_caret_left {
  background: url(/images/arrow_green.png?1283783313) no-repeat 0px 0px;
  margin: 0px 0px 0px 12px;
  width: auto;
  height: 12px;
  text-align: right; }

.dialog_title {
  text-align: left;
  margin: 10px 20px;
  padding-bottom: 10px; }
  .dialog_title h1 {
    color: #84b333;
    font: bold 20px/1.2 arial; }
  .dialog_title h2 {
    font: bold 16px/1.2 arial; }
  .dialog_title h3 {
    color: #0b94cc;
    font: bold 15px/1.2 arial;
    margin-top: 18px; }

.dialog_upload_photo {
  width: 100%;
  margin: 0px 12px;
  display: block;
  text-align: center; }
  .dialog_upload_photo .file_wrapper {
    display: inline;
    float: left;
    margin-right: 12px; }
    .dialog_upload_photo .file_wrapper input {
      margin-top: 2px;
      width: 200px; }
  .dialog_upload_photo .button_wrapper {
    display: inline;
    float: right;
    margin-right: 30px; }
  .dialog_upload_photo .dos_and_donts {
    width: 90%;
    margin: 4px 20px 10px 4px;
    text-align: left; }
    .dialog_upload_photo .dos_and_donts .title {
      color: #84b333;
      font: bold 16px/1.2 arial;
      margin: 6px 0px 6px 0px; }
    .dialog_upload_photo .dos_and_donts .dos, .dialog_upload_photo .dos_and_donts .donts {
      margin: 4px 0px; }
      .dialog_upload_photo .dos_and_donts .dos .icon, .dialog_upload_photo .dos_and_donts .donts .icon {
        float: left;
        width: 25px;
        height: 15px; }
      .dialog_upload_photo .dos_and_donts .dos .text, .dialog_upload_photo .dos_and_donts .donts .text {
        width: 90%;
        float: left; }
    .dialog_upload_photo .dos_and_donts .dos .icon {
      background: url(/images/sprites.png?1283783313) no-repeat -212px -1614px; }
    .dialog_upload_photo .dos_and_donts .donts .icon {
      background: url(/images/sprites.png?1283783313) no-repeat -212px -1636px; }

.earn_smartcoins {
  display: inline;
  float: left;
  background-color: #e3f2c2;
  width: 172px;
  margin-bottom: 12px;
  height: 183px;
  text-align: left;
  padding: 14px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px; }
  .earn_smartcoins .title {
    font: bold 14px/1 arial;
    color: #84b333; }

.notifications {
  z-index: 10000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%; }
  .notifications .notifications_content {
    width: 860px;
    margin: 0 auto;
    text-align: left;
    padding-left: 120px;
    padding-top: 24px;
    padding-bottom: 24px;
    min-height: 36px;
    font-size: 24px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif; }
  .notifications.error {
    background-color: #ff9933; }
    .notifications.error .notifications_content {
      background: url(/images/notification_error.png?1283783313) no-repeat bottom left;
      color: white; }
  .notifications.notice {
    background-color: #e3f2c2; }
    .notifications.notice .notifications_content {
      background: url(/images/notification_notice.png?1283783313) no-repeat bottom left;
      color: #84b333; }

.dialog_content_container {
  display: none; }

.fieldWithErrors {
  display: inline; }

.hidden {
  display: none; }

.report_link {
  background: url(/images/sprites.png?1283783313) no-repeat -5px -771px;
  padding-left: 18px;
  height: 16px;
  cursor: pointer; }
  .report_link a {
    text-decoration: none;
    display: block; }

.ignore_link {
  background: url(/images/sprites.png?1283783313) no-repeat -212px -682px;
  padding-left: 18px;
  height: 18px;
  cursor: pointer; }
  .ignore_link a {
    text-decoration: none;
    display: block; }

.report_link, .ignore_link {
  margin: 0px 0 8px 0; }
  .report_link a, .ignore_link a {
    margin-left: 6px;
    color: #0b94cc;
    font: bold 12px/1.4 arial; }

.ignore_link {
  margin: 0px 0 4px 0; }

.add_to_favorites_link {
  cursor: pointer;
  background: url(/images/sprites.png?1283783313) no-repeat -211px -963px;
  padding-left: 20px;
  height: 16px; }
  .add_to_favorites_link a {
    text-decoration: none;
    display: block; }
  .add_to_favorites_link a {
    color: #0b94cc; }

.favorite_indicator {
  background: url(/images/sprites.png?1283783313) no-repeat -1px -1614px;
  height: 16px;
  padding: 0px 0 0 24px;
  display: inline; }

.premium_badge_container {
  float: right;
  width: 120px;
  margin-right: 15px; }
  .premium_badge_container .premium_text {
    margin-bottom: 10px; }

.premium_badge {
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  background-color: #cc0000;
  height: 12px;
  padding: 4px 8px 4px 8px;
  width: 72px;
  margin: 0px auto; }
  .premium_badge.overlay {
    position: absolute;
    bottom: 14px;
    margin: 0px; }
  .premium_badge .text {
    color: white;
    font: normal 12px/1 arial;
    display: inline;
    float: left; }
  .premium_badge .star {
    display: inline;
    float: left;
    margin-top: -2px;
    padding: 0px 0px 0px 2px; }
    .premium_badge .star img {
      width: 16px;
      height: 16px;
      border: 0px; }
  .premium_badge .text {
    padding: 0px 0px 8px 0px; }

.icebreak_dialog_content {
  line-height: 24px;
  text-align: left;
  padding-left: 10px;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif; }
  .icebreak_dialog_content .heading_title {
    color: #84b233;
    font-size: 20px; }
  .icebreak_dialog_content p {
    padding: 0px;
    border-bottom: 1px solid #edebe5;
    margin-bottom: 12px;
    font-weight: normal; }
  .icebreak_dialog_content .icebreaker_button {
    text-align: center;
    margin: 10px 0px; }
  .icebreak_dialog_content a {
    color: #666666;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px; }
  .icebreak_dialog_content a:hover {
    background-color: #e3f2c2; }

#success_guarantee_dialog {
  text-align: left; }
  #success_guarantee_dialog p {
    font-weight: normal;
    margin: 10px 20px; }

.call_to_action {
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  padding: 14px;
  margin: 6px 0 0 0; }
  .call_to_action .heading {
    font: bold 16px/1.2 arial; }
  .call_to_action .sub_heading {
    font: normal 12px/1.2 arial; }
  .call_to_action .actions {
    padding: 16px 0 26px 0; }
    .call_to_action .actions a, .call_to_action .actions a:visited {
      font: normal 14px/1.4 arial;
      color: #0b94cc;
      display: block; }
  .call_to_action .tag {
    font: bold 16px/1.2 arial;
    color: #84b333; }

.tooltip.hidden_mode_container {
  display: none;
  width: 218px;
  z-index: 2; }
.tooltip .hidden_mode {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  width: 190px;
  background-color: white;
  border: 1px solid #0b94cc;
  color: #666666;
  text-align: left;
  padding: 12px; }
  .tooltip .hidden_mode h1 {
    font: bold 12px/1 arial;
    padding: 0px 0px 10px 0px; }
  .tooltip .hidden_mode p {
    font: normal 12px/1.2 arial;
    margin: 0px;
    padding: 0px 0px 4px 0px; }
  .tooltip .hidden_mode a {
    font-weight: bold; }

.hidden_mode_reminder {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  background-color: #999999;
  color: white;
  padding: 6px;
  text-align: center;
  margin-bottom: 4px; }

.hidden_mode_link, .hidden_mode_link a {
  font-weight: normal; }

.light_blue_background {
  background-color: #dff6ff; }

.white_background {
  background-color: white; }

.no_right_margin {
  margin-right: 0px !important; }

.no_left_margin {
  margin-left: 0px !important; }

.no_top_margin {
  margin-top: 0px !important; }

.no_bottom_margin {
  margin-bottom: 0px !important; }

.no_margin {
  margin: 0px !important; }

.right_margin {
  margin-right: 10px !important; }

.left_margin {
  margin-left: 10px !important; }

.top_margin {
  margin-top: 10px !important; }

.bottom_margin {
  margin-bottom: 10px !important; }

.no_right_padding {
  padding-right: 0px !important; }

.no_left_padding {
  padding-left: 0px !important; }

.no_top_padding {
  padding-top: 0px !important; }

.no_bottom_padding {
  padding-bottom: 0px !important; }

.no_right_border {
  border-right: 0px !important; }

.no_left_border {
  border-left: 0px !important; }

.no_top_border {
  border-top: 0px !important; }

.no_bottom_border {
  border-bottom: 0px !important; }

.right_border {
  border-right: 1px solid #c5c5c5; }

.left_border {
  border-left: 1px solid #c5c5c5; }

.top_border {
  border-top: 1px solid #c5c5c5; }

.bottom_border {
  border-bottom: 1px solid #c5c5c5; }

.right_padding {
  padding-right: 10px; }

.left_padding {
  padding-left: 10px; }

.top_padding {
  padding-top: 10px; }

.bottom_padding {
  padding-bottom: 10px; }

.no_right_padding {
  padding-right: 0px; }

.no_left_padding {
  padding-left: 0px; }

.no_top_padding {
  padding-top: 0px; }

.no_bottom_padding {
  padding-bottom: 0px; }

.absolute_right {
  position: absolute;
  top: 0px;
  right: 0px; }

.absolute_left {
  position: absolute;
  top: 0px; }

.float_right {
  display: inline;
  float: right; }

.float_left {
  display: inline;
  float: left; }

.float_medium {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: auto;
  margin-right: auto; }

.block {
  display: block; }

.centering_wrapper {
  display: block;
  height: 60px;
  width: auto;
  margin: 0 auto; }

.justify_right {
  text-align: right; }

.justify_left {
  text-align: left; }

.large_item {
  display: inline;
  float: left;
  width: 724px;
  height: auto;
  margin-bottom: 12px;
  border-bottom: 1px solid #c5c5c5; }

.medium_item {
  display: inline;
  float: left;
  width: 504px;
  margin: 0px;
  padding: 0px; }

.clickable_div {
  cursor: pointer; }
  .clickable_div a {
    text-decoration: none;
    display: block; }

.percentage_bar_outer {
  background: white;
  height: 12px;
  border: 1px solid #c5c5c5;
  padding: 1px; }

.percentage_bar_inner {
  height: 12px;
  background: #0b94cc; }

.gray_heading, .gray_heading_big {
  color: #666666; }

.green_heading, .green_heading_big, .green_text {
  color: #84b333; }

.blue_heading, .blue_heading_big, .blue_text {
  color: #0b94cc; }

.red_heading, .red_heading_big, .red_text {
  color: #cc0000; }

.gray_heading, .green_heading, .blue_heading, .red_heading {
  font: bold 18px/1.2 arial; }

.gray_heading_big, .green_heading_big, .blue_heading_big, .red_heading_big {
  font: bold 24px/1.2 arial; }

.normal_weight {
  font-weight: normal; }

button {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background: transparent;
  cursor: pointer; }

.red_button {
  background: #cc0000;
  color: white; }
  .red_button:hover {
    background: #cc0000; }

.green_button {
  background: #84b333;
  color: white; }
  .green_button:hover {
    background: #a9ca70; }

.blue_button {
  background: #0b94cc;
  color: white; }
  .blue_button:hover {
    background: #54b4db; }

.gray_button {
  background: #e0dfd8;
  color: white; }
  .gray_button:hover {
    background: #f2f1ed; }

.green_button, .blue_button, .gray_button {
  display: block;
  margin: 0 auto;
  border: 0px;
  padding: 0px;
  width: auto;
  text-align: center;
  cursor: pointer; }

.small_button {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  font: bold 12px/1.5 arial;
  padding: 0px 10px;
  height: 20px; }

.medium_button {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  font: bold 16px/2 arial;
  padding: 0px 18px;
  height: 30px; }

.large_button {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  font: bold 22px/1.8 arial;
  padding: 0px 16px;
  height: 38px; }

.xlarge_button {
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  font: bold 30px/1.5 arial;
  padding: 0px 32px;
  height: 50px; }

.small_link_button, .fb_login_button_small {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  font: bold 12px/1.5 arial;
  text-align: center;
  height: 20px; }
  .small_link_button a, .fb_login_button_small a {
    padding: 1px 10px 1px; }

.medium_link_button, .fb_login_button_medium {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  font: bold 14px/1.8 arial;
  text-align: center;
  height: 30px; }
  .medium_link_button a, .fb_login_button_medium a {
    padding: 2px 10px 2px; }

.large_link_button, .fb_login_button_large {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  font: bold 24px/1.5 arial;
  text-align: center;
  height: 36px; }
  .large_link_button a, .fb_login_button_large a {
    padding: 1px 24px 1px; }

.xlarge_link_button, .fb_login_button_xlarge {
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  font: bold 30px/1.5 arial;
  text-align: center;
  height: 50px; }
  .xlarge_link_button a, .fb_login_button_xlarge a {
    padding: 2px 32px 3px; }

.red_link_button {
  background: #cc0000;
  color: white; }
  .red_link_button:hover {
    background: #db4c4c; }
  .red_link_button a {
    display: block;
    text-decoration: none;
    color: white; }

.blue_link_button {
  background: #0b94cc;
  color: white; }
  .blue_link_button:hover {
    background: #54b4db; }
  .blue_link_button a {
    display: block;
    text-decoration: none;
    color: white; }

.green_link_button {
  background: #84b333;
  color: white; }
  .green_link_button:hover {
    background: #a9ca70; }
  .green_link_button a {
    display: block;
    text-decoration: none;
    color: white; }

.gray_link_button {
  background: #e0dfd8;
  color: #666666; }
  .gray_link_button:hover {
    background: #f2f1ed; }
  .gray_link_button a {
    display: block;
    text-decoration: none;
    color: #666666; }

.fb_login_button_small, .fb_login_button_medium, .fb_login_button_large, .fb_login_button_xlarge {
  background: #3d579b url(/images/sprites.png?1283783313) no-repeat 3px -1570px;
  color: white; }
  .fb_login_button_small a, .fb_login_button_medium a, .fb_login_button_large a, .fb_login_button_xlarge a {
    display: block;
    text-decoration: none;
    color: white; }

.fb_login_button_small a {
  padding-left: 30px; }

.fb_login_button_medium a {
  padding-left: 40px; }

.fb_login_button_large a {
  padding-left: 62px; }

.fb_login_button_xlarge a {
  padding-left: 62px; }

.de_selector_button, .en_selector_button, .es_selector_button, .fr_selector_button, .it_selector_button, .nl_selector_button {
  display: block;
  border: 0px;
  width: auto;
  text-align: left;
  padding-left: 70px;
  cursor: pointer;
  height: 55px;
  width: 80px;
  font: bold 14px/4 arial;
  color: #666666;
  background: yellow; }

.de_selector_button {
  background: url(/images/sprites.png?1283783313) no-repeat -179px -1396px; }

.en_selector_button {
  background: url(/images/sprites.png?1283783313) no-repeat -179px -1342px; }

.es_selector_button {
  background: url(/images/sprites.png?1283783313) no-repeat -179px -1284px; }

.fr_selector_button {
  background: url(/images/sprites.png?1283783313) no-repeat -179px -1223px; }

.it_selector_button {
  background: url(/images/sprites.png?1283783313) no-repeat -179px -1105px; }

.nl_selector_button {
  background: url(/images/sprites.png?1283783313) no-repeat -179px -1165px; }

.view_all_photos_button {
  width: 174px; }

.message_button_solid {
  width: 146px; }
  .message_button_solid a {
    font: normal 14px/2 arial; }

.wink_button_solid {
  width: 146px; }

.chat_button_hollow, .chat_button_hollow_search, .wink_button_hollow, .message_button_hollow, .wink_button_hollow_search, .message_button_hollow_search {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  background-color: white;
  padding: 2px 22px 4px 22px;
  height: 14px; }
  .chat_button_hollow:hover a, .chat_button_hollow_search:hover a, .wink_button_hollow:hover a, .message_button_hollow:hover a, .wink_button_hollow_search:hover a, .message_button_hollow_search:hover a {
    color: white; }
  .chat_button_hollow a, .chat_button_hollow_search a, .wink_button_hollow a, .message_button_hollow a, .wink_button_hollow_search a, .message_button_hollow_search a {
    font: normal 12px/1 arial; }

.message_button_hollow, .message_button_hollow_search {
  border: 1px solid #cc0000; }
  .message_button_hollow a, .message_button_hollow_search a {
    color: #cc0000; }

.chat_button_hollow, .chat_button_hollow_search {
  border: 1px solid #84b333; }
  .chat_button_hollow a, .chat_button_hollow_search a {
    color: #84b333; }

.wink_button_hollow, .wink_button_hollow_search {
  border: 1px solid #0b94cc; }
  .wink_button_hollow a, .wink_button_hollow_search a {
    color: #0b94cc; }

.chat_button_hollow_search, .message_button_hollow_search, .wink_button_hollow_search {
  padding: 2px 0px 4px 0px;
  width: 82px; }

.upload_page_button {
  width: 140px; }

.wrapper {
  background-color: white;
  width: 980px;
  height: auto;
  padding: 14px 0px 0px 0px;
  margin: 32px auto 6px auto;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px; }

.header {
  width: 944px;
  height: 76px;
  padding: 0px 18px 0px 18px; }

.content {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 12px 12px 18px 12px; }

.homepage input {
  font: normal 20px/1.2 arial;
  border: solid 1px #c5c5c5;
  padding: 2px 8px 2px 8px;
  margin: 0px; }
.homepage label {
  font: bold 14px/1 arial;
  padding: 0px;
  margin: 0px; }
.homepage h1 {
  text-align: left;
  font-size: 24px;
  font-weight: normal;
  color: white;
  padding: 6px 0px 2px 26px;
  width: auto;
  height: 30px;
  background-color: #cc0000; }
.homepage .controls {
  float: right;
  font: bold 14px/1 arial;
  height: 28px;
  margin: 16px 0 0 0;
  text-align: right; }
  .homepage .controls .member {
    font-size: 14px;
    height: 20px;
    padding: 8px 10px 0 40px;
    float: right; }
  .homepage .controls .button {
    height: 28px;
    float: right; }
.homepage .facebook_login {
  margin: 12px 0 0 0; }
.homepage.display {
  width: 310px;
  height: 354px;
  margin-right: 10px;
  display: inline;
  float: left;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px; }
  .homepage.display .names {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    padding: 5px 0px 5px 8px;
    width: 85%;
    text-align: left;
    background: white;
    opacity: 0.7;
    position: relative;
    top: -55px;
    left: 47px;
    color: #666666; }
    .homepage.display .names .name {
      font: bold 14px arial; }
    .homepage.display .names .history {
      font: normal 12px arial; }
.homepage.interface {
  background-color: #e3f2c2;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  width: 310px;
  height: 354px;
  margin-right: 10px;
  display: inline;
  float: left;
  width: 332px; }
.homepage.interface_facebook {
  background-color: #dff6ff;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  width: 310px;
  height: 354px;
  margin-right: 10px;
  display: inline;
  float: left;
  width: 332px; }
  .homepage.interface_facebook .login {
    margin: 80px 50px 70px 0px; }
  .homepage.interface_facebook .signup {
    margin-top: 25px; }
    .homepage.interface_facebook .signup h2 {
      font: bold 22px/1.2 arial;
      color: #3d579b; }
.homepage.facebook_login_box_stories_stats {
  width: 310px;
  height: 354px;
  margin-right: 10px;
  display: inline;
  float: left;
  width: 288px;
  margin: 0px; }
.homepage.no_facebook {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  height: 164px;
  background-color: #e3f2c2;
  padding: 10px 12px 0 12px;
  text-align: left; }
  .homepage.no_facebook p {
    margin: 24px 0px; }
.homepage.facebook {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  height: 164px;
  background-color: #dff6ff;
  padding: 10px 12px 0 12px;
  text-align: left; }
  .homepage.facebook h2 {
    width: 226px;
    font: normal 18px/1.3 arial;
    text-align: left;
    padding: 0px;
    margin: 0 0 10px 0; }
  .homepage.facebook h3 {
    margin: 14px 0 0 0; }
    .homepage.facebook h3 a {
      font-size: 14px;
      color: #3d579b; }
  .homepage.facebook h4 {
    margin: 2px 0 0 0;
    font: normal 12px/1.4 arial; }
  .homepage.facebook .facebook_login_label {
    height: 78px; }
    .homepage.facebook .facebook_login_label h2 {
      font: normal 18px/1.3 arial;
      text-align: left;
      padding: 0px; }
  .homepage.facebook .login {
    margin: 0px; }
    .homepage.facebook .login.signin {
      margin: 0px; }
.homepage.stories, .homepage.profiles {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  width: 254px;
  height: 44px;
  padding: 18px 18px 18px 16px;
  margin: 10px 0px 0px 0px !important;
  background: #e0dfd8;
  text-align: left; }
  .homepage.stories h2, .homepage.profiles h2 {
    font: bold 16px/1.4 arial;
    color: #666666;
    display: inline; }
  .homepage.stories a, .homepage.profiles a {
    margin: 6px 10px 0;
    font-size: 12px; }
.homepage.stories {
  background: url(/images/heart.png?1283783313) no-repeat;
  background-color: #e3f2c2;
  background-position: right;
  padding-top: 8px;
  height: 52px; }
  .homepage.stories h2 {
    font: bold 17.5px/1.4 arial; }
  .homepage.stories a {
    font-size: 14px;
    margin-left: 84px;
    margin-bottom: 4px; }
.homepage.profiles {
  height: 64px;
  width: 274px;
  padding: 10px 4px 10px 10px;
  text-align: center; }
  .homepage.profiles h3 {
    font-size: 14px; }
  .homepage.profiles #box1 {
    padding-top: 8px;
    text-align: left;
    float: left;
    font-size: 14px;
    width: 34%;
    padding-right: 8px;
    border-right: 1px solid white; }
  .homepage.profiles #box2 {
    margin-left: 12px;
    padding: 2px 2px 2px 2px;
    float: left; }
    .homepage.profiles #box2 .messages_stats {
      color: #84b333;
      font-size: 14px;
      padding: 4px;
      background: url(/images/message-icon.png?1283783313) no-repeat;
      background-position: right; }
    .homepage.profiles #box2 .demographics {
      color: #666666;
      text-align: center;
      margin: 4px 0 0 10px; }
      .homepage.profiles #box2 .demographics .percent_female, .homepage.profiles #box2 .demographics .percent_male {
        display: inline;
        float: left;
        font-size: 14px;
        height: 27px;
        width: auto; }
      .homepage.profiles #box2 .demographics .percent_female {
        margin: 5px 8px 0px 0px;
        padding: 6px 8px 0px 0px;
        border-right: 1px solid #c5c5c5; }
      .homepage.profiles #box2 .demographics .percent_male {
        margin: 5px 0px 0px 8px;
        padding: 6px 0px 0px 8px;
        border-left: 1px solid #c5c5c5; }
      .homepage.profiles #box2 .demographics .man_woman {
        display: inline;
        float: left;
        background: url(/images/sprites.png?1283783313) no-repeat -185px -890px;
        margin-top: 8px;
        height: 27px;
        width: 42px; }
.homepage.testimonials {
  width: 951px;
  height: 82px;
  float: none;
  margin: 28px 0 0 0;
  background: #e0dfd8;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px; }
  .homepage.testimonials img {
    width: 559px;
    height: 60px; }
.homepage.tagline {
  text-align: left;
  font-size: 24px;
  color: white;
  padding: 4px 0px 0px 24px;
  width: auto;
  height: 35px;
  background-color: #cc0000; }
.homepage.tagline_triangle {
  color: #cc0000;
  font-size: 42px;
  margin: -15px 0px -35px 25px;
  text-align: left; }
.homepage .signup h2, .homepage .signin h2 {
  font: normal 22px/1 arial;
  color: #84b333;
  padding: 18px 0 0 0;
  margin: 0px; }
.homepage .signup .form, .homepage .signin .form {
  text-align: left;
  padding: 28px 0px 0px 30px; }
  .homepage .signup .form form, .homepage .signin .form form {
    text-align: center; }
  .homepage .signup .form label, .homepage .signin .form label {
    font: bold 14px/1 arial;
    padding: 0 0 6px 0;
    display: block; }
  .homepage .signup .form input, .homepage .signin .form input {
    width: 260px;
    height: 25px; }
  .homepage .signup .form input[type=text], .homepage .signin .form input[type=text] {
    color: black; }
  .homepage .signup .form .field, .homepage .signin .form .field {
    height: 64px; }
  .homepage .signup .form .button, .homepage .signin .form .button {
    text-align: center;
    padding: 8px 24px 8px 0px; }
    .homepage .signup .form .button button, .homepage .signin .form .button button {
      margin: 0 0 0 0; }
    .homepage .signup .form .button.signin, .homepage .signin .form .button.signin {
      margin: 20px 0; }
  .homepage .signup .form .forgot, .homepage .signin .form .forgot {
    padding-top: 40px; }
  .homepage .signup .form .terms, .homepage .signin .form .terms {
    font: normal 10px/1 arial;
    padding: 4px 26px 0px 0px;
    text-align: center; }

.login_dialog_left_col {
  display: inline;
  float: left;
  height: auto;
  width: 240px;
  margin: 10px;
  border-right: 1px solid #c5c5c5; }
  .login_dialog_left_col input[type=text], .login_dialog_left_col input[type=password] {
    border: solid 1px #c5c5c5;
    font: normal 20px/1.2 arial;
    height: 28px;
    width: 200px; }

.login_dialog_right_col {
  display: inline;
  float: left;
  height: 100px;
  width: 220px; }

#homepage_slideshow img {
  height: 354px !important;
  width: 313px !important; }

#slideshow {
  width: 315px !important;
  text-align: left;
  display: inline;
  float: left;
  margin: 15px 15px 15px 20px !important; }
  #slideshow .testimonial {
    width: 315px;
    height: 100%; }
  #slideshow .quote {
    font: bold 13px/1.2 arial;
    width: 315px !important; }
  #slideshow .attribution {
    font: italic 13px/1.2 arial; }

.testimonial_images {
  display: inline;
  float: left;
  margin: 12px 6px;
  width: 560px;
  height: 58px; }

.landing_page .tagline {
  text-align: left;
  font-size: 24px;
  color: white;
  padding: 4px 0px 0px 24px;
  width: auto;
  height: 35px;
  background-color: #cc0000; }
.landing_page .tagline_triangle {
  color: #cc0000;
  font-size: 42px;
  margin: -15px 0px -35px 25px;
  text-align: left; }
.landing_page .photo {
  width: 310px;
  height: 266px;
  margin-right: 10px;
  display: inline;
  float: left;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px; }
.landing_page .signup_prompt {
  width: 310px;
  height: 266px;
  margin-right: 10px;
  display: inline;
  float: left;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  background: #e3f2c2; }
  .landing_page .signup_prompt .txt {
    margin: 14px 8px 8px 8px; }
  .landing_page .signup_prompt label {
    font-size: 12px;
    font-weight: bold; }
  .landing_page .signup_prompt input {
    width: 240px;
    background: white;
    border: solid 1px #cccccc;
    outline: none;
    padding: 5px;
    font-size: 16px;
    margin-bottom: 2px; }
  .landing_page .signup_prompt input.caption {
    font-style: italic;
    color: #bbbbbb; }
  .landing_page .signup_prompt .button {
    font-size: 18px;
    font-weight: bold;
    width: 202px;
    cursor: pointer;
    float: none; }
  .landing_page .signup_prompt button {
    margin: 6px 0 0 0;
    background-color: #84b333;
    border: 1px solid white;
    padding: 8px 10px;
    color: white;
    border: medium none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px; }
  .landing_page .signup_prompt .form_field {
    width: 80%;
    margin-right: auto;
    margin-left: auto; }
  .landing_page .signup_prompt .form_label {
    width: 80%;
    text-align: left;
    margin-left: auto;
    margin-right: auto; }
.landing_page .homepage_column_container {
  width: 310px;
  height: 266px;
  margin-right: 10px;
  display: inline;
  float: left; }
.landing_page .new_profiles_inner_wrapper {
  display: block;
  width: 156px;
  height: auto;
  margin: 0 auto; }
.landing_page .new_profile_pct_fem, .landing_page .new_profile_pct_male {
  display: inline;
  float: left;
  font-size: 18px;
  height: 27px;
  width: auto; }
.landing_page .new_profile_pct_fem {
  margin: 5px 8px 0px 0px;
  padding: 6px 8px 0px 0px;
  border-right: 1px solid #c5c5c5; }
.landing_page .new_profile_pct_male {
  margin: 5px 0px 0px 8px;
  padding: 6px 0px 0px 8px;
  border-left: 1px solid #c5c5c5; }
.landing_page .man_woman {
  display: inline;
  float: left;
  background: url(/images/sprites.png?1283783313) no-repeat -185px -890px;
  margin-top: 8px;
  height: 27px;
  width: 42px; }

.regional_homepage_side_widget {
  text-align: left;
  width: 290px;
  height: 174px;
  font-size: 14px;
  background: #dff6ff;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px; }
  .regional_homepage_side_widget .photos {
    padding: 18px 18px 5px 18px; }
  .regional_homepage_side_widget .text1 {
    padding: 5px 18px; }
  .regional_homepage_side_widget .text2 {
    padding: 5px 18px 18px 18px; }

.homepage_new_profiles_side_widget {
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  width: 254px;
  height: 44px;
  padding: 18px;
  margin: 10px 0px 0px 0px !important;
  background: #e0dfd8;
  text-align: center; }
