
.input-text {
  width: 100%;
  border: 1px solid #fff;
  background: #ccc;
}
.input-text.error {
  border: 1px solid #f66;
}
.input {
  width: 160px;
  margin-right: 5px;
}
.input-small {
  width: 60px;
}
.input-medium {
  width: 100px;
}
.input-large { 
  width: 340px;
}
.input-full {
  width: 460px;
}


label {
  width: 140px;
  font-weight: bold;
}
label.checkbox-label {
  font-weight: normal;
}
.input-full label.checkbox-label,
.input-full label.error {
  width: 400px;
}
label.error {
  display: block;
  color: #f66;
  font-weight: normal;
  border: 0;
}
label, .inputs { vertical-align: top }
legend {
  font-weight: bold;
  font-size: 1.3em;
  color: #fff;
}

fieldset {
  margin-bottom: 1em;
  border: 1px solid #666;
  padding: 10px;
}
fieldset.submit {
  border: 1px solid transparent;
  _border: 0;
}
fieldset ul {
  list-style-type: none;
}
li.entry { 
  margin: 5px 0;
}

.ib-fix-ul li, .ib-fix { display:-moz-inline-box; -moz-box-orient:vertical;
   display:inline-block; vertical-align:top;}
* html .ib-fix-ul li, * html .ib-fix { display:inline; }
* + html .ib-fix-ul li, * + html .ib-fix { display:inline; }


