.reg_num {
    width: 32px;
    vertical-align: top;
    padding-top: 2px;
}

.reg_title_off {
    color: #D6D6D6;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    border-bottom: 2px solid #D6D6D6;
    padding-left: 5px;
}

.reg_title_on {
    color: #0071db;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    border-bottom: 2px solid #0071db;
    padding-left: 5px;
}

.reg_title_red {
    color: #db0000;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    border-bottom: 2px solid #db0000;
    padding-left: 5px;
}

.reg_data {
    padding: 5px;
    font-size: 12px;
}

.totoplink {
    font-size: 10px;
    font-weight: normal;
    float: right;
    padding-left: 13px;
    background-repeat: no-repeat;
    background-position: 2px 5px;
    margin: 2px 2px 0 0;
}

.reg_title_off .totoplink {
    color: #D6D6D6;
    background-image: url(images/totop_off.gif);
}
.reg_title_on .totoplink {
    color: #0071db;
    background-image: url(images/totop_on.gif);
}
.reg_title_red .totoplink {
    color: #db0000;
    background-image: url(images/totop_red.gif);
}

.form_title {
    color: #0071db;
    font-weight: bold;
    border-bottom: 1px dotted #0071db;
    padding-bottom: 2px;
    margin-bottom: 2px;
}