table.reg {
    border: 0px;
    margin: auto;
    width: 580px;
}

table.reg input {
    width: 320px;
    background: #ffffff;
    color: #000000;
    border: 1px solid #F58220;
    border-radius: 3px;
}

table.reg input.btn {
    width: 100px;
    color: #ffffff;
    border: 0;
    background: #f58220;
    font-weight: bold;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    font-size: 11pt;
}

table.reg textarea {
    color: #000000;
    border: #888888 1px solid;
}

table.reg select {
    padding: 0px;
    margin: 0px;
    font-size: 9pt;
    color: #000000;
    border: #888888 1px solid;
}

table.reg td small {
    font-weight: normal;
}

table.reg td b.err {
    font-weight: normal;
    color: #ff0000;
    font-size: 8pt;
}

table.reg td.r_text {
    text-align: right;
    font-weight: bold;
}

table.reg td.r_block {
    color: #000000;
    abackground: #f58220;
    text-align: center;
    font-weight: bold;
    padding: 5px;
}

td.robot div {
    margin: auto;
}

