input, select {
     font-size: 11px;
}

.checkbox {
  float: left;
  width: 110px;
  margin-right: 5px;
}

.checkbox input {
  float: left;
}

.checkbox div {
  float: left;
  width: 80px;
  line-height: 20px;
  font-size: 9px;
}

.checkbox-other {
  clear: left;
}

.checkbox-other input {
  float: left;
}

.checkbox-other div {
  float: left;
  height: 20px;
  line-height: 20px;
  font-size: 9px;
  margin-right: 10px;
}

form table {
    background: none !important;
    border: none !important;
}

form table td {
    border: none !important;
}

.lo-form {
    padding: 0;
    margin: 0;
}

.lo-input-text, .lo-input-button {
    float: left;
    font-size: 110%;
}

.lo-input-text {
    width: 140px;
    height: 23px;
    background: url('../img/bg_input_text.gif') left center no-repeat;
}

.lo-input-text input {
    margin: 5px 0 0 10px;
    width: 130px;
    height: 14px;
    font-size: 11px;
    font-size: 70%;
    color: #6A82AD;
    border: 0;
    background-color: #FBFBFB;
}

.lo-input-button {
    padding-left: 4px;
}

.lo-input-button input {
    width: 25px;
    height: 23px;
    border: 0;
    background: url('../img/bg_input_button.gif') left center no-repeat;
}

.main-form-table {
    border-collapse: collapse;
    margin: 0 0 15px 0;
    font-size: 100%;
    color: #333333;
}

.form-label {
    width: 105px;
    line-height: 28px;
}

.textinput1, .textinput2, .textinput3, .textinput4, .textinput5, .textinput6, .textinput7, .textinput-xs {
    margin: 4px 7px 4px 0;
    height: 20px;
    background: #f7f9fc;
    border-left: 1px solid #adbcd4;
    border-top: 1px solid #adbcd4;
    border-bottom: 1px solid #dce4f0;
    border-right: 1px solid #dce4f0;
}

.textinput1 {
    width: 41px;
}

.textinput2 {
    width: 98px;
}

.textinput3 {
    width: 123px;
}

.textinput4 {
    width: 167px;
}

.textinput5 {
    width: 205px;
}

.textinput7 {
    width: 70px;
}

.textinput-xs {
    width: 30px;
}

.form-select, .form-select2 {
    height: 17px;
    font-size: 100%;
    background-color: #f7f9fc;
}

.form-select {
    width: 280px;
}

.form-select2 {
    width: 215px;
}

.form-textarea {
    width: 350px;
    height: 125px;
    border: 1px solid #adbcd4;
    background-color: #f7f9fc;
}

.form-input-delimiter {
    display: inline;
    width: 30px;
    height: 10px;
    background-color: #333333;
}

.form-checkbox {
    padding-right: 10px;
    line-height: 25px;
}

.form-checkbox input {
    margin: 0 4px 0 0;
}

.form-other {
    line-height: 28px;
}

.form-other-check {
    margin: 0 4px 2px 0;
}

.form-send {
    text-align: center;
    font-size: 110%;
}

.form-send input {
    margin: auto;
    display: block;
    margin-top: 7px;
    width: 176px;
    height: 23px;
    font-size: 70%;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    line-height: 23px;
    border: 0;
    background: url('../img/button1.gif') no-repeat;
}

.form-bottom-buttons input {
    display: block;
    float: right;
    margin: 7px 0 0 10px;
    width: 91px;
    height: 23px;
    font-size: 100%;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    line-height: 23px;
    border: 0;
    background: url('../img/button2.gif') no-repeat;
}

.button1, .button2, .button3 {
    margin: 7px 0 0 10px;
    height: 23px;
    font-size: 100%;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    line-height: 23px;
    border: 0;
    cursor:pointer;
}

.button1 {
     width: 176px;
     background: url('../img/button1.gif') no-repeat;
}

.button2 {
     width: 91px;
     background: url('../img/button2.gif') no-repeat;
}
.button3 {
     width: 176px;
     background: url('../img/button3.gif') no-repeat;
     height:46px!important;
     font-size:120%!important;
}



.error {
     background: #FFC8CB;
}

.label-error {
     color: #E4333E;
}

