body {
    text-align: left;
    font-family: Arial, sans-serif, sans-serifarial, Verdana, Helvetica;
    font-size: 12px;
    line-height: 1.5;
    color: black;
}

body {
    margin: 0;
    padding: 0;

    background: white;
}

div#page {
    width: 950px;

    margin: 0 auto;
    padding: 0;

    background: white;
}

a:link, a:visited, a:active, a:hover {
    color: #4d87ce;
}

img {
    border: none;
}

table {
    border-collapse: collapse;
    border: none;
}

.listView th, .listView td {
    border: solid #999 1px;
}

.inputView th, .inputView td {
}

.actionMessage {
    font-weight: bold;
}

.nanmu_title {
    color: #FFFFFF;
    background-color: #5D5E91;
    font-weight: bold;
}

.caption label {
    float: left;
    font-weight: bold;
    width: 25%;
}

ul li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

