﻿/*from*/



.reg_form{ background-color: #fff; border: 1px solid #ea988c; border-radius:0 0 10px 10px; width: 400px; height: 400px;position:absolute; left:0;  right:0;  top:0;  bottom:0;  margin:auto;}
.reg_form .title{    background-color: #c7412d;color: #fff;font-size: 1.2em; line-height: 40px;  height: 40px; text-align: center;}
.table {}
.table .t_row {padding: 10px 10px; height: 40px; line-height: 40px;}
.table .t_row .t_row_title {float: left; width: 100px}
.table .t_row .t_row_content {float: left; width:calc( 100% - 100px ) }
.i_input{}