.preorder-open,
.preorder-submit {
display: table-cell;
background: #299745;
color: #fff;
padding: 6px 10px;
text-decoration: none;
border-radius: 5px;
font-size: 18px;  
}

.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;
}