.preorder-open,
.preorder-submit {
    display: block;
    color: #fff !ImportaNT;
    text-decoration: none;
    /*margin: 5px 0;*/
    background: rgb(31, 154, 0);
    /* border: 1px solid rgba(10,129,184,1); */
    /* background: transparent; */
}

.preorder-open:hover,
.preorder-submit:hover {
    color: #fff !important;
    background: #13B513;
}

.box-modal .field {
    min-height: 30px;
}

.box-modal .field .name {
    float: left;
}

.box-modal .field .value {
    margin-left: 160px;
}

.box-modal .field .name span {
    color: red;
}

p.error {
    margin: 0;
}

a.preorder-submit.disabled,
a.preorder-submit.disabled:hover {
    background: silver;
}

.box-modal [name="preorder_comment"] {
    width: 300px;
    height: 100px;
}

.box-modal .field {
    margin-bottom: 5px;
}