.register
{
    width: 1200px;
    margin: 20px auto;
    border-radius: 5px;
    padding: 50px 0;
}

.register .title
{
    height: 40px;
    margin-left: 400px;
}

.register .title span
{
    display: block;
    height: 40px;
    line-height: 40px;
    float: left;
}

.register .title .left
{
    width: 98px;
    border: 1px solid #dddddd;
    border-bottom: 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.register .title .right
{
    width: 300px;
    border-bottom: 1px solid #dddddd;
}

.register .username, .register .password
{
    width: 400px;
    border: 1px solid #dddddd;
    height: 38px;
    margin-top: 20px;
    margin-left: 400px;
}

.register .username img, .register .password img
{
    padding-top: 7px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.register .username input, .register .password input
{
    height: 38px;
    line-height: 38px;
    outline: none;
    width: 300px;
    float: left;
    border: 0;
}

.register .ncregister
{
    height: 40px;
    line-height: 40px;
    color: #000;
    font-size: 14px;
    margin-top: 20px;
    background: #5BF52C;
    width: 400px;
    text-align: center;
    margin-left: 400px;
    cursor: pointer;
}

.register .choseLogin
{
    font-size: 14px;
    width: 400px;
    margin-left: 400px;
    padding: 20px 0;
    display: inline-block;
}

.register .choseLogin a
{
    float: right;
    color: #888888;
}