﻿.infor-page {
    background-color: #f1f1f1;
}
.infor-content {
    background-color: #f1f1f1;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 8px;
   
}

    .infor-content h1 {
        padding: 5px;
        line-height: 30px;
        color: #393939;
        font-size: 18px;
        border: 1px solid #e3e3e3;
        background-color: #fff;
        font-weight: 300;
    }

    .infor-content h2 {
        line-height: 30px;
        font-size: 16px;
        border-bottom: 1px solid #dfdfdf;
        background-image: url(../images/infor-img01.png);
        background-repeat: no-repeat;
        margin: 20px 0 10px 0;
        padding-left: 30px;
        font-weight: 300;
        color: #393939;
    }

.infor-tab-list {
    padding: 10px 8px;
    border: 1px solid #dadada;
    background-color: #fff;
    overflow:hidden;
    line-height:30px;
    color:#333;
    font-size:13px;
}

/*.infor-message-tab td, .infor-message-tab th {
    border: 1px solid #e6e7e7;
    padding-left:8px;
}*/
.infor-message-tab th {
    width:10%;
    text-align:left;
     /*background: #fbfbfb none repeat scroll 0 0;*/
}
.infor-message-tab td {
    width:30%;
}

