div.cost{
    color:#FF2A00;
    font-weight:bold;
    margin: 5px;
    font-size:13px;
    text-align:center;
}
div.cost_base{
    color:#999999;
    font-weight:bold;
    margin: 5px;
    font-size:12px;
    text-align:center;
}
table#usual{
    border-bottom:2px solid #ECECEB;
}
tr.odd td{
    background-color:#ECECEB;
}
#error{
    width:100%;
    font-weight:bold;
    color:#FF0000;
    border:#FF5500 1px solid;
    background-color:#FFA579;
    padding:15px;
    text-align:justify;
    display:none;
}
#bEnd{
    cursor:pointer;
    font-weight:bold;
    text-decoration:underline;
}
#bEnd:hover{
    color:#FF5500;
}
.T{
    display:none;
}