@CHARSET "UTF-8";

table#box {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 626;
    table-layout: fixed;
    border: none;
}
table#box td {
    vertical-align: top;
    padding: 3px;
    border: solid 1px #737373;
    font-size : 12px;
    line-height: 16px;
}
table#box td.name {
    background-color: #e5e5e5;
    width: 105px;
    text-align: center;
}
table#box td.value {
    text-align: left;
    padding-left: 10px;
    line-height: 18px;
}
img#mail {
    display: inline;
    vertical-align: bottom;
}
div#comment2 {
    padding-left: 250px;
    font-size : 12px;
    line-height: 16px;
}

