
table {
    width: 100%;
}

th, td {
    text-align: left;
    padding: 2px 5px;
}

form {
    margin: 15px 0;
}

td.FORM-TITLE {
    width: 200px;
    text-align: right;
}

th {
    background: #DDD;
    width: 100px;
}

p {
    margin: 5px 0;
}

h3 {
    background: silver;
}

h1 {
    font-family: Arial, Verdana, sans-serif;
    background: silver;
    margin-bottom: 10px;
}

tr.SUBTOTAL td {
    text-align: right;
    font-weight: bold;
    background: #DDD;
}

.ERROR {
    color: red;
}

.RIGHT {
    text-align: right;
}


th.PRD-NO, td.PRD-NO {
    width: 120px;
}

th.PRD-NAME {
    width: 300px;
}

textarea.SHOP-MESSAGE {
    width: 100%;
}

acronym {
    cursor: help;
    border-bottom: 1px dashed #000;
}

table#PONUMBER {
    background: #f0d9ce;
    margin-bottom: 10px;
}
