.submit {
  float: right;
  margin: 0 23px 0 0;
}
.formCell {
  float: left;
  position: relative;
  margin: 0 15px 15px 0;
}
.formCell label {
  display: block;
  color: #4c4c4c;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.formCell label span {
  color: #ed4632;
}
.formCell label.error {
  position: absolute;
  left: 10px;
  top: 48px;
  background: #FFF;
  z-index: 1000;
  border: solid 1px #FC0;
  padding: 5px;
}
.formCell .text {
  background: #FBFBFB;
  border: solid 1px #DBDBDB;
  line-height: 27px;
  height: 27px;
  padding: 0 5px;
  width: 180px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.formCell .text.error {
  border-color: #FC0;
}
.formCell textarea {
  width: 385px !important;
  height: 120px !important;
  line-height: 150% !important;
}
.formCell textarea.error {
  top: 131px !important;
}
.formCell .customStyleSelectBox {
  background: #FBFBFB;
  border: solid 1px #DBDBDB;
  line-height: 27px;
  padding: 0 5px;
  width: 180px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.formCell .customStyleSelectBoxInner {
  background: url(../images/bg-select.gif) no-repeat right 10px;
}
