#feedback-widget {
    background-color: white;
    padding: 0;
    width: 470px;
    max-height: 600px;
    z-index: 1000;
    position:fixed;
    bottom:0;
    right:0;
    display:none;
    -webkit-box-shadow: -3px -3px 11px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: -3px -3px 11px 0px rgba(50, 50, 50, 0.5);
    box-shadow: -3px -3px 11px 0px rgba(50, 50, 50, 0.5);
    border: 1px solid #999;
    font-size: 15px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#feedback-widget #feedback-widget-close {
    z-index:999 !important;
    position: absolute;
    top: -8px;
    left: -15px;   
}

#feedback-widget .widget-header {
    background-color: #f5f7f9;
    height: 63px;
    cursor: move;
}

#feedback-widget .widget-header-text {
    margin-left: 76px;
    padding-top: 24px;
    color: #07396e;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
}

#feedback-widget .widget-header-icon {
    display: inline-block;
    float: left;
    margin-top: 17px;
    margin-left: 30px;
    width: 34px;
    height: 33px;
    background-repeat: no-repeat;
    background-image: url('https://web.archive.org/web/20140815005006im_/http://www.humanesociety.org/assets/images/feedback-widget/survey-icon.svg');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='http://www.humanesociety.org/assets/images/feedback-widget/survey-icon.png',
sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='http://www.humanesociety.org/assets/images/feedback-widget/survey-icon.png',
sizingMethod='scale')";      
}

#feedback-widget .form-container {
    padding: 10px 30px 20px;
}

#feedback-widget p.form-intro-text {
    color: #07396e;
    font-size: 15px;
    font-weight: bold; 
    margin-bottom: 10px;   
}

#feedback-widget fieldset {
  margin-bottom: 15px;
}

#feedback-widget label.question {
    font-weight: bold;
    font-size: 15px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    margin-bottom: 5px;
}

#feedback-widget input[type=text] {
    border: solid 1px #666666;
    height: 25px;
    margin: 4px 0;
    color: black;
    font-size: 12px;
    padding-left: 6px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; 
    width: 298px;  
}

#feedback-widget input[type=text]::-webkit-input-placeholder,
#feedback-widget textarea::-webkit-input-placeholder {
    font-family: Arial, Helvetica, sans-serif; color: #666666; font-size:12px; height: 20px;
}
#feedback-widget input[type=text]:-moz-placeholder,
#feedback-widget textarea:-moz-placeholder { 
    font-family: Arial, Helvetica, sans-serif; color: #666666; font-size:12px; height: 20px;
}
#feedback-widget input[type=text]::-moz-placeholder,
#feedback-widget textarea::-moz-placeholder { 
    font-family: Arial, Helvetica, sans-serif; color: #666666; font-size:12px; height: 20px;
}
#feedback-widget input[type=text]:-ms-input-placeholder,
#feedback-widget textarea:-ms-input-placeholder {
    font-family: Arial, Helvetica, sans-serif; color: #666666; font-size:12px; height: 20px;
}

/* Lighten input placeholders on focus */
#feedback-widget input[type=text]:focus::-webkit-input-placeholder,
#feedback-widget textarea:focus::-webkit-input-placeholder { 
    color: rgb(169, 169, 169);
}
#feedback-widget input[type=text]:focus:-moz-placeholder,
#feedback-widget textarea:focus:-moz-placeholder  { 
    color: rgb(169, 169, 169);
}
#feedback-widget input[type=text]:focus::-moz-placeholder,
#feedback-widget textarea:focus::-moz-placeholder  { 
    color: rgb(169, 169, 169);
}
#feedback-widget input[type=text]:focus:-ms-input-placeholder,
#feedback-widget textarea:focus:-ms-input-placeholder { 
    color: rgb(169, 169, 169);
}
#feedback-widget input.other-text {display: none;}
#feedback-widget input.hidden-radio {display: none;}
#feedback-widget p, #feedback-widget label {
  line-height: 1.2;
}

#feedback-widget textarea {
    color: black;
    font-size: 12px;
    padding: 5px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 400px;
    resize: none;
}

#feedback-widget .select-wrapper {
    display: inline;
    float: left;
    overflow: hidden;
    border: solid 1px #848686;
    width: 305px;
    height: 27px;
}

#feedback-widget select {
    font-family: Arial, Helvetica, sans-serif;
    color: #black;
    font-size: 14px;
    width: 310px;
    height: 28px;
    margin-left: 3px;
    -webkit-appearance: menulist-button;
    position: relative;
    top: 0px;
    left: -6px;
    padding: 4px;
    border: 0;
    background-color: white;
}

#feedback-widget select.empty { color: #666666; }

#feedback-widget select option { color: black; }

#feedback-widget .radio-wrapper {
    padding: 3px;
    border-radius: 7px;    
}

#feedback-widget button.submit {
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    width: 135px;
    height: 26px;
    background-image: url('https://web.archive.org/web/20140815005006im_/http://www.humanesociety.org/assets/images/feedback-widget/submit-sprite.png');
    background-repeat: no-repeat;
}

#feedback-widget button.submit:hover {
    background-position: 0 -26px;
}

#feedback-widget a#no-thanks-link {
  display: inline;
  cursor: pointer;
  margin-top: 7px;
  font-size: 12px;
  color: #235c9f;
  text-decoration: underline;
  text-align: right;
  float: right;
}

#feedback-widget .field-error {
    outline: none;
    box-shadow: 0 0 10px #80a9d0;    
}

#feedback-widget .field-error:focus {
    box-shadow: none;      
}

#feedback-widget .feedback-error { 
    display: block; 
    color: #3777c8; 
    font-size: 14px; 
    line-height: 16px; 
}

#feedback-widget .thanks-screen { 
    background-color: #f5f7f9;    
    padding: 20px 0;
}

#feedback-widget .thanks-screen .widget-header-text {
    padding-top: 18px;
    padding-left: 10px; 
    width: 300px;  
}
/*
     FILE ARCHIVED ON 00:50:06 Aug 15, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:23:11 Oct 12, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 7.698
  exclusion.robots: 0.046
  exclusion.robots.policy: 0.034
  esindex: 0.009
  cdx.remote: 25.58
  LoadShardBlock: 89.117 (3)
  PetaboxLoader3.datanode: 110.462 (4)
  load_resource: 168.205
  PetaboxLoader3.resolve: 81.264
*/