table.forregister {
    font-size: 12px;    
}

table.forregister td.title {
    font-size: 14px;    
    color: #165BB1;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

table.forregister input {
    font-size: 12px;
    border: 1px solid #848484;
    width: 75px;
}

table.forregister input.enter {
    background-image: url(/images/button/arrow-right.gif);
    background-position: right;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    color: #165BB1;
    font-size: 11px;
    width: 70px;
    border: 0px;
    height: 13px;
    cursor: pointer;
}
