﻿/*注册*/
#middle
{
    width: 600px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
    font-size: 14px;
}

.table-col1
{
    text-align: right;
}
.table-col2
{
    text-align: left;
}
td
{
    height: 40px;
}
td input
{
    width: 80%;
    border: #cacaca 1px solid;
    height: 18px;
    line-height: 18px;
}
.remark
{
    font-size: 12px;
}
