input[type="text"] {
  width: 200px;
  height: 18px;
  border: 1px solid #cdcdcd;
  background: #e5e5e5 url(../images/form/text-bg.png) repeat-x;
  margin-top: 2px;
}

input[type="password"] {
  width: 200px;
  height: 18px;
  border: 1px solid #cdcdcd;
  background: #e5e5e5 url(../images/form/text-bg.png) repeat-x;
  margin-top: 2px;
}

input[type="text"].searchtext {
  width: 140px;
  height: 18px;
  border: 1px solid #cdcdcd;
  background: #e5e5e5 url(../images/form/text-bg.png) repeat-x;
}

input[type="submit"] {
  height: 22px;
  border: 1px solid #cdcdcd;
  background: #e5e5e5 url(../images/form/text-bg.png) repeat-x;
  margin-top: 2px;
}

textarea {
  width: 417px;
  height: 150px;
  border: 1px solid #cdcdcd;
  background: #fff url(../images/form/text-bg.png) repeat-x left bottom;
  margin-top: 2px;
}

select {
  width: 200px;
  height: 22px;
  border: 1px solid #cdcdcd;
  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: 77px;
  min-width: 200px;
}

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

ul.errors li {
  color: #FF6434;
}

/*----------------------------------------------------------------------------------*/
label {
  font-size: 11px;
  color: #8F8F8F;
}


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

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

.error {
  color: #DF3400 !important;
}