form
{
    margin: 0 auto;
    padding: 0 auto;
}
form p
{
    margin-bottom: 10px;
}
label
{
    display: block;
    float: left;
    height: 48px;
    line-height: 48px;
    color: #f00;
    text-indent: 10px;
}
label.one
{
    width: 90px;
    height: 48px;
    text-align: right;
    color: #000;
}
input
{
    float: left;
    font-size: 12px;
    font-family: "微软雅黑";
    color: #666;
}
#authorization_no, .submit
{
    border: 1px solid #ccc;
    width: 200px;
    height: 46px;
    text-indent: 10px;
}
.identifying_code
{
    height: 46px;
    width: 110px;
    _line-height: 46px;
    text-indent: 10px;
}
.get_code
{
    height: 48px;
    width: 80px;
    margin-left: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.submit
{
    margin-left: 90px;
    background: #ff4500;
    font-size: 20px;
    letter-spacing: 4px;
    color: #fff;
    cursor: pointer;
    align: center;
}