@charset "UTF-8";
.login_header { margin-top: 20px; }
.login_header h3 { font-size: 16px; color: #222; font-weight: bold; }
.reg_box { padding: 50px; border: 1px solid #ddd; margin-top: 10px; position: relative; }
.reg_box dl { display: table; margin-bottom: 20px; }
.reg_box dl dt { width: 140px; text-align: right; font-size: 14px; }
.reg_box dl dt, .reg_box dl dd { display: table-cell; vertical-align: middle; }
.input_text { height: 16px; line-height: 16px; padding: 6px; border: 1px solid #ddd; width: 200px; }
