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;
  
  margin: 0px; }
  
  input.text:focus,
  input.text .focus,
  .select:focus,
  .select .focus,
  select:focus,
  select .focus {
    color: #333;
   /* background-image: url(input_active.png); */
	background-image: url(../images/input_active.png);
	}

	textarea:focus,
  textarea .focus{
    color: #ccc;
	}

button,
.submit {
  font-weight: bold;
  cursor: pointer;
  overflow: visible;
  color: #FFF;
  font-size: 130%;
  font-weight: bold;
  padding: 4px 8px;
  /*background-color: #99cc66;
  border: 1px solid #75a848;*/
  width:122px;
  height:42px;
  border:none;
  background-image:url(../images/send_button.png);
  }
  
  button:hover,
  .submit:hover {
    text-decoration: none;
    /*background-color: #90c55c;
    border-color: #54822c;*/ }
	
  button.disabled,
  .submit.disabled {
    /*background-color: gray;
    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;
         }
		 
        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(input_active.png);*/
		  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; }

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(../feedback-close.png);
  _background: none;
  /*_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://s3.amazonaws.com/getsatisfaction.comfeedback-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('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(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; }

.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; }

body {
  margin: 0;
  background: transparent;
  font: 12px Arial, helvetica, sans-serif; }

* {
  margin: 0;
  padding: 0; }

img {
  border: none; }

.clearfix {
  display: inline-block; }
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html .clearfix {
    height: 1px; }
  .clearfix {
    display: block; }

a {
	font-family:Arial, Helvetica, sans-serif;
    color: #5d5d5d;
    font-size:11px;
    outline: none;
    text-decoration: none;   
  }
  a:hover {
    text-decoration: underline; }

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#5d5d5d;
	Arial Bold 15px 
    margin-bottom: 10px; }

#feedback .content, #cookieless_feedback .content {
  padding-bottom: 10px; }
#feedback #feedback_form, #cookieless_feedback #feedback_form {
  padding-bottom: 0!important; }
#feedback #powered_by, #cookieless_feedback #powered_by {
  text-indent: -10000px;
  float: right;
  width: 126px;
  height: 34px;
  overflow: hidden;
  position: relative;
  z-index: 1;
/*  background: transparent url(powered_by.png) no-repeat; */}
#feedback #topic_submit, #cookieless_feedback #topic_submit {
  float: left;
  position: relative;
  z-index: 2; }
#feedback #search_results_title h2, #cookieless_feedback #search_results_title h2 {
  font-size: 1.3em !important;
  margin-bottom: 10px !important; }
#feedback #search_term_container, #cookieless_feedback #search_term_container {
  font-size: 1.1em;
  padding: 5px 10px;
  margin-bottom: 10px;
  background: #f8f8f8;
  border: 1px solid #DDD;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }
#feedback #search_term_container strong, #cookieless_feedback #search_term_container strong {
  display: block;
  margin-bottom: 4px; }
#feedback #search_term, #cookieless_feedback #search_term {
  color: #333; }
#feedback #results, #cookieless_feedback #results {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #FFF; }
  #feedback #results ul, #cookieless_feedback #results ul {
    list-style: none; }
    #feedback #results ul li, #cookieless_feedback #results ul li {
      margin-bottom: 15px; }
      #feedback #results ul li a, #cookieless_feedback #results ul li a {
        font-size: 1.2em;
        text-decoration: underline; }
      #feedback #results ul li p, #cookieless_feedback #results ul li p {
        color: #666; }

#tabs {
  margin-bottom: 8px;
  white-space: nowrap; }
  #tabs li {
    float: left;
    padding: 0;
    margin: 0;
    margin-right: 1px;
    list-style: none;
    position: relative; }
    #tabs li img {
      display: none; }
    #tabs li a {
      display: block;
      float: left;
      text-decoration: none;
      padding: 5px 5px 5px 30px;
      border: 1px solid transparent;
      background-repeat: no-repeat;
      background-position: 8px 50%;
	  cursor:pointer;}
      #tabs li a:hover strong {
        text-decoration: underline; }
    #tabs li.active a {
      color: #333;
      cursor: default;
      background-color: #FFF;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border: 1px solid #d8d8d8;
      border-bottom-color: #B2B2B2;
      border-right-color: #B2B2B2; }
      #tabs li.active a strong {
        text-decoration: none!important; }
    #tabs li.active img {
      top: 24px;
      width: 13px;
      height: 8px;
      display: block;
      position: absolute; }
    #tabs li.idea a {
      background-image: url(../images/icon_idea.png); }
    #tabs li.idea img {
      left: 42px; }
    #tabs li.question a {
      background-image: url(../images/icon_question.png); }
    #tabs li.question img {
      left: 42px; }
    #tabs li.problem a {
      background-image: url(../images/icon_problem.png); }
    #tabs li.problem img {
      left: 42px; }
    #tabs li.praise a {
      background-image: url(../images/icon_comment.png); }
    #tabs li.praise img {
      left: 42px; }
    #tabs li.last {
      margin-right: 0; }
	  
	  

form .notification {
  width: 322px;
  margin-bottom: 10px;
  padding: 3px 6px; }
  form .notification p {
    margin-bottom: 8px; }
form .warning {
  color: red;
  background-color: pink; }
form .success {
  color: green;
  background-color: lightgreen; }
form .note {
  color: #555555;
  font-size: 110%;
  padding: 5px 8px;
  text-align: right; }
form .row {
  color: #666;
 /* width: 100%;*/
 border:none;
  margin-bottom: 10px;
  position: relative; 
  outline:none;
  }
form .error {
  border-color: red!important; }
form #recaptcha_response_field {
  padding: 3px; }
form input.submit, form a.submit_link {
  color: #FFF;
  font-size: 130%;
  font-weight: bold;
  cursor: pointer;
  overflow: visible;
  padding: 1px 10px 1px;
  margin-right: 5px;
  background-image:url(../images/send_button.png);
  width:122px;
  height:42px;
/*  background-color: #098bd6;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 2px solid #0b77b7;
  border-top-color: #5eb6e8; */
  border:none;
}
#new_topic, fieldset {
	margin-left:auto;
	margin-right:auto;
  border: none;
  width: 450px;
  float: left;
  height:390px;}
  #new_topic .private *, fieldset .private * {
    vertical-align: middle; }
  #new_topic #details_optional, fieldset #details_optional {
    color: #666;
    font-size: 120%;
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 90%;
    font-weight: bold;
    z-index: 1; }
  #new_topic .on, fieldset .on {
    color: #000!important;
    background-image: url(images/feedback-arrow-up.png)!important; }

.text_box {
  background-color: #FFF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #CCC;
  border-color: #777 #CCC #CCC #777; 
  width:420px;
  style="outline:solid;"
  }
  .text_box label.prompted {
    color: #999;
    font-size: 120%;
    cursor: text;
    width: 95%;
    overflow: hidden;
    top: 7px;
    left: 7px;
    position: absolute; border:none; }
  .text_box textarea.text, .text_box input.text {
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    padding: 6px;
    width: 95%;
    display: block;
	border:thin !important;
	outline:solid !important;
	}
  .text_box textarea.text {
    height: 75px; }

#full_new {
  padding: 6px; }

.authenticate .note {
  padding-top: 0;
  margin-bottom: 10px; }

#more_details {
  padding: 6px; }
  #more_details #more_details_link {
    width: 135px;
    font-size: 120%;
    color: #999;
    display: block;
    border: none;
    cursor: pointer;
    text-decoration: none;
    background: #FFF url(../images/feedback-arrow.png) no-repeat 95% 50%; }
    #more_details #more_details_link:hover {
      color: #000; }
  #more_details #details {
    padding: 5px; }
  #more_details .scrollable {
    max-height: 65px;
    _height: 65px;
    overflow: auto; }
  #more_details .products_grid {
    list-style: none; }
    #more_details .products_grid label {
      font-weight: normal; }
    #more_details .products_grid li {
      width: 140px;
      float: left;
      margin-right: 2%; }
      #more_details .products_grid li * {
        vertical-align: middle; }
  #more_details #emotion_label {
    float: left;
    color: #000;
    font-weight: bold;
    padding-top: 3px;
    padding-right: 10px; }
  #more_details #emotion_picker {
    float: left;
    position: relative; }
    #more_details #emotion_picker #emotion_selected {
      float: left;
      padding-right: 2px; }
    #more_details #emotion_picker #emotion_activate {
      margin-top: 3px;
      margin-right: 10px;
      float: left;
      width: 15px;
      height: 15px;
      overflow: hidden;
      background: #FFF url(../images/fb-picker-btn.png) no-repeat; }
      #more_details #emotion_picker #emotion_activate:hover {
        background-position: -15px 0; }

#emotion_select {
  z-index: 100;
  position: absolute;
  margin-left: -6px;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-color: #CCC #999 #999 #CCC; }
  #emotion_select a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
    padding: 2px 12px 2px 6px;
    display: block; }
    #emotion_select a img {
      margin-right: 2px; }
    #emotion_select a:hover {
      background-color: #EEE; }
  #emotion_select * {
    vertical-align: middle; }

.login_box {
  color: #373737;
  font-size: 130%;
  font-weight: bold;
  float: right;
  width: 200px;
  padding: 10px;
  background-color: #FFF;
  border: 2px solid #DDD;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }
  .login_box p {
    padding-bottom: 7px; }
  .login_box a {
    text-decoration: underline; }

.tooltip {
  color: #555;
  z-index: 100;
  position: absolute;
  padding: 5px 5px 5px 10px;
  background: #FFF;
  border: 1px solid #DDD; }

#tooltip {
  width: 230px; }

#private_tooltip {
  width: 200px; }

.close_tooltip {
  float: right;
  width: 15px;
  height: 15px;
  display: block;
  margin-left: 8px;
  background: transparent url(../images/feedback-tooltip-close.png); }
  .close_tooltip:hover {
    background-position: -15px 0; }

#related_topics h2 {
  color: #616161;
  font-size: 100%;
  padding: 5px 7px;
  background-color: #FFF;
  border-bottom: 1px solid #DDD; }
#related_topics ul {
  list-style: none;
  border-top: 1px solid #FFF; }
  #related_topics ul li {
    margin-top: 2px;
    padding: 5px 7px;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #FFF; }
    #related_topics ul li.first {
      margin-top: 0;
      border-top: none; }
    #related_topics ul li .tally {
      color: #333;
      font-size: 90%;
      padding-top: 4px; }
      #related_topics ul li .tally strong {
        font-size: 110%; }
    #related_topics ul li a.metoo {
      width: 54px;
      height: 22px;
      float: right;
      display: block;
      background: transparent url(../images/metoo_button.png) no-repeat; }
      #related_topics ul li a.metoo:hover {
        background-position: -54px 0; }
    #related_topics ul li a.youtoo {
      width: 72px;
      height: 22px;
      float: right;
      display: block;
      cursor: default;
      background: transparent url(../images/metoo_button.png) no-repeat -108px 0; }
#related_topics .all {
  font-size: 115%;
  display: block;
  padding: 7px;
  border-top: 1px solid #FFF; }

.harrahs {
  margin-bottom: 0px !important; }
  .harrahs img.harrahs_rep {
    float: left;
    margin-right: 10px; }
  .harrahs .harrahs_message {
    padding-top: 20px;
    font-size: 14px; }
  .harrahs a.button {
    color: #FFF;
    font-size: 130%;
    font-weight: bold;
    cursor: pointer;
    overflow: visible;
    padding: 1px 15px 1px;
    margin-right: 5px;
    background-color: #098bd6;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 2px solid #0b77b7;
    border-top-color: #5eb6e8;
    float: right;
    color: #ffffcc;
    text-decoration: none;
    margin-left: 10px;
    margin-top: 30px;
    margin-bottom: 20px; }
	
	#feedback_title{
		font-family:Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#5d5d5d;
		padding-top:5px;
		/*padding-bottom:10px;*/
	}
	
	#footer {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#5d5d5d;
		padding-top:10px;
		padding-right:25px;
	}
	.titles {
		color:#8e8e8e;
		font-family: Arial, Helvetica, sans-serif;
	
		width: 95%;
		display: block;
		border: none;
		font-size:15px;
	}/* CSS Document */

