body, html {
    padding: 0;
    margin: 0;
}

#header {
    background-color: #499258;
    padding: 10px;
    height: 58px;
}

#imgTable {
    border-collapse: collapse;
}

#imgTable td {
    border: 1px solid #eee;
    text-align: center;
    font-size: 11px;
    position: relative;
}

.title {
    display: inline-block;
    line-height: 38px;
    float: left;
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
}

#header .right {
    float:right;
}

.ml10 {
    margin-left: 10px;
}

.png {
    width: 160px;
}

.vertical-item-list {
    padding:10px;
}

.vertical-item-list > div {
    margin-bottom: 5px;

}