.check-status-dialog .dialog-inner {
    max-width: 500px;
}
.check-order-status {
    width: 100%;
}
.designed-form.data-table tr td {
    padding: 0;
    padding-bottom: 15px;
    font-size: 13px;
}
.designed-form.data-table tr td.data-name {
   text-align: left;
}
.designed-form.data-table tr td .data-input {
    position: relative;
}
.designed-form.data-table tr td label {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    max-width: 100%;
    font-weight: normal;
    line-height: 2;
    vertical-align: bottom;
}
.designed-form.data-table tr td .data-required {
    vertical-align: top;
}
.designed-form.data-table tr td input[type="text"],
.designed-form.data-table tr td input[type="email"],
.designed-form.data-table tr td input[type="number"] {
    display: inline-block;
    height: 40px;
    padding: 6px 17px;
    font-size: 13px;
    line-height: 2;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #9a9a9a;
    border-radius: 0;
    width: 100%;
}
.check-order-status button.main-button {
    min-height: 40px;
    line-height: 40px;
    border-radius: 0;
}
.check-order-status button.main-button .button-left {
    text-transform: uppercase;
}
.designed-form.data-table tr td.button-row {
    padding-top: 15px;
}
