
#orderForm label {
    text-align: right;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 14px;
    width: 140px;
}

#orderForm .right label {
    display: inline;
}

#orderForm .right label {
    text-align: left;
    margin-left: 30px;
}

#orderForm .right textarea {
    margin-left: 30px;
}

#id_instructions {
    color: #888;
}

#id_instructions.hasFocused {
    color: #000;
}

#order-submit {
    display: block;
    margin: 15px auto 5px;
}

.leadTime {
    font-weight: bolder;
}


