﻿
/*--------------------- 账号验证页面 ---------------------------- */
/*激活说明页面*/
.content{
    min-height:694px;
}
.explain{
    width:1190px;
    margin:16px auto 10px;
    line-height:38px;
}
.explain h3{
    text-align:center;
    font-size:24px;
}
.explain h4{
    font-size:16px;
}
.explain p{
    font-size:14px;
}
.btn-container{
    margin-top:16px;
    text-align:center;
}
.btn-container button{
    width:120px;
    height:40px;
    border:none;
    border-radius:4px;
    color:#fff;
    background:#1ab395;
    cursor:pointer;
} 
/*信息填写页面*/
.sub-title {
    padding:12px 12px;
}
.info-detail{
    width:1190px;
    margin:16px auto 10px;
}

.info-detail .write-table{
    width:100%;
    border-collapse: collapse;
    font-size: 14px;
    border:1px solid #ccc;
}
.info-detail .acbtns{
    width:100%;
    border-collapse: collapse;
    font-size: 14px;
    border:1px solid #ccc;
    border-top:none;
}
.info-detail .acbtns td{
    padding:6px 6px;
}
.info-detail .acbtns input[type="button"]{
    width:100px;
    height:30px;
    border:none;
    border-radius:4px;
    color:white;
}
.info-detail .acbtns .addRelation{
    background:#228B22;
}
.info-detail .acbtns .delRelation{
    background:#8B3A3A;
}
.info-detail .write-table tr{
    border:1px solid #ccc;
}
.info-detail .write-table td{
    border:1px solid #ccc;
    padding:6px 6px;
}
.info-detail .write-table input[type="text"]{
    padding:0;
    height:17px;
    width:180px;
}
.info-detail .write-table select{
   vertical-align:bottom;
   height:21px;
}

.btn-container input[type="reset"],
.btn-container input[type="submit"]{
    width:120px;
    height:36px;
    padding:0;
    border:none;
    color:#ffffff;
    border-radius:4px;
}
.btn-container input[type="reset"]{
    background:#df5d7e;
}
.btn-container input[type="submit"]{
    background:#1ab395;
}
.validate-error{
    color:red;
}

.photo-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 10;
}

.imghead {
    width: 100px;
    height: 100px;
}
