#edit-modify-descr {
  width: 100%;
}


.form-group {
  width: 260px;
}

.has-glyphicons .select-wrapper::after {
  color: #d57600;

}

.select-wrapper::after {
  color: #d57600;
}

.form-required::after {
  background-image: url("/sites/default/files/asterisk.png");
}


#edit-submit {
  width: 99px;
  height: 42px;
  background: url('/sites/default/files/submitsprite.png') no-repeat 0 0;
  padding: 0;
  font-size: 0;
  display: inline-block;
  border: none;
  border-radius: 0;
  margin-top: 18px;
  cursor: pointer;
}

#edit-submit:hover {
  background-position: 0 -42px;
}