.similar_questions {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.similar_questions.hideeasy {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.ajaxelement {
  display: none;
}
.hideeasy {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  max-height: 0;
}
#linkprojects {
  margin-top: 0px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  max-height: 400px;
}
#linkprojects.hideeasy {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  max-height: 0;
}
.oneDialog {
  margin-bottom: 35px;
}
.oneDialog .buttons {
  text-align: right;
  margin-top: 10px;
}
.oneDialog .oneDialog {
  margin-left: 23px;
  margin-top: 15px;
}
.questionsSearchblock .oneQuestion {
  margin-bottom: 20px;
}
.oneQuestion-name {
  font-style: italic;
  color: #525252;
}
.oneQuestion-name:first-letter {
  color: #ff5f5a;
}
.oneQuestion-namedesc {
  font-size: 12px;
  color: darkgray;
  font-style: italic;
  margin-top: -2px;
}
.oneQuestion-question {
  margin-top: 2px;
  font-size: 18px;
  line-height: 24px;
}
.oneQuestion.oneAnswer {
  margin-top: 10px;
  border-left: 3px solid #e2e2e2;
  padding-left: 20px;
}
.oneQuestion.oneAnswer .buttons {
  float: right;
}
.oneQuestion.oneAnswer .oneAnswer-name {
  margin-top: 10px;
  font-size: 13px;
}
.form_fields {
  overflow: hidden;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.form_fields.hide {
  display: block;
  max-height: 0px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.form_fields .form_error_message {
  background: #ffd9e2;
  border: 1px solid #ffcfd0;
  border-radius: 5px;
  padding: 10px 20px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  display: none;
}
.form_fields.field_error .form_error_message {
  display: block;
}
.form_field_required .form_field_title:after {
  content: " *";
  color: red;
}
.form_field_byline.field_error .form_field_title {
  color: red;
}
.form_field_byline.field_error .form_field_byline-input,
.form_field_byline.field_error .form_field_byline-textarea {
  background: #ffd9e2;
}
.form_field_byline .form_field_title {
  font-weight: bold;
}
.form_field_byline-desc {
  color: gray;
  font-size: 90%;
  font-style: italic;
}
.form_field_byline-textarea {
  width: 500px;
  max-width: 500px;
  min-height: 200px;
}
.form_button {
  height: 28px;
  font-size: 14px;
  padding: 4px 18px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.form_button-flat {
  color: #329FD6;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.form_button-flat:hover {
  color: #329FD6;
  text-decoration: none;
  background: #eef9ff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eef9ff), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eef9ff, #ffffff);
  background: -moz-linear-gradient(center bottom, #eef9ff 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eef9ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eef9ff', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.form_button-norm {
  color: #239fff;
  border: 1px solid transparent;
  background: #eef9ff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eef9ff), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eef9ff, #ffffff);
  background: -moz-linear-gradient(center bottom, #eef9ff 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eef9ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eef9ff', GradientType=0);
}
.form_button-norm:hover {
  background: #ffffff;
}
.form_button-default {
  color: #ffffff;
  border: 1px solid #ffa95a;
  background: #ff732e;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ff732e), color-stop(1, #ffad5d));
  background: -ms-linear-gradient(bottom, #ff732e, #ffad5d);
  background: -moz-linear-gradient(center bottom, #ff732e 0%, #ffad5d 100%);
  background: -o-linear-gradient(#ffad5d, #ff732e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffad5d', endColorstr='#ff732e', GradientType=0);
}
.form_button-default:hover {
  background: #ff732e;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ff732e), color-stop(1, #ffcf4d));
  background: -ms-linear-gradient(bottom, #ff732e, #ffcf4d);
  background: -moz-linear-gradient(center bottom, #ff732e 0%, #ffcf4d 100%);
  background: -o-linear-gradient(#ffcf4d, #ff732e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcf4d', endColorstr='#ff732e', GradientType=0);
  color: #ffffff;
  text-decoration: none;
}
