form.wide .formBlock {
  width: 500px;
}
.formBlock {
  float: left;
  margin: 0px 25px 15px 0px;
  padding-left: 25px;
  border-left: 10px solid #EBEBEB;
  width: 230px;
}
.formBlock h1.header {
  font-size: 16px;
}
.formBlock .inputField {
  margin: 0px 0px 10px 0px;
}
.formBlock .inputField label.label {
  float: none;
  display: block;
  padding: 0px 0px;
  color: #4E4E4E;
  font-weight: 600;
  font-family: Tahoma;
  font-size: 12px;
  clear: left;
}
.formBlock .inputField span.description, .formBlock .inputField p.hint {
  display: block;
  color: #666;
  font-family: Tahoma;
  padding: 0px 0px 0px 0px;
  font-size: 10px;
}
.formBlock .inputField input {
  margin: 2px 0px;
  /*            height: 15px;*/

  padding: 2px 2px;
  font-size: 12px;
  color: #2E2E2E;
}
.formBlock .inputField select {
  margin: 5px 0px;
}
.formBlock .inputField .example {
  color: #C5C5C5;
}
.formBlock .inputField input[type="text"],
.formBlock .inputField input[type="password"],
.formBlock .inputField input[type="file"],
.formBlock .inputField textarea {
  width: 230px;
}
.formBlock .inputField .chzn-container {
  width: 240px;
}
.formBlock .inputField textarea {
  width: 230px;
  min-height: 120px;
}
.formBlock .inputField textarea.big {
  width: 500px;
}
.formBlock .inputField textarea.redactor {
  width: 500px;
}
.formBlock .inputField input[type="radio"] {
  margin: 0px 4px 0px 0px;
}
.formBlock .inputField label {
  display: block;
  padding: 2px 0px 2px 0px;
  line-height: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
}
.formBlock .inputField input[type="radio"], .formBlock .inputField input[type="checkbox"] {
  width: 13px;
  height: 13px;
  padding-left: 4px;
  vertical-align: center;
  position: relative;
  top: 0px;
  margin-right: 2px;
  *overflow: hidden;
}
.formBlock .inputField ul.errors {
  list-style-type: none;
}
.formBlock .inputField ul.errors li {
  display: block;
  color: #9A5C59;
  font-family: Tahoma;
  padding: 0px 0px 0px 0px;
  font-size: 10px;
  font-weight: bold;
}
.formBlock .inputField .remove {
  background: url("/img/listing/remove.png") center center no-repeat;
  display: block;
  float: right;
  height: 28px;
  width: 28px;
}
.formBlock .inputField .remove :hover {
  background: url("/img//listing/remove-hover.png") center center no-repeat;
}
.formBlock .inputField .add {
  background: url("/img//listing/plus.png") no-repeat scroll 15px 17px transparent;
  color: #505457 !important;
  display: inline-block;
  height: 42px;
  padding-left: 35px;
  line-height: 42px;
  text-align: left;
  text-decoration: none;
}
a.submit,
a.reset,
a.cancel,
input#submit,
input#offer,
input#cancel,
button {
  text-decoration: none;
  display: inline-block;
  background: url(/img//form/bg-submit.png) repeat-x;
  height: 28px;
  padding: 0px 10px;
  line-height: 28px;
  color: #3D3D3D !important;
  box-shadow: 1px 1px 2px #989898;
  -moz-box-shadow: 1px 1px 2px #989898;
  -webkit-box-shadow: 1px 1px 2px #989898;
  margin-right: 10px;
  border: 0;
}
a.submit :hover,
a.reset :hover,
a.cancel :hover,
input#submit :hover,
input#offer :hover,
input#cancel :hover,
button :hover {
  text-decoration: none !important;
  background: url(/img//form/bg-submit-hover.png) repeat-x;
  color: #fafafa !important;
  box-shadow: 1px 1px 2px #454545;
  -moz-box-shadow: 1px 1px 2px #454545;
  -webkit-box-shadow: 1px 1px 2px #454545;
  cursor: pointer;
}
a.submit {
  margin-left: 34px;
}
.hasBorder {
  margin-right: 25px;
  padding-left: 25px;
}
.hide {
  display: none;
}
.date-picker {
  width: 70px !important;
}
.readonlyinput {
  background: transparent;
  border: 0;
}
