table{
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img{
    border:0;
}
li{
    list-style:none;
}

.tb-base{
    text-align:center;
    width:100%;
}
.tb-base th{
    background:#F4FAFE;
    border:1px solid #BBD6F1;
    padding:3px;
}
.tb-base td{
    border:1px solid #EBEBEB;

}
.tb-base tr.even{
    background:#fafafa;
}

.tb-result{
    margin:5px 0;
    width:100%;
}
.tb-result th{
    color:#666;
    font-weight:100;
    font-size:12px;
    text-align:right;
    width:60px;
}
.tb-result td{
    color:#333;
    font-size:14px;
}

.div-blue{
    background:#f4fafe;
    border:1px #bbd6f1 solid;
    padding:5px;
}
.div-gray{
    color:#666;
    background:#fbfbfb;
    border:1px #ddd solid;
    padding:5px;
}
.div-gray p{
    color:#666;
    margin-bottom:5px;
}


