﻿*{ margin:0px; padding:0px;}
html, body {
    width: 100%; 
    font: 14px / 150% tahoma, arial, Microsoft YaHei, Hiragino Sans GB, "\u5b8b\u4f53", sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #666;
}
a{ text-decoration:none;}
ul,li{ list-style:none; }

.register-box {
    border: 1px solid #ddd;
    margin-bottom: 32px; 
    width:410px;
}
.register-box label {
    height: 52px;
    line-height: 52px;
    padding-left: 20px;
    display: inline-block;
}
.register-box .other_label {
    word-spacing: 2px;
}
.register-box input {
    width: 190px;
    height: 19px;
    padding-bottom: 11px;
    padding-left: 20px;
    padding-top: 16px;
    font-size: 14px;
    color: #666;
    font-family: "Microsoft YaHei", "Hiragino Sans GB";
    outline: none;
    border: none;
}
.register-box span {
    display: inline-block;
    width: 77px;
    height: 52px;
    border-right: 1px solid #ddd;
}
#code {
    display: inline-block;
    width: 100px;
    height: 46px;
    vertical-align: middle;
    background-color: black;
    font-size: 25px;
    color: #fff;
    text-align: center;
    line-height: 46px;
}
.register-box .tips {
    position: absolute;
    margin-top: 5px;
    font-size: 14px;
    color: #ccc;
}