.notice, .error { text-align: center; border: 1px dashed #603030; }
.notice { color: green; border-color: #303000;}
.error { color: red; }

table.list {
    font-size:12px;
    width: 60em;
    border-collapse:collapse;
    border: 0px solid black;
}
table.list.user { width: 16em; }
table.list td, table.list th {
    border-bottom: 1px solid #D0D0D0;
    padding: 0.2em;
}
table.list td.rightBorder, table.list th.rightBorder {
    border-right: 1px solid #909090;
}
table.list tr:hover { background-color: #EAF1E4; }

a img { vertical-align: top; }

.content li { clear:right; }

