.lbform fieldset ol {
    padding: 0;
    list-style: none;
}

.lbform fieldset li {
    padding: 5px 0;
}

.lbform label {
    float: left;
    display: block;
    width: 200px;
    text-align: right;
    font-weight: bold;
    padding-top: 5px;
    margin-right: 10px;
}


.lbform div {
  clear: both;
  margin-left: 210px;
  padding-left: 5px;
}

.lbform .error {
    color: red;
}

.lbform div strong {
    clear: both;
    color: red;
}

.lbform div em {
  clear: both;
  width: 280px;
  font-style: normal;
  color: #555555;
  font-size: 11px;
  line-height: 1.25;
}

.lbform input.text, .lbform select, .lbform textarea {
    width: 300px;
    padding: 3px;
    /*  font-size: 14px;*/
    border: 1px solid #a7a7a7;
/*    margin: 5px;*/
}

.lbform textarea.wide, .lbform input.wide {
        width: 600px;
}

.lbform input.shorttext {
    width: 125px;
    padding: 3px;
    border: 1px solid #a7a7a7;
/*    margin: 5px;*/
}

.lbform select.mediumselect {
    width: 140px;
    padding: 3px;
    border: 1px solid #a7a7a7;
    margin: 5px;
}
.lbform select.shortselect {
    width: auto;
    padding: 3px;
    border: 1px solid #a7a7a7;
    margin: 0;
}

.lbform input.mediumtext {
    width: 200px;
    padding: 3px;
    border: 1px solid #a7a7a7;
    margin: 0;
}

.lbform input.error, .lbform select.error, .lbform textarea.error {
    border: 1px solid red;
}

/*.lbform .input-wrapper { border: solid 4px #cccccc; }*/
.lbform .input-wrapper input, .lbform .input-wrapper textarea { background: #f4f4f4; }

.lbform fieldset.submit {
    float: none;
    width: auto;
    padding-top: 1.5em;
    padding-left: 155px; /* 140 for the label column, 10 for the spacer, and 5 to line up with border on the inputs */
    background-color: #FFF;
}

.lbform fieldset {
    border: none;
}

.lbform legend {
    font-weight: bold;
}

.lbform fieldset fieldset ol {
    position: relative;
}

.lbform fieldset fieldset li {
    width: 100%;
    float: none;
    padding: 2px 0;
}

.lbform fieldset fieldset label {
    float: none;
    width: auto;
    display: inline;
    padding: 2px;
    font-weight: normal;
    /*  margin-right: auto;*/
}
.lbform {
        width: 600px;
        margin: 10px auto;
}

.red {
    background: red;
}

.package-grid {
  background-color: #e3e3e3;
        padding: 0px;
        border: none;
        margin: 15px 20px;
}
