/* line 5, ../../../app/assets/stylesheets/widgets/custom_form.scss */
div[id^="a_comment_body_hp"] {
  display: none;
}

/* line 9, ../../../app/assets/stylesheets/widgets/custom_form.scss */
.widgets-custom-form .excerpt {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(#eeeeee, #ffffff);
  background-image: -webkit-linear-gradient(#eeeeee, #ffffff);
  background-image: linear-gradient(#eeeeee, #ffffff);
  padding-top: 5px;
}
/* line 15, ../../../app/assets/stylesheets/widgets/custom_form.scss */
.widgets-custom-form .excerpt table.custom_field_container td {
  border: none;
}

/* line 21, ../../../app/assets/stylesheets/widgets/custom_form.scss */
.widgets-custom-form textarea {
  height: 60px;
}

/* Left column styles */
/* line 28, ../../../app/assets/stylesheets/widgets/custom_form.scss */
.column-200px .widgets-custom-form textarea {
  height: 50px;
}

/* line 35, ../../../app/assets/stylesheets/widgets/custom_form.scss */
.widgets-custom-form .custom_form_container {
  padding: 0px 24px 24px;
  border-bottom: 1px solid #434343;
  background: white;
}
