input.text,
textarea,
.select,
select {
  color: #666;
  font-size: 100%;
  padding: 4px 0 4px 3px;
  border: 1px solid #CCC;
  border-top-color: #666;
  border-left-color: #999;
  background: #FFF url(/images/i_b.gif) no-repeat;
  margin: 0px; }
  input.text:focus,
  input.text .focus,
  textarea:focus,
  textarea .focus,
  .select:focus,
  .select .focus,
  select:focus,
  select .focus {
    color: #333;
    background-image: url(/images/input_active.png); }

button,
.submit {
  color: #ffffcc !important;
  font-weight: bold;
  cursor: pointer;
  overflow: visible;
  font-size: 100%;
  padding: 4px 8px;
  background-color: #99cc66;
  border: 1px solid #75a848; }
  button:hover,
  .submit:hover {
    text-decoration: none;
    background-color: #90c55c;
    border-color: #54822c; }

form {
  margin: 0;
  padding: 0;
  /* Global Form Elements */
  /* Layouts */ }
  form .msg {
    width: 450px; }
  form fieldset {
    margin: 0;
    padding: 0;
    border: none; }
  form label {
    color: #444;
    font-size: 1em; }
    form label .required {
      font-weight: bold; }
    form label.disabled {
      color: #999; }
  form input:disabled {
    background-color: #FFF !important; }
  form input.submit:disabled {
    cursor: default;
    background-color: #CCC !important;
    color: #999;
    border-color: #CCC; }
  form input.submit {
    outline: none; }
  form input.submit:disabled:hover {
    border-color: #CCC; }
  form .spinning {
    background: #CCC url(/images/spinner_ccc.gif) no-repeat 8px 6px !important;
    padding-left: 30px !important; }
  form .or {
    font-weight: bold;
    color: #333;
    font-size: 1.1em;
    padding-right: 2px; }
  form textarea {
    font: 1.1em normal Arial, Helvetica, sans-serif;
    width: 98%;
    height: 160px;
    color: #666;
    margin: 0;
    background-color: #FFF;
    padding: 4px 0 4px 3px;
    border: 1px solid #CCC;
    border-top-color: #666; }
  form .red {
    color: red;
    font-weight: bold; }
  form .legend {
    clear: left;
    padding: 10px 0;
    margin: 10px 0; }
    form .legend strong {
      font-size: 1.1em;
      display: block; }
    form .legend small, form .legend span {
      font-size: 1em;
      color: #666; }
  form .h_row {
    padding: 6px 0; }
    form .h_row label {
      margin-right: 5px; }
  form .radio_row {
    float: left;
    clear: both;
    padding: 8px 0;
    margin-left: 130px; }
    form .radio_row *.radio_pair {
      float: left; }
      form .radio_row *.radio_pair input {
        margin-right: 3px; }
  form .text_row {
    float: left;
    clear: both;
    padding: 8px 0; }
    form .text_row .required label {
      font-weight: bold; }
    form .text_row .highlight {
      background-color: #FFFF99; }
    form .text_row .t_label {
      float: left;
      display: block;
      width: 120px;
      padding-top: 4px;
      text-align: right; }
      form .text_row .t_label label small {
        font-weight: normal; }
    form .text_row .t_input {
      float: right;
      text-align: left;
      width: 340px; }
      form .text_row .t_input input {
        width: 220px; }
      form .text_row .t_input input.checkbox {
        width: auto; }
      form .text_row .t_input input, form .text_row .t_input textarea, form .text_row .t_input select.select, form .text_row .t_input select {
        color: #666;
        padding: 4px 0 4px 3px;
        border: 1px solid #CCC;
        border-top-color: #666;
        border-left-color: #999;
        background: #FFF url(/images/i_b.gif) no-repeat; }
        form .text_row .t_input input:focus, form .text_row .t_input textarea:focus, form .text_row .t_input select.select:focus, form .text_row .t_input select:focus,
        form .text_row .t_input input .focus, form .text_row .t_input textarea .focus, form .text_row .t_input select.select .focus, form .text_row .t_input select .focus {
          color: #333;
          background-image: url(/images/input_active.png); }
    form .text_row .vmiddle {
      padding: 4px 0; }
    form .text_row .r_input {
      float: right;
      text-align: left;
      width: 340px; }
    form .text_row .label_description {
      color: #777;
      font-size: 0.9em;
      line-height: 1;
      padding-top: 2px;
      display: block; }
  form .file_row {
    position: relative; }
  form .check_row {
    clear: both;
    padding: 6px 0; }
    form .check_row * {
      vertical-align: middle !important; }
    form .check_row label {
      display: inline; }
    form .check_row input {
      margin-right: 3px; }
  form .radio_group {
    padding: 5px 0; }
  form .radio_set * {
    float: left; }
  form .radio_set label {
    font-size: 1em;
    padding-left: 4px;
    margin-right: 20px; }
  form .submit_row {
    clear: both;
    padding: 8px 0;
    margin-left: 130px; }
    form .submit_row input,
    form .submit_row button {
      color: #ffffcc !important;
      font-weight: bold;
      cursor: pointer;
      overflow: visible;
      font-size: 100%;
      padding: 4px 8px;
      background-color: #99cc66;
      border: 1px solid #c4e2a7;
      border-right-color: #75a848;
      border-bottom-color: #75a848; }
      form .submit_row input:hover,
      form .submit_row button:hover {
        text-decoration: none;
        border-color: #75a848; }

.form_message {
  color: #000;
  padding: 10px 16px 10px 16px;
  margin-bottom: 12px;
  background-color: #f8f8f8;
  border-bottom: 3px solid #d4d4d4;
  position: relative; }
  .form_message h2 {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 6px; }
  .form_message p {
    font-size: 90%;
    margin-bottom: 5px; }
  .form_message .close {
    top: 10px;
    right: 16px;
    font-size: 90%;
    position: absolute; }

/* Form Types */
.user_form {
  width: 470px; }
  .user_form .text_row {
    width: 470px; }
  .user_form .check_row {
    margin-left: 126px; }
  .user_form #avatar_picker {
    width: 240px; }
  .user_form #current_user_avatar {
    width: 55px;
    height: 55px;
    border: 4px solid #9FD7E7; }

.admin_form {
  width: 760px; }
  .admin_form fieldset {
    border-bottom: 1px solid #CCC;
    padding-bottom: 25px;
    margin-bottom: 30px; }
  .admin_form .legend {
    clear: both;
    width: 560px;
    margin: 0 0 20px 0;
    padding: 0; }

.modal_form .text_row {
  width: 550px; }
  .modal_form .text_row .t_label {
    width: 120px; }
  .modal_form .text_row .t_input,
  .modal_form .text_row .r_input {
    width: 420px; }
    .modal_form .text_row .t_input textarea,
    .modal_form .text_row .r_input textarea {
      width: 60%; }

.topic_form {
  width: 882px; }
  .topic_form .fieldset_row {
    padding-top: 14px;
    padding-bottom: 18px;
    border-bottom: 1px dotted #999;
    width: 882px;
    float: left;
    clear: left; }
    .topic_form .fieldset_row .f_label {
      line-height: 1;
      font-size: 1.4em;
      width: 100px;
      padding-right: 20px;
      display: block;
      float: left; }
    .topic_form .fieldset_row .f_details {
      text-align: left;
      float: right;
      width: 760px; }

.new_user_avatar {
  padding: 6px; }
  .new_user_avatar .file_row input {
    font-size: 80%; }
  .new_user_avatar #upload_avatar {
    padding-top: 10px;
    clear: left; }

/* = Avatar Picker = */
#avatar_picker {
  float: left;
  text-align: left;
  padding: 6px;
  background-color: #f8f8f8; }
  #avatar_picker .file_row input {
    font-size: 80%; }
  #avatar_picker #upload_avatar {
    padding-top: 10px;
    clear: left; }

/* Product Form */
#product_image_picker_form {
  position: absolute;
  z-index: 5;
  top: 208px;
  left: 28px;
  width: 170px; }
  #product_image_picker_form .file_row {
    position: relative; }
    #product_image_picker_form .file_row input {
      font-size: 75%;
      position: relative;
      text-align: left;
      border-width: 1px; }

#related_companies_list li {
  margin-bottom: 8px;
  float: left;
  width: 50%; }

#relationship_editor {
  margin-top: 8px; }

.employee_row {
  background-color: #EEE;
  padding: 10px; }

.recaptcha_container,
#recaptcha_container {
  background-color: #FFF; }
  .recaptcha_container #recaptcha_image,
  #recaptcha_container #recaptcha_image {
    padding: 1px;
    border: 1px solid #DDD; }
  .recaptcha_container .instruction,
  #recaptcha_container .instruction {
    margin-top: 1em; }
  .recaptcha_container #recaptcha_response_field,
  #recaptcha_container #recaptcha_response_field {
    margin-top: 6px; }

.recaptcha_isnot_showing_audio .switch_audio {
  display: inline; }
.recaptcha_isnot_showing_audio .switch_image {
  display: none; }

.recaptcha_is_showing_audio .switch_audio {
  display: none; }
.recaptcha_is_showing_audio .switch_image {
  display: audio; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, address, em, font, img, q, s, small, strike, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

ul.styled {
  list-style-type: disc !important; }
  ul.styled li {
    margin-left: 30px;
    margin-bottom: 5px; }

ol.styled {
  list-style-type: decimal !important; }
  ol.styled li {
    margin-left: 30px;
    margin-bottom: 10px; }

.enable_lists ul {
  list-style-type: disc; }
  .enable_lists ul li {
    margin-bottom: 5px; }

.rule {
  height: 1px;
  width: 100%;
  padding: 8px 0;
  clear: both;
  display: block;
  background: transparent url(/images/link_line.png) repeat-x 0 50%; }

.highlight {
  background: #FCFFA2; }

a.more {
  color: #444 !important;
  text-decoration: underline !important;
  background: transparent url(/images/seemore_arrow.png) no-repeat 2px 52%;
  padding-left: 10px;
  font-size: 90%; }
  a.more:hover {
    color: #000 !important; }

h1, .content_header {
  color: #40454F;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: -0.5px;
  margin-bottom: 1em; }

h1 span.sub, .content_header span.sub {
  color: #999;
  font-size: 90%;
  white-space: nowrap; }

h1 .h_tag, .content_header .h_tag {
  font-size: 110%;
  color: #333; }

h2 {
  color: #666;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0.8em; }
  h2 small {
    color: #999;
    font-size: 90%;
    font-size: 80%;
    letter-spacing: 0;
    font-weight: normal;
    white-space: nowrap; }

h3 {
  font-size: 1.2em; }

h4 {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 8px; }
  h4 strong {
    font-weight: normal;
    color: #000; }

h5 {
  font-size: 1.2em;
  line-height: 1em;
  margin-bottom: 10px; }

small {
  font-size: 90%; }

strong {
  font-weight: bold; }

.first {
  margin-left: 0 !important; }

.left {
  float: left; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

ol, ul {
  list-style: none; }

#content p, #sidebar p, #overlay p {
  line-height: 1.3;
  margin-bottom: 20px; }

a {
  color: #195190;
  outline: none;
  text-decoration: none; }
  a:visited {
    color: #195190;
    text-decoration: none; }
  a:hover {
    color: #195190;
    text-decoration: underline; }
  a:focus {
    outline: 0; }

a.rss_link {
  background: transparent url(/images/rss_small.gif) no-repeat;
  padding-left: 18px;
  font-size: 90%;
  font-weight: bold; }

a.topic_url {
  line-height: 1.1em;
  font-weight: bold;
  font-size: 1.2em;
  background: transparent url(/images/link_line.png) repeat-x scroll 0 95%; }

a.topic_urlhover {
  color: #414142;
  text-decoration: none; }

a.more_btn {
  margin-top: 10px;
  display: block;
  text-align: left; }

a.out {
  background: transparent url(/images/out.png) no-repeat 0 2px;
  padding-left: 16px; }

.ltf_link {
  font-weight: bold; }

a.btn {
  float: left;
  display: block;
  font-weight: bold;
  padding: 3px 8px;
  color: #1b6a7b;
  background-color: #aceefc;
  border: 1px solid #87ddef;
  border-top-color: #daf5fd;
  border-left-color: #daf5fd;
  margin-right: 8px; }

a.btnhover {
  border: 1px solid #87ddef; }

a.btn.selected {
  background: #FFF;
  color: #000 !important;
  border-color: transparent;
  cursor: default; }

a.btn_big {
  padding: 3px 8px;
  font-size: 1.2em;
  color: #1b6a7b !important;
  font-weight: bold;
  background-color: #aceefc;
  border: 1px solid #87ddef;
  border-top-color: #daf5fd;
  border-left-color: #daf5fd; }

a.btn_bighover {
  border: 1px solid #87ddef; }

a.btn_big.selected {
  background: #FFF;
  color: #000 !important;
  border-color: transparent;
  cursor: default; }

.clear {
  clear: both;
  font-size: 1px;
  line-height: 0; }

.clear_left {
  clear: left;
  font-size: 1px;
  line-height: 0; }

.clear_right {
  clear: right;
  font-size: 1px;
  line-height: 0; }

.tabs {
  background: transparent url(/images/link_line.png) repeat-x scroll 0 bottom;
  margin: 0 -15px 10px;
  padding: 0 15px;
  display: inline-block; }
  .tabs:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html .tabs {
    height: 1px; }
  .tabs {
    display: block; }
  .tabs .btn {
    float: right;
    margin-right: 0; }
  .tabs ul {
    position: relative; }
    .tabs ul li {
      margin-right: 5px;
      float: left;
      font-size: 100%;
      font-weight: bold; }
      .tabs ul li a {
        color: #666;
        text-decoration: none;
        display: block;
        text-align: center;
        padding: 6px 12px;
        border: 1px solid #CCC;
        border-bottom-color: #DEDEDE;
        background-color: #EEE;
        border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px; }
      .tabs ul li a:hover {
        background-color: #f4f4f4; }
      .tabs ul li.on a {
        margin-top: 0;
        background-color: #FFF;
        border-bottom: 1px solid #FFF; }
        .tabs ul li.on a:hover {
          background: #FFF; }

a#inline_login_close {
  display: none;
  position: absolute;
  cursor: pointer;
  outline: none;
  top: -10px;
  left: -10px;
  z-index: 4;
  width: 42px;
  height: 42px;
  overflow: hidden;
  background-image: url(https://s3.amazonaws.com/getsatisfaction.com/images/feedback-close.png);
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://s3.amazonaws.com/getsatisfaction.com/images/feedback-close.png', sizingMethod='crop'); }
  a#inline_login_close:hover {
    background-position: -42px 0; }

#static_login_form.thin .login_flow form fieldset {
  width: 361px; }

#inline_login {
  width: 614px;
  z-index: 1000;
  margin: 0 auto;
  text-align: left;
  position: relative; }
  #inline_login #inline_login_close {
    display: block; }
  #inline_login .msg {
    width: auto; }
  #inline_login .inset {
    width: 588px;
    padding: 0 13px;
    background: transparent url(/images/user_auth_repeat_y.png) repeat-y;
    min-height: 80px; }
  #inline_login .top {
    height: 13px;
    background: transparent url(/images/user_auth_top.png) no-repeat; }
    #inline_login .top a {
      text-align: right; }
  #inline_login .bottom {
    clear: left;
    height: 13px;
    background: transparent url(/images/user_auth_bottom.png) no-repeat; }
  #inline_login.thin {
    width: 401px; }
    #inline_login.thin .inset {
      width: 375px;
      background: transparent url(/images/facebox_thin_inset.png) repeat-y !important; }
    #inline_login.thin .top {
      background: transparent url(/images/facebox_thin_top.png) no-repeat !important; }
    #inline_login.thin .bottom {
      background: transparent url(/images/facebox_thin_bottom.png) no-repeat !important; }

#feedback .login_flow {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #CCC;
  border-color: #777 #CCC #CCC #777;
  background-clip: border-box;
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box; }
#feedback div.alternate {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0; }
#feedback .pane_title {
  display: none; }
#feedback .pane_content h2.pane_title {
  display: block !important; }
#feedback #sign_in_pane #rpx_attribution {
  float: none;
  margin: 2px 5px 0px 13px;
  padding: 0;
  font-size: 10px;
  text-align: right;
  line-height: 16px;
  color: #666; }

.login_flow {
  background-color: white; }
  .login_flow h2 {
    font-size: 1.4em;
    color: #000; }
  .login_flow h3 {
    color: #999;
    margin: 10px 0;
    border-bottom: 1px solid #666;
    padding: 5px 0; }
  .login_flow p {
    margin: 13px 0; }
  .login_flow label {
    font-weight: bold; }
  .login_flow .submit {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    color: #333 !important;
    cursor: pointer;
    font-size: 110%;
    font-family: arial;
    padding: 6px 20px;
    border: 1px solid #AAA;
    border-top-color: #CCC;
    border-left-color: #CCC;
    background: #FFF url(/images/gray_button.png) repeat-x 0 16px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-position: 0px 9px;
    font-size: 90%;
    font-weight: bold;
    vertical-align: baseline !important;
    padding: 5px 8px; }
    .login_flow .submit:hover {
      border-color: #999; }
    .login_flow .submit img {
      vertical-align: middle; }
  .login_flow .big_button {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 110%;
    padding: 6px 20px; }
  .login_flow li.check_row label {
    font-weight: normal; }
  .login_flow div.legend {
    margin: 13px 0;
    padding: 0; }
  .login_flow .pane .pane_title {
    padding: 13px 13px 0 13px;
    margin: 0 0 13px 0; }
    .login_flow .pane .pane_title .subtitle {
      font-weight: normal;
      font-size: 12px;
      color: #555; }
  .login_flow .pane .pane_content {
    margin: 0 13px;
    padding-bottom: 13px; }
    .login_flow .pane .pane_content h2.pane_title {
      margin: 0 0 13px 0;
      padding: 13px 0 0 0; }
  .login_flow #sign_in_pane {
    /* RPX attribution link at top-right of inline login flow. */ }
    .login_flow #sign_in_pane .pane_content {
      margin: 0;
      padding: 0; }
    .login_flow #sign_in_pane #rpx_attribution {
      font-size: 0.85em;
      float: right;
      padding: 13px; }
      .login_flow #sign_in_pane #rpx_attribution a {
        font-weight: bold; }
    .login_flow #sign_in_pane #login_providers #provider_tabs {
      /* allows the panel bottom border to extend into the margin */
      margin: 0;
      padding: 0 13px; }
      .login_flow #sign_in_pane #login_providers #provider_tabs li.on a {
        color: black !important; }
      .login_flow #sign_in_pane #login_providers #provider_tabs .provider_tab a {
        line-height: 21px; }
      .login_flow #sign_in_pane #login_providers #provider_tabs .provider_tab img {
        vertical-align: middle; }
      .login_flow #sign_in_pane #login_providers #provider_tabs .mini_tab {
        float: right;
        margin-top: 5px; }
        .login_flow #sign_in_pane #login_providers #provider_tabs .mini_tab span {
          display: none; }
    .login_flow #sign_in_pane #login_providers #provider_login_panels .provider_login_panel .login_panel_content {
      margin: 13px; }
    .login_flow #sign_in_pane #login_providers #provider_login_panels fieldset {
      margin-bottom: 13px; }
    .login_flow #sign_in_pane #login_providers #provider_login_panels .provider_login_panel {
      display: none;
      margin-top: 13px; }
    .login_flow #sign_in_pane #login_providers #provider_login_panels div.selected {
      display: block; }
    .login_flow #sign_in_pane #login_providers #provider_login_panels .centered {
      /* Overrides a style for the widget login */ }
      .login_flow #sign_in_pane #login_providers #provider_login_panels .centered .login_panel_content {
        text-align: center;
        margin-left: 104px;
        margin-right: 104px; }
      .login_flow #sign_in_pane #login_providers #provider_login_panels .centered fieldset {
        width: auto;
        float: none; }
    .login_flow #sign_in_pane #login_providers #provider_login_panels #facebook_login_panel .submit {
      background: none;
      border: none; }
    .login_flow #sign_in_pane #getsatisfaction_login_panel fieldset {
      width: 205px;
      float: left; }
    .login_flow #sign_in_pane #getsatisfaction_login_panel #partner_badge {
      float: right;
      padding: 10px; }
    .login_flow #sign_in_pane #open_id_login_panel input.text {
      display: inline;
      background: url('/images/identity_icons/openid.png');
      background-repeat: no-repeat;
      background-position: 4px 4px;
      padding-left: 24px; }
  .login_flow #receive_identity_pane .avatar {
    font-size: 90%;
    overflow: hidden; }
    .login_flow #receive_identity_pane .avatar .image img {
      border: 3px solid #CCC; }
  .login_flow #receive_identity_pane .profile {
    float: right;
    width: 275px; }
    .login_flow #receive_identity_pane .profile .email,
    .login_flow #receive_identity_pane .profile .real_name {
      margin-top: 0px; }
    .login_flow #receive_identity_pane .profile .existing_account .selector input {
      float: left; }
    .login_flow #receive_identity_pane .profile .existing_account .selector label {
      margin-left: 20px;
      font-weight: normal; }
  .login_flow #recaptcha_image {
    padding: 9px 0px; }
  .login_flow form label, .login_flow form input.text {
    display: block; }
  .login_flow form label {
    color: #111; }
  .login_flow form input.submit {
    vertical-align: middle; }
  .login_flow form .check-row input.checkbox, .login_flow form .check-row input.radio, .login_flow form .check-row label, .login_flow form .check_row input.checkbox, .login_flow form .check_row input.radio, .login_flow form .check_row label {
    float: left; }
  .login_flow form .check-row label, .login_flow form .check_row label {
    display: inline;
    text-align: left !important;
    padding: 2px 0 0 5px !important; }
  .login_flow form .row, .login_flow form .check-row, .login_flow form .check_row {
    display: inline-block;
    padding: 6px 0; }
    .login_flow form .row:after, .login_flow form .check-row:after, .login_flow form .check_row:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    * html .login_flow form .row, * html .login_flow form .check-row, * html .login_flow form .check_row {
      height: 1px; }
    .login_flow form .row, .login_flow form .check-row, .login_flow form .check_row {
      display: block; }
    .login_flow form .row.required label, .login_flow form .check-row.required label, .login_flow form .check_row.required label {
      font-weight: bold; }
  .login_flow form .optional {
    color: #666;
    font-size: 1em; }
  .login_flow form .note {
    clear: both;
    display: block;
    font-size: 0.9em;
    color: #666; }
  .login_flow form.inline .row {
    border-bottom: 1px solid #DDD; }
  .login_flow form.inline h2, .login_flow form.inline_bare h2 {
    color: #333;
    font-size: 1.6em !important;
    font-weight: 500   !important;
    margin-bottom: 30px  !important;
    letter-spacing: 0     !important; }
  .login_flow form.inline fieldset, .login_flow form.inline_bare fieldset {
    margin-bottom: 50px; }
  .login_flow form.inline .row, .login_flow form.inline_bare .row {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0; }
  .login_flow form.inline label, .login_flow form.inline_bare label {
    width: 180px;
    float: left;
    text-align: left;
    padding: 5px 0 0 0; }
  .login_flow form.inline .text, .login_flow form.inline_bare .text {
    float: left;
    width: 200px; }
  .login_flow form.inline .check-row, .login_flow form.inline_bare .check-row {
    clear: none;
    margin-left: 180px; }
    .login_flow form.inline .check-row input, .login_flow form.inline_bare .check-row input {
      float: left; }
    .login_flow form.inline .check-row label, .login_flow form.inline_bare .check-row label {
      width: auto; }
  .login_flow form.inline .note, .login_flow form.inline_bare .note {
    margin-left: 180px; }
  .login_flow form.stacked label {
    margin-bottom: 4px; }
  .login_flow form.stacked-note-right label {
    font-weight: bold;
    padding-bottom: 4px; }
    .login_flow form.stacked-note-right label span {
      font-weight: normal;
      color: #666; }
  .login_flow form.stacked-note-right input.text {
    width: 220px; }
  .login_flow form.stacked-note-right .row {
    padding: 15px 10px;
    border-bottom: 1px solid #EEE; }
    .login_flow form.stacked-note-right .row.last {
      border-bottom: 0; }
  .login_flow form.stacked-note-right .row_note {
    color: #666;
    float: right;
    width: 260px;
    padding: 10px 15px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #EEE; }
  .login_flow form.stacked-note-right .check_row {
    padding: 0px !important; }
    .login_flow form.stacked-note-right .check_row label {
      font-weight: normal;
      padding-bottom: 0; }
  .login_flow form.stacked-note-right .inline_row * {
    display: inline; }
  .login_flow form.stacked-note-right select {
    padding: 1px 1px 1px 2px; }
  .login_flow form.stacked-note-right .important {
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #FFFFCC;
    border-bottom: 0; }
    .login_flow form.stacked-note-right .important label.strong {
      color: #000;
      font-size: 1.2em; }
    .login_flow form.stacked-note-right .important .row_note {
      background-color: #FFF; }
  .login_flow form.stacked-note-right .submit {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 3px solid;
    background: #A5E161;
    color: #3A6C01 !important;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    padding: 7px 20px 8px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    _overflow: visible;
    _width: 0; }
    .login_flow form.stacked-note-right .submit:hover, .login_flow form.stacked-note-right .submit:focus {
      text-decoration: underline; }
    .login_flow form.stacked-note-right .submit:focus {
      text-decoration: underline !important; }
    .login_flow form.stacked-note-right .submit.waiting {
      background-image: url(/images/green_spinner.gif);
      background-position: 90% 50%;
      background-repeat: no-repeat;
      padding-right: 40px; }
    .login_flow form.stacked-note-right .submit.disabled {
      color: #999 !important;
      background-color: #DDD !important;
      border-color: #CCC !important;
      cursor: default !important; }
  .login_flow form .required_text {
    font-weight: normal !important;
    color: #FF6600; }
  .login_flow form .row {
    margin: 13px 0;
    padding: 0; }
  .login_flow form.inline .row {
    border-bottom: 0 !important; }
  .login_flow .text {
    width: 200px; }
  .login_flow .submit_row {
    margin: 0; }
  .login_flow .terms {
    margin-bottom: 5px;
    clear: both; }
  .login_flow .signup_bar {
    margin-top: 8px;
    padding: 10px 10px 5px; }
  .login_flow div.alternate {
    /* align it with the bottom edges of the box, matching .inset margins */
    clear: both;
    padding: 5px 13px;
    font-size: 1.1em;
    background-color: #EEE;
    text-align: center; }
    .login_flow div.alternate a {
      color: #539fde;
      font-weight: bold; }
  .login_flow div.legend strong {
    display: inline; }
  .login_flow #recaptcha_image {
    width: 300px;
    height: 57px; }
  .login_flow #recaptcha_response_field {
    width: 300px; }
  .login_flow #signover_button {
    margin-right: 6px; }
  .login_flow .green_submit_button {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 3px solid;
    background: #A5E161;
    color: #3A6C01 !important;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    padding: 7px 20px 8px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    _overflow: visible;
    _width: 0;
    display: inline;
    _display: inline-block; }
    .login_flow .green_submit_button:hover, .login_flow .green_submit_button:focus {
      text-decoration: underline; }
    .login_flow .green_submit_button:focus {
      text-decoration: underline !important; }
    .login_flow .green_submit_button.waiting {
      background-image: url(/images/green_spinner.gif);
      background-position: 90% 50%;
      background-repeat: no-repeat;
      padding-right: 40px; }
    .login_flow .green_submit_button.disabled {
      color: #999 !important;
      background-color: #DDD !important;
      border-color: #CCC !important;
      cursor: default !important; }

#new_from_fastpass {
  padding-top: 13px; }
  #new_from_fastpass .fastpass_message {
    margin-bottom: 15px;
    font-weight: bold; }
    #new_from_fastpass .fastpass_message .key {
      float: left;
      margin-right: 10px; }
  #new_from_fastpass #fastpass_details {
    display: inline-block;
    border: solid 4px #e2f4f8;
    background-color: #f0f7fa; }
    #new_from_fastpass #fastpass_details:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    * html #new_from_fastpass #fastpass_details {
      height: 1px; }
    #new_from_fastpass #fastpass_details {
      display: block; }
    #new_from_fastpass #fastpass_details .row {
      display: inline-block;
      position: relative;
      height: 25px;
      margin: 0;
      padding: 5px;
      border-top: 1px solid #FFF;
      border-bottom: 1px solid #e2f4f8;
      width: auto; }
      #new_from_fastpass #fastpass_details .row:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      * html #new_from_fastpass #fastpass_details .row {
        height: 1px; }
      #new_from_fastpass #fastpass_details .row {
        display: block; }
      #new_from_fastpass #fastpass_details .row .text {
        width: 220px; }
      #new_from_fastpass #fastpass_details .row label {
        float: left;
        text-align: right;
        font-weight: bold;
        padding-top: 5px;
        padding-right: 10px;
        width: 65px !important; }
      #new_from_fastpass #fastpass_details .row .readonly {
        float: left;
        padding-top: 5px;
        width: 220px;
        overflow: hidden; }
      #new_from_fastpass #fastpass_details .row .edit {
        top: 10px;
        right: 8px;
        font-size: 90%;
        position: absolute; }

.big_grey_button {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  color: #333 !important;
  cursor: pointer;
  font-size: 110%;
  font-family: arial;
  padding: 6px 20px;
  border: 1px solid #AAA;
  border-top-color: #CCC;
  border-left-color: #CCC;
  background: #FFF url(/images/gray_button.png) repeat-x 0 16px;
  font-size: 1.25em;
  font-weight: normal; }
  .big_grey_button:hover {
    border-color: #999; }
  .big_grey_button:hover {
    background-color: white; }

#overlay {
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300000;
  font-size: 1.05em;
  opacity: 0.999999; }
  #overlay #overlay_screen {
    background: transparent url(/images/overlay_screen.png);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 300001;
    top: 0;
    left: 0; }

#mini_modal {
  text-align: left;
  width: 603px;
  margin: 0 auto;
  z-index: 300003;
  position: relative; }
  #mini_modal h2 {
    font-size: 1.3em;
    color: #333; }
  #mini_modal h3 {
    margin-bottom: 10px; }
  #mini_modal #mini_modal_top {
    text-align: left;
    min-height: 200px;
    background: transparent url(/images/mini_modal_screen.png) repeat top left; }
  #mini_modal #mini_modal_cap {
    height: 28px;
    text-align: left;
    background: transparent url(/images/mini_modal_screen.png) repeat bottom right; }
  #mini_modal .close {
    top: 14px;
    right: 20px;
    color: #000;
    font-weight: bold;
    position: absolute; }
  #mini_modal #mini_modal_loader {
    top: 100px;
    left: 280px;
    position: absolute; }
  #mini_modal #mini_modal_content {
    padding: 30px 33px 0 30px; }

#delicious-posts-getsatisfaction ul li {
  list-style: none !important; }

.holy-forms label, .holy-forms input.text {
  display: block; }
.holy-forms label {
  color: #111; }
.holy-forms input.submit {
  vertical-align: middle; }
.holy-forms .check-row input.checkbox, .holy-forms .check-row input.radio, .holy-forms .check-row label, .holy-forms .check_row input.checkbox, .holy-forms .check_row input.radio, .holy-forms .check_row label {
  float: left; }
.holy-forms .check-row label, .holy-forms .check_row label {
  display: inline;
  text-align: left !important;
  padding: 2px 0 0 5px !important; }
.holy-forms .row, .holy-forms .check-row, .holy-forms .check_row {
  display: inline-block;
  padding: 6px 0; }
  .holy-forms .row:after, .holy-forms .check-row:after, .holy-forms .check_row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html .holy-forms .row, * html .holy-forms .check-row, * html .holy-forms .check_row {
    height: 1px; }
  .holy-forms .row, .holy-forms .check-row, .holy-forms .check_row {
    display: block; }
  .holy-forms .row.required label, .holy-forms .check-row.required label, .holy-forms .check_row.required label {
    font-weight: bold; }
.holy-forms .optional {
  color: #666;
  font-size: 1em; }
.holy-forms .note {
  clear: both;
  display: block;
  font-size: 0.9em;
  color: #666; }
.holy-forms.inline .row {
  border-bottom: 1px solid #DDD; }
.holy-forms.inline h2, .holy-forms.inline_bare h2 {
  color: #333;
  font-size: 1.6em !important;
  font-weight: 500   !important;
  margin-bottom: 30px  !important;
  letter-spacing: 0     !important; }
.holy-forms.inline fieldset, .holy-forms.inline_bare fieldset {
  margin-bottom: 50px; }
.holy-forms.inline .row, .holy-forms.inline_bare .row {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0; }
.holy-forms.inline label, .holy-forms.inline_bare label {
  width: 180px;
  float: left;
  text-align: left;
  padding: 5px 0 0 0; }
.holy-forms.inline .text, .holy-forms.inline_bare .text {
  float: left;
  width: 200px; }
.holy-forms.inline .check-row, .holy-forms.inline_bare .check-row {
  clear: none;
  margin-left: 180px; }
  .holy-forms.inline .check-row input, .holy-forms.inline_bare .check-row input {
    float: left; }
  .holy-forms.inline .check-row label, .holy-forms.inline_bare .check-row label {
    width: auto; }
.holy-forms.inline .note, .holy-forms.inline_bare .note {
  margin-left: 180px; }
.holy-forms.stacked label {
  margin-bottom: 4px; }
.holy-forms.stacked-note-right label {
  font-weight: bold;
  padding-bottom: 4px; }
  .holy-forms.stacked-note-right label span {
    font-weight: normal;
    color: #666; }
.holy-forms.stacked-note-right input.text {
  width: 220px; }
.holy-forms.stacked-note-right .row {
  padding: 15px 10px;
  border-bottom: 1px solid #EEE; }
  .holy-forms.stacked-note-right .row.last {
    border-bottom: 0; }
.holy-forms.stacked-note-right .row_note {
  color: #666;
  float: right;
  width: 260px;
  padding: 10px 15px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: #EEE; }
.holy-forms.stacked-note-right .check_row {
  padding: 0px !important; }
  .holy-forms.stacked-note-right .check_row label {
    font-weight: normal;
    padding-bottom: 0; }
.holy-forms.stacked-note-right .inline_row * {
  display: inline; }
.holy-forms.stacked-note-right select {
  padding: 1px 1px 1px 2px; }
.holy-forms.stacked-note-right .important {
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #FFFFCC;
  border-bottom: 0; }
  .holy-forms.stacked-note-right .important label.strong {
    color: #000;
    font-size: 1.2em; }
  .holy-forms.stacked-note-right .important .row_note {
    background-color: #FFF; }
.holy-forms.stacked-note-right .submit {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 3px solid;
  background: #A5E161;
  color: #3A6C01 !important;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  padding: 7px 20px 8px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  _overflow: visible;
  _width: 0; }
  .holy-forms.stacked-note-right .submit:hover, .holy-forms.stacked-note-right .submit:focus {
    text-decoration: underline; }
  .holy-forms.stacked-note-right .submit:focus {
    text-decoration: underline !important; }
  .holy-forms.stacked-note-right .submit.waiting {
    background-image: url(/images/green_spinner.gif);
    background-position: 90% 50%;
    background-repeat: no-repeat;
    padding-right: 40px; }
  .holy-forms.stacked-note-right .submit.disabled {
    color: #999 !important;
    background-color: #DDD !important;
    border-color: #CCC !important;
    cursor: default !important; }
.holy-forms .required_text {
  font-weight: normal !important;
  color: #FF6600; }

.contact_sales h1 {
  margin-top: 0; }
.contact_sales label {
  display: block;
  color: #111111;
  font-size: 1em;
  padding: 0; }
.contact_sales ul {
  float: left; }
  .contact_sales ul.right {
    width: 254px;
    padding-left: 10px; }
  .contact_sales ul.left {
    width: 254px;
    padding-right: 10px; }
  .contact_sales ul .mktFormReq label {
    font-weight: bold; }
  .contact_sales ul li {
    padding: 6px 0; }
    .contact_sales ul li input.mktFormText, .contact_sales ul li input.mktFormSelect {
      width: 249px;
      height: 17px;
      border: 1px;
      border-style: solid;
      border-color: #666666 #CCCCCC #CCCCCC #999999;
      padding: 4px 0 4px 3px; }
    .contact_sales ul li textarea#Notes__c {
      width: 543px;
      height: 100px; }
  .contact_sales ul .mktFormMsg {
    display: block;
    color: #FF0000; }

.facebox {
  width: 614px;
  z-index: 1000;
  margin: 0 auto;
  text-align: left;
  position: relative; }
  .facebox .fb_close {
    padding: 5px 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #EEE;
    border: 1px solid #DDD; }
  .facebox .msg {
    width: 533px; }
  .facebox .inset {
    float: left;
    width: 554px;
    padding: 20px 30px 10px;
    background: transparent url(/images/user_auth_repeat_y.png) repeat-y;
    min-height: 80px; }
  .facebox .top {
    height: 13px;
    background: transparent url(/images/user_auth_top.png) no-repeat; }
    .facebox .top a {
      text-align: right; }
  .facebox .bottom {
    clear: left;
    height: 13px;
    background: transparent url(/images/user_auth_bottom.png) no-repeat; }
  .facebox.thin {
    width: 401px; }
    .facebox.thin .msg {
      width: 320px; }
    .facebox.thin .inset {
      width: 341px;
      background: transparent url(/images/facebox_thin_inset.png) repeat-y !important; }
    .facebox.thin .top {
      background: transparent url(/images/facebox_thin_top.png) no-repeat !important; }
    .facebox.thin .bottom {
      background: transparent url(/images/facebox_thin_bottom.png) no-repeat !important; }
  .facebox p {
    padding: 0 4px;
    margin-bottom: 10px; }

#find_bar {
  float: right;
  position: relative;
  z-index: 500000;
  margin-right: 28px;
  padding-top: 3px; }
  #find_bar .search_tips {
    background: #FFFF99;
    padding: 5px 10px;
    margin-top: -1px;
    border-top: 1px dotted #666;
    border-bottom: 1px dotted #666;
    font-weight: normal; }
    #find_bar .search_tips strong {
      padding: 0 0 2px 0;
      float: none;
      display: block;
      font-weight: bold; }
    #find_bar .search_tips a {
      color: #195190;
      font-weight: bold; }
  #find_bar .searching {
    position: absolute;
    right: 5px;
    top: 5px; }
  #find_bar .combo {
    position: relative; }
    #find_bar .combo input {
      overflow: visible;
      line-height: 1.2;
      width: 175px;
      position: relative;
      background-color: #fff;
      border: 1px solid #999;
      color: inherit !important;
      font-weight: bold !important;
      padding: 5px 20px 5px 5px;
      outline: none; }
      #find_bar .combo input:focus, #find_bar .combo input:active {
        background-color: #FFF; }
    #find_bar .combo .menu {
      position: absolute;
      top: 26px;
      right: 0;
      width: 335px;
      z-index: 10;
      border: 1px solid #999;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-bottomleft: 5px;
      -moz-border-radius-bottomright: 5px;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;
      background: #FFF url(/images/find_bar_menu.png) repeat-y; }
      #find_bar .combo .menu dl {
        padding: 8px 0;
        min-height: 30px; }
        #find_bar .combo .menu dl dt {
          clear: both;
          float: left;
          width: 38%;
          text-align: right;
          font-weight: normal;
          color: #666;
          padding: 2px 0; }
        #find_bar .combo .menu dl dd {
          padding: 0;
          margin-bottom: 0 !important;
          margin-left: 40% !important; }
          #find_bar .combo .menu dl dd img {
            border: 1px solid #DDD;
            margin-right: 2px;
            vertical-align: middle; }
          #find_bar .combo .menu dl dd a {
            padding: 2px 0 2px 8px;
            display: block !important;
            color: #333!important; }
            #find_bar .combo .menu dl dd a span {
              padding: 0;
              font-weight: bold; }
            #find_bar .combo .menu dl dd a:hover, #find_bar .combo .menu dl dd a.on {
              background-color: #DDD; }
              #find_bar .combo .menu dl dd a:hover span, #find_bar .combo .menu dl dd a.on span {
                background-color: #DDD; }
  #find_bar strong {
    float: left;
    padding: 5px 6px 0 0;
    display: block; }
