input[type="text"] {
  width: 200px;
  height: 22px;
  border: 1px solid #a2886f;
  background: #fff;
  margin-top: 2px;
}

input[type="password"] {
  width: 200px;
  height: 22px;
  border: 1px solid #a2886f;
  background: #fff;
  margin-top: 2px;
}

input[type="text"].searchtext {
  width: 140px;
  height: 22px;
  border: 1px solid #a2886f;
  background: #fff;
}

input[type="submit"] {
  height: 26px;
  width: 202px;
  border: none;
  background: #960404 url(../images/form/button-bg.png) repeat-x !important;
  margin-top: 2px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.7em;
}

textarea {
  width: 417px;
  height: 150px;
  border: 1px solid #a2886f;
  background: #fff left bottom;
  margin-top: 2px;
}

select {
  width: 200px;
  height: 26px;
  border: 1px solid #a2886f;
  background: #fff;
  margin-top: 2px;
  padding-top: 1px;
}

.input-box {
  float: left;
}
/*
.input-box.required {
  margin-right: 15px;
}
*/
.input-box {
  margin-right: 7px;
  min-height: 66px;
  min-width: 200px;
}

ul.errors {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.errors li {
  color: #BB0000;
}

/*----------------------------------------------------------------------------------*/
label {
  font-size: 11px;
  color: #735743;
  text-transform: none;
}

label.text-label {
  font-size: 11px;
  color: #000;
  text-transform: none;
}

/*----------------------------------------------------------------------------------*/
input.soft {
  background: #f4e9d9;
  border: 1px solid #c5ad91;
}

/*----------------------------------------------------------------------------------*/
.element {
  width: 202px;
  float: left;
  min-height: 70px;
}

.element.second {
  margin-left: 10px;
}

.fieldset {
  float: none;
  clear: both;
}

.nofloat {
  float: none;
  clear: both;
}

input.datepicker {
  background: #fff url(../images/icons/cal.png) no-repeat 178px 0 !important;
}

input.num {
  width: 30px !important;
}

/*----------------------------------------------------------------------------------*/

input[type="text"].error,
input[type="password"].error,
textarea.error {
  border-color: #DF3400;
  display: block;
}

.error {
  color: #960000 !important;
}
