@charset "utf-8";
/* CSS Document */
center h2 {
    font-size: 22px;
    padding: 50px 0 10px 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.reg_r table td {
    padding-top: 15px;
}
.reg_r table td {
    padding-top: 15px;
}
table.reg_tab .pro input {
    margin-left: 100px;
}
table.login input, .reg_r table input {
    width: 250px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #b3a4b6;
    background: url(input_bg.png) repeat;
    margin-left: 20px;
    padding-left: 10px;
    color: #7f8183;
}
.bot_submit a {
    margin: 0 20px;
    color: #161617;
}
input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
    padding: 1px 6px;
}
user agent stylesheet
input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}
user agent stylesheet
input, textarea, keygen, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    font: 13.3333px Arial;
}
user agent stylesheet
input, textarea, keygen, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb;
}
user agent stylesheet
button {
    -webkit-appearance: button;
}