div.notice, div.error {
    color: #333;
    border: 1px solid green;
    -moz-border-radius: 4px;
    text-align: center;
    padding: 2px;
    margin: 2px 0 2px 0;
}

div.error {
    border: 1px solid red;
}

p {
    padding: 0px;
    margin: 0px;
}

/* tables */

div.tableHead {
    font-weight: bold;
    padding: 2px;
}

table.list,
table.form {
    width: 100%;
    border: 1px solid #5190b1;
    border: 1px solid silver;
    padding: 0px;
    border-collapse: collapse;
}

table.form td,
table.list td {
    margin: 0px;
    padding: 1px;
    padding-left: 2px;
}

table.list {
    border-right: 0px;
}

table.list th {
    text-align: left;
    color: #444;
    border-bottom: 1px solid #eee;
    border-right: 1px solid silver;
    background-color: #f4f4f4;
    padding-left: 2px;
}

table.list td {
    border-right: 1px solid silver;
    border-bottom: 1px solid #ddd;
}

table.form td.name {
    border-right: 1px solid silver;
    vertical-align: top;
    width: 20%;
    padding: 3px 4px 0px 5px;
    background-color: #e2edf3;
    color: black;
    border-bottom: 1px solid #ccc;
}

table td.delimiter {
    font-weight: bold;
    color: #666;
    border-bottom: 1px solid silver;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 3px;
}

table.form td.value {
    padding: 3px;
    border-bottom: 1px solid #eee;
}

table.form td.name .desc {
    color: gray;
}

