#HCB_comment_box .clearfix {
  *zoom: 1;
}
#HCB_comment_box .clearfix:before,
#HCB_comment_box .clearfix:after {
  display: table;
  content: "";
}
#HCB_comment_box .clearfix:after {
  clear: both;
}
#HCB_comment_box .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#HCB_comment_box .input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#HCB_comment_box form {
  margin: 0 0 18px;
}
#HCB_comment_box fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
#HCB_comment_box legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #eee;
}
#HCB_comment_box legend small {
  font-size: 13.5px;
  color: #999;
}
#HCB_comment_box label,
#HCB_comment_box input,
#HCB_comment_box input.btn,
#HCB_comment_box select,
#HCB_comment_box textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
#HCB_comment_box input,
#HCB_comment_box input.btn,
#HCB_comment_box select,
#HCB_comment_box textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#HCB_comment_box label {
  display: block;
  margin-bottom: 5px;
  color: #333;
}
#HCB_comment_box input,
#HCB_comment_box textarea,
#HCB_comment_box select,
#HCB_comment_box .uneditable-input {
  display: inline-block;
  /*width: 210px;
  height: 18px;*/
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#HCB_comment_box .uneditable-textarea {
  width: auto;
  height: auto;
}
#HCB_comment_box label input,
#HCB_comment_box label textarea,
#HCB_comment_box label select {
  display: block;
}
#HCB_comment_box input[type="image"],
#HCB_comment_box input[type="checkbox"],
#HCB_comment_box input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
/* IE7 */
  line-height: normal;
  cursor: pointer;
  background-color: transparent;
  border: 0 9;
/* IE9 and down */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#HCB_comment_box input[type="image"] {
  border: 0;
}
#HCB_comment_box input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  background-color: #fff;
  background-color: initial;
  border: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#HCB_comment_box input[type="button"],
#HCB_comment_box input[type="reset"],
#HCB_comment_box input[type="submit"] {
  width: auto;
  height: auto;
}
#HCB_comment_box select,
#HCB_comment_box input[type="file"] {
  height: 28px;
/* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
/* For IE7, add top margin to align select with labels */
  line-height: 28px;
}
#HCB_comment_box input[type="file"] {
  line-height: 18px 9;
}
#HCB_comment_box select {
  width: 220px;
  background-color: #fff;
}
#HCB_comment_box select[multiple],
#HCB_comment_box select[size] {
  height: auto;
}
#HCB_comment_box input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#HCB_comment_box textarea {
  height: auto;
}
#HCB_comment_box input[type="hidden"] {
  display: none;
}
#HCB_comment_box .radio,
#HCB_comment_box .checkbox {
  min-height: 18px;
  padding-left: 18px;
}
#HCB_comment_box .radio input[type="radio"],
#HCB_comment_box .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
#HCB_comment_box .controls > .radio:first-child,
#HCB_comment_box .controls > .checkbox:first-child {
  padding-top: 5px;
}
#HCB_comment_box .radio.inline,
#HCB_comment_box .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
#HCB_comment_box .radio.inline + .radio.inline,
#HCB_comment_box .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
#HCB_comment_box input,
#HCB_comment_box textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.07);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.07);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.07);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
#HCB_comment_box input:focus,
#HCB_comment_box textarea:focus {
  border-color: rgba(82,168,236,0.80);
  outline: 0;
  outline: thin dotted 9;
/* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.07), 0 0 8px rgba(82,168,236,0.60);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.07), 0 0 8px rgba(82,168,236,0.60);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.07), 0 0 8px rgba(82,168,236,0.60);
}
#HCB_comment_box input[type="file"]:focus,
#HCB_comment_box input[type="radio"]:focus,
#HCB_comment_box input[type="checkbox"]:focus,
#HCB_comment_box select:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#HCB_comment_box .input-mini {
  width: 60px;
}
#HCB_comment_box .input-small {
  width: 90px;
}
#HCB_comment_box .input-medium {
  width: 150px;
}
#HCB_comment_box .input-large {
  width: 210px;
}
#HCB_comment_box .input-xlarge {
  width: 270px;
}
#HCB_comment_box .input-xxlarge {
  width: 530px;
}
#HCB_comment_box input[class*="span"],
#HCB_comment_box select[class*="span"],
#HCB_comment_box textarea[class*="span"],
#HCB_comment_box .uneditable-input[class*="span"],
#HCB_comment_box .row-fluid input[class*="span"],
#HCB_comment_box .row-fluid select[class*="span"],
#HCB_comment_box .row-fluid textarea[class*="span"],
#HCB_comment_box .row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
#HCB_comment_box input,
#HCB_comment_box textarea,
#HCB_comment_box .uneditable-input {
  margin-left: 0;
}
#HCB_comment_box input.span12,
#HCB_comment_box textarea.span12,
#HCB_comment_box .uneditable-input.span12 {
  width: 930px;
}
#HCB_comment_box input.span11,
#HCB_comment_box textarea.span11,
#HCB_comment_box .uneditable-input.span11 {
  width: 850px;
}
#HCB_comment_box input.span10,
#HCB_comment_box textarea.span10,
#HCB_comment_box .uneditable-input.span10 {
  width: 770px;
}
#HCB_comment_box input.span9,
#HCB_comment_box textarea.span9,
#HCB_comment_box .uneditable-input.span9 {
  width: 690px;
}
#HCB_comment_box input.span8,
#HCB_comment_box textarea.span8,
#HCB_comment_box .uneditable-input.span8 {
  width: 610px;
}
#HCB_comment_box input.span7,
#HCB_comment_box textarea.span7,
#HCB_comment_box .uneditable-input.span7 {
  width: 530px;
}
#HCB_comment_box input.span6,
#HCB_comment_box textarea.span6,
#HCB_comment_box .uneditable-input.span6 {
  width: 450px;
}
#HCB_comment_box input.span5,
#HCB_comment_box textarea.span5,
#HCB_comment_box .uneditable-input.span5 {
  width: 370px;
}
#HCB_comment_box input.span4,
#HCB_comment_box textarea.span4,
#HCB_comment_box .uneditable-input.span4 {
  width: 290px;
}
#HCB_comment_box input.span3,
#HCB_comment_box textarea.span3,
#HCB_comment_box .uneditable-input.span3 {
  width: 210px;
}
#HCB_comment_box input.span2,
#HCB_comment_box textarea.span2,
#HCB_comment_box .uneditable-input.span2 {
  width: 130px;
}
#HCB_comment_box input.span1,
#HCB_comment_box textarea.span1,
#HCB_comment_box .uneditable-input.span1 {
  width: 50px;
}
#HCB_comment_box input[disabled],
#HCB_comment_box select[disabled],
#HCB_comment_box textarea[disabled],
#HCB_comment_box input[readonly],
#HCB_comment_box select[readonly],
#HCB_comment_box textarea[readonly] {
  cursor: false;
  background-color: #eee;
  border-color: #ddd;
}
#HCB_comment_box input[type="radio"][disabled],
#HCB_comment_box input[type="checkbox"][disabled],
#HCB_comment_box input[type="radio"][readonly],
#HCB_comment_box input[type="checkbox"][readonly] {
  background-color: transparent;
}
#HCB_comment_box .control-group.warning > label,
#HCB_comment_box .control-group.warning .help-block,
#HCB_comment_box .control-group.warning .help-inline {
  color: #c09853;
}
#HCB_comment_box .control-group.warning input,
#HCB_comment_box .control-group.warning select,
#HCB_comment_box .control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}
#HCB_comment_box .control-group.warning input:focus,
#HCB_comment_box .control-group.warning select:focus,
#HCB_comment_box .control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e;
}
#HCB_comment_box .control-group.warning .input-prepend .add-on,
#HCB_comment_box .control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
#HCB_comment_box .control-group.error > label,
#HCB_comment_box .control-group.error .help-block,
#HCB_comment_box .control-group.error .help-inline {
  color: #b94a48;
}
#HCB_comment_box .control-group.error input,
#HCB_comment_box .control-group.error select,
#HCB_comment_box .control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}
#HCB_comment_box .control-group.error input:focus,
#HCB_comment_box .control-group.error select:focus,
#HCB_comment_box .control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}
#HCB_comment_box .control-group.error .input-prepend .add-on,
#HCB_comment_box .control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
#HCB_comment_box .control-group.success > label,
#HCB_comment_box .control-group.success .help-block,
#HCB_comment_box .control-group.success .help-inline {
  color: #468847;
}
#HCB_comment_box .control-group.success input,
#HCB_comment_box .control-group.success select,
#HCB_comment_box .control-group.success textarea {
  color: #468847;
  border-color: #468847;
}
#HCB_comment_box .control-group.success input:focus,
#HCB_comment_box .control-group.success select:focus,
#HCB_comment_box .control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b;
}
#HCB_comment_box .control-group.success .input-prepend .add-on,
#HCB_comment_box .control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
#HCB_comment_box input:focus:required:invalid,
#HCB_comment_box textarea:focus:required:invalid,
#HCB_comment_box select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
#HCB_comment_box input:focus:required:invalid:focus,
#HCB_comment_box textarea:focus:required:invalid:focus,
#HCB_comment_box select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
#HCB_comment_box .form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  *zoom: 1;
}
#HCB_comment_box .form-actions:before,
#HCB_comment_box .form-actions:after {
  display: table;
  content: "";
}
#HCB_comment_box .form-actions:after {
  clear: both;
}
#HCB_comment_box .uneditable-input {
  overflow: hidden;
  white-space: nowrap;
  cursor: false;
  background-color: #fff;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.03);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.03);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.03);
}
#HCB_comment_box :-moz-placeholder {
  color: #999;
}
#HCB_comment_box ::-webkit-input-placeholder {
  color: #999;
}
#HCB_comment_box .help-block,
#HCB_comment_box .help-inline {
  color: #555;
}
#HCB_comment_box .help-block {
  display: block;
  margin-bottom: 9px;
}
#HCB_comment_box .help-inline {
  display: inline-block;
  *display: inline;
/* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
#HCB_comment_box .input-prepend,
#HCB_comment_box .input-append {
  margin-bottom: 5px;
}
#HCB_comment_box .input-prepend input,
#HCB_comment_box .input-append input,
#HCB_comment_box .input-prepend select,
#HCB_comment_box .input-append select,
#HCB_comment_box .input-prepend .uneditable-input,
#HCB_comment_box .input-append .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: middle;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#HCB_comment_box .input-prepend input:focus,
#HCB_comment_box .input-append input:focus,
#HCB_comment_box .input-prepend select:focus,
#HCB_comment_box .input-append select:focus,
#HCB_comment_box .input-prepend .uneditable-input:focus,
#HCB_comment_box .input-append .uneditable-input:focus {
  z-index: 2;
}
#HCB_comment_box .input-prepend .uneditable-input,
#HCB_comment_box .input-append .uneditable-input {
  border-left-color: #ccc;
}
#HCB_comment_box .input-prepend .add-on,
#HCB_comment_box .input-append .add-on {
  display: inline-block;
  width: auto;
  height: 18px;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
}
#HCB_comment_box .input-prepend .add-on,
#HCB_comment_box .input-append .add-on,
#HCB_comment_box .input-prepend .btn,
#HCB_comment_box .input-append .btn {
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#HCB_comment_box .input-prepend .active,
#HCB_comment_box .input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
#HCB_comment_box .input-prepend .add-on,
#HCB_comment_box .input-prepend .btn {
  margin-right: -1px;
}
#HCB_comment_box .input-prepend .add-on:first-child,
#HCB_comment_box .input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#HCB_comment_box .input-append input,
#HCB_comment_box .input-append select,
#HCB_comment_box .input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#HCB_comment_box .input-append .uneditable-input {
  border-right-color: #ccc;
  border-left-color: #eee;
}
#HCB_comment_box .input-append .add-on:last-child,
#HCB_comment_box .input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#HCB_comment_box .input-prepend.input-append input,
#HCB_comment_box .input-prepend.input-append select,
#HCB_comment_box .input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#HCB_comment_box .input-prepend.input-append .add-on:first-child,
#HCB_comment_box .input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#HCB_comment_box .input-prepend.input-append .add-on:last-child,
#HCB_comment_box .input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#HCB_comment_box .search-query {
  padding-right: 14px;
  padding-right: 4px 9;
  padding-left: 14px;
  padding-left: 4px 9;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
#HCB_comment_box .form-search input,
#HCB_comment_box .form-inline input,
#HCB_comment_box .form-horizontal input,
#HCB_comment_box .form-search textarea,
#HCB_comment_box .form-inline textarea,
#HCB_comment_box .form-horizontal textarea,
#HCB_comment_box .form-search select,
#HCB_comment_box .form-inline select,
#HCB_comment_box .form-horizontal select,
#HCB_comment_box .form-search .help-inline,
#HCB_comment_box .form-inline .help-inline,
#HCB_comment_box .form-horizontal .help-inline,
#HCB_comment_box .form-search .uneditable-input,
#HCB_comment_box .form-inline .uneditable-input,
#HCB_comment_box .form-horizontal .uneditable-input,
#HCB_comment_box .form-search .input-prepend,
#HCB_comment_box .form-inline .input-prepend,
#HCB_comment_box .form-horizontal .input-prepend,
#HCB_comment_box .form-search .input-append,
#HCB_comment_box .form-inline .input-append,
#HCB_comment_box .form-horizontal .input-append {
  display: inline-block;
  *display: inline;
/* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
}
#HCB_comment_box .form-search .hide,
#HCB_comment_box .form-inline .hide,
#HCB_comment_box .form-horizontal .hide {
  display: none;
}
#HCB_comment_box .form-search label,
#HCB_comment_box .form-inline label {
  display: inline-block;
}
#HCB_comment_box .form-search .input-append,
#HCB_comment_box .form-inline .input-append,
#HCB_comment_box .form-search .input-prepend,
#HCB_comment_box .form-inline .input-prepend {
  margin-bottom: 0;
}
#HCB_comment_box .form-search .radio,
#HCB_comment_box .form-search .checkbox,
#HCB_comment_box .form-inline .radio,
#HCB_comment_box .form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
#HCB_comment_box .form-search .radio input[type="radio"],
#HCB_comment_box .form-search .checkbox input[type="checkbox"],
#HCB_comment_box .form-inline .radio input[type="radio"],
#HCB_comment_box .form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
#HCB_comment_box .control-group {
  margin-bottom: 9px;
}
#HCB_comment_box legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}
#HCB_comment_box .form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}
#HCB_comment_box .form-horizontal .control-group:before,
#HCB_comment_box .form-horizontal .control-group:after {
  display: table;
  content: "";
}
#HCB_comment_box .form-horizontal .control-group:after {
  clear: both;
}
#HCB_comment_box .form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
#HCB_comment_box .form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 160px;
  *margin-left: 0;
}
#HCB_comment_box .form-horizontal .controls:first-child {
  *padding-left: 160px;
}
#HCB_comment_box .form-horizontal .help-block {
  margin-top: 9px;
  margin-bottom: 0;
}
#HCB_comment_box .form-horizontal .form-actions {
  padding-left: 160px;
}
/* Kev BUTTON COLOUR */
#HCB_comment_box .btn {
  display: inline-block;
  *display: inline;
/* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #df7366;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);;
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);;
  border: 0px solid #ccc;
  *border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.20), 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.20), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.20), 0 1px 2px rgba(0,0,0,0.05);
}
#HCB_comment_box .btn:hover,
#HCB_comment_box .btn:active,
#HCB_comment_box .btn.active,
#HCB_comment_box .btn.disabled,
#HCB_comment_box .btn[disabled] {
  background-color: #df7366;
  *background-color: #d9d9d9;
}
#HCB_comment_box .btn:active,
#HCB_comment_box .btn.active {
  background-color: #df7366 9;
}
#HCB_comment_box .btn:first-child {
  *margin-left: 0;
}
#HCB_comment_box .btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ef8376;
  *background-color: #d9d9d9;
/* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
#HCB_comment_box .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#HCB_comment_box .btn.active,
#HCB_comment_box .btn:active {
  background-color: #ef8376;
  background-color: #d9d9d9 9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
}
#HCB_comment_box .btn.disabled,
#HCB_comment_box .btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#HCB_comment_box .btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#HCB_comment_box .btn-large [class^="icon-"] {
  margin-top: 1px;
}
#HCB_comment_box .btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
#HCB_comment_box .btn-small [class^="icon-"] {
  margin-top: -1px;
}
#HCB_comment_box .btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
#HCB_comment_box .btn-primary,
#HCB_comment_box .btn-primary:hover,
#HCB_comment_box .btn-warning,
#HCB_comment_box .btn-warning:hover,
#HCB_comment_box .btn-danger,
#HCB_comment_box .btn-danger:hover,
#HCB_comment_box .btn-success,
#HCB_comment_box .btn-success:hover,
#HCB_comment_box .btn-info,
#HCB_comment_box .btn-info:hover,
#HCB_comment_box .btn-inverse,
#HCB_comment_box .btn-inverse:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
#HCB_comment_box .btn-primary.active,
#HCB_comment_box .btn-warning.active,
#HCB_comment_box .btn-danger.active,
#HCB_comment_box .btn-success.active,
#HCB_comment_box .btn-info.active,
#HCB_comment_box .btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
#HCB_comment_box .btn {
  border-color: #ccc;
  border-color: rgba(0,0,0,0.10) rgba(0,0,0,0.10) rgba(0,0,0,0.25);
}
#HCB_comment_box .btn-primary {
  background-color: #0074cc;
  background-image: -moz-linear-gradient(top, #08c, #05c);
  background-image: -ms-linear-gradient(top, #08c, #05c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#05c));
  background-image: -webkit-linear-gradient(top, #08c, #05c);
  background-image: -o-linear-gradient(top, #08c, #05c);
  background-image: linear-gradient(top, #08c, #05c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);;
  border-color: #05c #05c #003580;
  border-color: rgba(0,0,0,0.10) rgba(0,0,0,0.10) rgba(0,0,0,0.25);
  *background-color: #05c;
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);;
}
#HCB_comment_box .btn-primary:hover,
#HCB_comment_box .btn-primary:active,
#HCB_comment_box .btn-primary.active,
#HCB_comment_box .btn-primary.disabled,
#HCB_comment_box .btn-primary[disabled] {
  background-color: #05c;
  *background-color: #004ab3;
}
#HCB_comment_box .btn-primary:active,
#HCB_comment_box .btn-primary.active {
  background-color: #004099 9;
}
#HCB_comment_box .btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.10) rgba(0,0,0,0.10) rgba(0,0,0,0.25);
  *background-color: #f89406;
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);;
}
#HCB_comment_box .btn-warning:hover,
#HCB_comment_box .btn-warning:active,
#HCB_comment_box .btn-warning.active,
#HCB_comment_box .btn-warning.disabled,
#HCB_comment_box .btn-warning[disabled] {
  background-color: #f89406;
  *background-color: #df8505;
}
#HCB_comment_box .btn-warning:active,
#HCB_comment_box .btn-warning.active {
  background-color: #c67605 9;
}
#HCB_comment_box .btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.10) rgba(0,0,0,0.10) rgba(0,0,0,0.25);
  *background-color: #bd362f;
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);;
}
#HCB_comment_box .btn-danger:hover,
#HCB_comment_box .btn-danger:active,
#HCB_comment_box .btn-danger.active,
#HCB_comment_box .btn-danger.disabled,
#HCB_comment_box .btn-danger[disabled] {
  background-color: #bd362f;
  *background-color: #a9302a;
}
#HCB_comment_box .btn-danger:active,
#HCB_comment_box .btn-danger.active {
  background-color: #942a25 9;
}
#HCB_comment_box .btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.10) rgba(0,0,0,0.10) rgba(0,0,0,0.25);
  *background-color: #51a351;
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);;
}
#HCB_comment_box .btn-success:hover,
#HCB_comment_box .btn-success:active,
#HCB_comment_box .btn-success.active,
#HCB_comment_box .btn-success.disabled,
#HCB_comment_box .btn-success[disabled] {
  background-color: #51a351;
  *background-color: #499249;
}
#HCB_comment_box .btn-success:active,
#HCB_comment_box .btn-success.active {
  background-color: #408140 9;
}
#HCB_comment_box .btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.10) rgba(0,0,0,0.10) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);;
}
#HCB_comment_box .btn-info:hover,
#HCB_comment_box .btn-info:active,
#HCB_comment_box .btn-info.active,
#HCB_comment_box .btn-info.disabled,
#HCB_comment_box .btn-info[disabled] {
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
#HCB_comment_box .btn-info:active,
#HCB_comment_box .btn-info.active {
  background-color: #24748c 9;
}
#HCB_comment_box .btn-inverse {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #555, #222);
  background-image: -ms-linear-gradient(top, #555, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555), to(#222));
  background-image: -webkit-linear-gradient(top, #555, #222);
  background-image: -o-linear-gradient(top, #555, #222);
  background-image: linear-gradient(top, #555, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);;
  border-color: #222 #222 #000;
  border-color: rgba(0,0,0,0.10) rgba(0,0,0,0.10) rgba(0,0,0,0.25);
  *background-color: #222;
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);;
}
#HCB_comment_box .btn-inverse:hover,
#HCB_comment_box .btn-inverse:active,
#HCB_comment_box .btn-inverse.active,
#HCB_comment_box .btn-inverse.disabled,
#HCB_comment_box .btn-inverse[disabled] {
  background-color: #222;
  *background-color: #151515;
}
#HCB_comment_box .btn-inverse:active,
#HCB_comment_box .btn-inverse.active {
  background-color: #080808 9;
}
#HCB_comment_box .btn,
#HCB_comment_box input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
#HCB_comment_box .btn::-moz-focus-inner,
#HCB_comment_box input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
#HCB_comment_box .btn.btn-large,
#HCB_comment_box input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
#HCB_comment_box .btn.btn-small,
#HCB_comment_box input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
#HCB_comment_box .btn.btn-mini,
#HCB_comment_box input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
#HCB_comment_box .btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: 0.3em;
}
#HCB_comment_box .btn-group:before,
#HCB_comment_box .btn-group:after {
  display: table;
  content: "";
}
#HCB_comment_box .btn-group:after {
  clear: both;
}
#HCB_comment_box .btn-group:first-child {
  *margin-left: 0;
}
#HCB_comment_box .btn-group + .btn-group {
  margin-left: 5px;
}
#HCB_comment_box .btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}
#HCB_comment_box .btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
/* IE7 inline-block hack */
  *zoom: 1;
}
#HCB_comment_box .btn-group > .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#HCB_comment_box .btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
#HCB_comment_box .btn-group > .btn:last-child,
#HCB_comment_box .btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
#HCB_comment_box .btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
#HCB_comment_box .btn-group > .btn.large:last-child,
#HCB_comment_box .btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
#HCB_comment_box .btn-group > .btn:hover,
#HCB_comment_box .btn-group > .btn:focus,
#HCB_comment_box .btn-group > .btn:active,
#HCB_comment_box .btn-group > .btn.active {
  z-index: 2;
}
#HCB_comment_box .btn-group .dropdown-toggle:active,
#HCB_comment_box .btn-group.open .dropdown-toggle {
  outline: 0;
}
#HCB_comment_box .btn-group > .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.13), inset 0 1px 0 rgba(255,255,255,0.20), 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,0.13), inset 0 1px 0 rgba(255,255,255,0.20), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,0.13), inset 0 1px 0 rgba(255,255,255,0.20), 0 1px 2px rgba(0,0,0,0.05);
  *padding-top: 4px;
  *padding-bottom: 4px;
}
#HCB_comment_box .btn-group > .btn-mini.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}
#HCB_comment_box .btn-group > .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}
#HCB_comment_box .btn-group > .btn-large.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
#HCB_comment_box .btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);
}
#HCB_comment_box .btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
#HCB_comment_box .btn-group.open .btn-primary.dropdown-toggle {
  background-color: #05c;
}
#HCB_comment_box .btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
#HCB_comment_box .btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
#HCB_comment_box .btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
#HCB_comment_box .btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
#HCB_comment_box .btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}
#HCB_comment_box .btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
#HCB_comment_box .btn:hover .caret,
#HCB_comment_box .open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);;
}
#HCB_comment_box .btn-mini .caret {
  margin-top: 5px;
}
#HCB_comment_box .btn-small .caret {
  margin-top: 6px;
}
#HCB_comment_box .btn-large .caret {
  margin-top: 6px;
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
#HCB_comment_box .dropup .btn-large .caret {
  border-bottom: 5px solid #000;
  border-top: 0;
}
#HCB_comment_box .btn-primary .caret,
#HCB_comment_box .btn-warning .caret,
#HCB_comment_box .btn-danger .caret,
#HCB_comment_box .btn-info .caret,
#HCB_comment_box .btn-success .caret,
#HCB_comment_box .btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 0.75;
  filter: alpha(opacity=75);;
}
