.minqc_message {
    display: block;
    padding: 10px;
    text-align: center;
    color: #000;
    border: 1px solid;
    margin: 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #9F6000;
    background-color: #FEEFB3;
}

.minqc_message_single {
    display: block;
    padding: 10px;
    text-align: center;
    color: #000;
    border: 1px solid;
    margin: 10px;
    margin-top: 0px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #9F6000;
    background-color: #FEEFB3;
}

.minqc_message_single_colors {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bcdff1;
}

.minqc_table {
    width: 100%;
    margin-top: 10px;
}

.minqc_table tr {
    border-bottom: 1px dotted #a48c00;
}

.minqc_fancy {
    text-align: center;
}

.minqc_error_line {
    display: block;
    clear: both;
}

.minqc_table {
    width: 100%;
    margin-top: 10px;
    text-align: left;
}

.minqc_table tr {
    border-bottom: 1px dotted #a48c00;
}

.minqc_table tr td {
    padding: 6px;
}