
.page-activate table th{
    text-align: left;
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    padding: 5px 10px;
    background: #f9f9f9;
}
.page-activate table td{
    text-align: left;
    padding: 5px 10px;
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
}
.page-activate table td:first-child {
    border-left: 1px solid #f3f3f3;
}
.page-activate table input{
    height: 30px;
    border: 1px solid #e5e5e5;
    /* margin-right: 8px; */
    line-height: 30px;
    color: #666;
    width: 140px;
}
.page-activate table input.preBuy{
    width: auto;
}
.page-activate table input:focus{
	border:1px solid #832688;
}
.page-activate table .cm_button {
    line-height: 30px;
}

