.btn {
  background: #282e33;
  color: #fff;
  font-size: 13px;
  text-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 9px 30px;
}

.rowElem {
  margin-bottom: 10px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  background: none;
  width: 94%;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 8px 3%;
  margin-left: -1px;
  margin-bottom: 0;
}

/* Modals */

.modal {
  width: 726px;
  color: #aaaaaa;
  border-radius: 0;
  position: absolute;
}
.modal-header {
  border-color: #cccccc;
  padding: 5% 6.5%;
}
.modal-header h1 {
  margin: 0;
}
.modal-header .close {
  font-size: 28px;
  margin-top: 6px;
}
.modal-footer {
  border-color: #cccccc;
  padding: 3.5% 6.5%;
}

.modal-body {
  max-height: 1000px;
  padding: 12px 6.5%;
}

label, input, button, select, textarea {
  font-size: 13px;
}
.form_field {
  min-height: 39px;
  position: relative;
}
.modal .styledSelect ul li {
  padding: 0 3%;
}
