.page{
    padding: 50px;
}
h3.title3{
    margin-bottom: 35px;
    font-size: 18pt;
    line-height: 0.8em;
}
input.txt{
    width: 312px;
    display: inline-block;
    height: 40px;
    padding: 5px;
    background-color: #fff;
}
.txt-box{
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    padding-left: 10px;
    vertical-align: bottom;
}
.txt-box input.txt{
    border: 0px;
    padding: 5px 0;
    height: 40px;
    width: 150px;
    float: left;
    display: block;
    background-color: #fff;
}
.txt-box > label{
    float: right;
    display: block;
    line-height: 40px;
    background-color: #f0f0f0;
    padding: 0 5px;
    width: 150px;
}
.tip{
    display: inline-block;
    margin-left: 5px;
    color: #999999;
}
.tip-domain{
    line-height: 42px;
    vertical-align: bottom;
}

.required{
    display: inline-block;
    color: #ff3300;
}
table.form td.label{
    text-align: right;
}
.form-row{
    overflow: hidden;
    margin-bottom: 15px;
}
.form-row > .form-label{
    line-height: 40px;
    float: left;
    width: 150px;
    text-align: right;
}
.form-row > .form-field{
    margin-left: 150px;
}