.listitem {
    margin-left: 2em;
}

.listitem dt {
    display: inline;
    float: left;
    font-weight: bold;
    text-align: right;
    width: 140px;
}

.listitem dd {
    /* border-left:2px dotted #aaa; */
    display: inline;
    /*padding-left: 1em;
    margin: .5em; */
    text-align: left;
}

.listitem dt:after {
    content: "："; /* 插入： */
}

.listitem dd:after {
    content: "\A";      /* 插入空白符 */
    white-space: pre;   /* 保留空白符不合并 */
}

.detailitem {
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
}

.errorinfo {
    height: 20px;
    text-align: center;
    color: red;
}

.myform {
    padding-top: 20px;
    #display: none;
}

.mytab {
    overflow: auto;
}

.myshowbox {
    padding: 10px 10px 10px 10px;
}

.tool-button {
    margin-left: 0 !important;
    margin-right: 5px !important;
    padding: 0 0 0 0
}

.footer
{
    position:fixed;
    bottom:10px;
    color:#6a6a6a;
    text-align: center;
    width:100%;
    height:20px;
}