.renjuboardbbcode {
    background: url('../images/board.png') 0 0px no-repeat;
    width: 469px;
    height: 462px;
    margin-top: 0px;
    padding-top: 5px;
}

.renjuboardbbcode .blank:hover {
    height: 27px;
    width: 27px;
    border: 1px solid #B5B5B5;
}

.renjuboardbbcode .black {
    background: url('../images/black.png') center center no-repeat;
    color: white;
}

.renjuboardbbcode .white {
    background: url('../images/white.png') center center no-repeat;
}

.renjuboardbbcode .black_last {
    background: url('../images/black.png') center center no-repeat;
    color: red;
}

.renjuboardbbcode .white_last {
    background: url('../images/white.png') center center no-repeat;
    color: red;
}

.renjuboardbbcode .char {
    background: url('../images/black.png') center center no-repeat;
    color: red;
}

.renjuboardbbcode .row {
    height: 29px;
    width: 435px;
    margin-left: 6px;
}

.renjuboardbbcode .row div {
    font-family: Arial;
    height: 29px;
    width: 29px;
    float: left;
    line-height: 29px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    -moz-user-select: none;
}

.boardcontrolbar {
    width: 497px;
}

.boardcontrolbar input {
    margin-left: 25px;
}