
div.text,
.select {
    float: left;
    padding: 0 0 10px 0;
}

.textarea textarea,
.text input,
.select select {
    font-size: .9em;
    border: 1px solid #b5b5b5;
    color: #575757;
}

.select label {
    font-size: .9em;
    color: #000;
}

.fullWidth select {
    width: 186px;
}


.checkboxGroup {
    background: url(../img/checkboxGroupBg.gif) 7px 0 no-repeat;
    padding: 0 0 12px 14px;
}

.checkbox input {
    float: left;
}

.checkbox label {
    float: left;
    width: auto;
    font-size: .9em;
    padding: 4px 0 0 7px;
    color: #575757;
}

.amount {
    padding: 7px 0 7px 5px;
}

.amount p {
    color: #575757;
    font-size: .8em;
    padding: 2px 0 0 0;
}

.bigField input,
.amount input {
    width: 76px;
    height: 16px;
    border: 1px solid #b5b5b5;
    font-size: .9em;
    margin-right: 14px;
    line-height: auto;
    padding: 2px 0 0 5px;
    color: #575757;
}

* html .amount input {
    height: 18px;
    width: 81px;
}

.bigField {
    padding: 0 0 10px 0;
}

.bigField input {
    width: 179px;
}



