#formstep select {
  border: 1px solid #B8B8B8;
}
div.paramsection {
  margin: 8px 0;
}
  div.paramsection h3 {
    margin-bottom: 4px;
  }
  div.paramsection div.paramover {
    max-height: 200px;
    _height: 200px;
    overflow-y: scroll;
  }

table.paramtable {
  width: 100%;
  border-collapse: collapse;
}
  table.paramtable tbody td {
    border-top: 1px solid #dadada;
    padding: 2px 4px;
  }
    table.paramtable tbody tr.noborder th, table.paramtable tbody tr.noborder td {
      border-top: 0;
    } 
    table.paramtable tbody tr.odd {
      /*background: url('/public/img/public/detail/odd.gif') top left repeat;*/
      background: #f8f8f8;
    }
    table.paramtable tbody tr.even {
      /*background: url('/public/img/public/detail/even.gif') top left repeat;*/
    }

.paramtable td.ch {
  width: 20px;
}
table.paramtable thead td.ch {
  width:50px;
}

table.hd {
  width: 100%;
}
  table.hd td.checkall {
    width: 170px;
    padding-right: 20px;
    text-align: right;
  }
    table.hd td.checkall input {
      position: relative;
      top: 3px;
    }
    
div.subbutton input.submit {
  width: 141px;
  height: 32px;
  background: url('/public/img/public/basket/back2shop.gif') top left no-repeat;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  margin: 10px 0;
  color: #474747;
}

.form fieldset {
  margin-top: 5px;
  padding: 10px;
  background: #efefef;
  border: 1px solid #dadada;
}
  .form fieldset div.legend {
    font-size: 1.2em;
    color: #454545;
    font-weight: bold;
    margin-bottom: 5px;
  }
    .form fieldset div.legend span {
      font-weight: normal;
      font-size: .8em;
    }
  .form div.label {
    width: 280px;
    margin: 4px 0;
    _margin: 2px 0;
    height: 14px;
    line-height: 14px;
    float: left;
    clear: both;
    position: relative;
  }
    .form div.label span.error {
      width: 400px;
      position: absolute;
      top: 0;
      left: 320px;
      z-index: 100;
      color: #f00;
    }
    .form div.dual {
      clear: none;
    }
    .form div.label span {
      height: 14px;
      line-height: 14px;
      display: block;
      width: 80px;
      float: left;
      font-size: 1em;
    }
      .form div.label span em,
      .form div.comm span em,
      span em {
        font-style: normal;
        color: #f00;
        padding-left: 2px;
      }
    .form div.label div.input {
      display: inline;
      font-size: 1.1em;
      font-weight: bold;
    }
    .form div.label input {
      font-size: .8em;
      border: 1px solid #b9b9b9;
      width: 150px;      
    }
    .form div.label input.rad {
      border: 0;
    }
      .form div.label input.error {
        border: 1px solid #f00;
        color: #000;
      }
    .form div.label select {
      font-size: .8em;
      border: 1px solid #b9b9b9;
      width: 150px;      
    }

    .form div.textarea {
      height: 100%;
      width: 100%;
      clear: both;
    }
      .form div.textarea span {
        float: none;
        width: 100%;
        display: block;
        font-size: 1.1em;
      }
      .form div.textarea textarea {
        margin: 0;
        border: 1px solid #b9b9b9;
        width: 300px;
        height: 100px;
        margin-top: 4px;
        margin-left: 67px;
        _margin-left: 70px;
      }
    .form div.wide {
      width: 400px;
    }
      .form div.wide label {
        width: 240px;
      }
      .form div.wide input {
        width: 20px;
      }
      .form div.wide input.rad {
        border: 0;
      }
      
    .form div.wide2 {
      width: 400px;
    }
      .form div.wide2 span {
        width: 150px;
      }
      .form div.wide2 input {
        width: 150px;
      }
      .form div.wide2 input.rad {
        border: 0;
      }
    .form div.comm {
      margin-top: 5px;
      font-size: .9em;
    }

