.table1
{
	width: 90%;
	margin: 0 auto;
    border-collapse:collapse;
}
.table1 tr {
    line-height: 40px;
    vertical-align: middle;
}
.table1 tr td,th {
    border: 1px solid #C5D5C5;
}
.table1 tr th
{
    background-color: #F5F5F5;
    width: 40%;
	font-weight: normal;
}
.table1 tr td
{
	text-align: center;
    padding-left: 15px;
}
.sf-con{ padding:0 20px 20px}
.sf-con p { padding-top:10px; text-align:left; color:#666}
.table1 .td1 {text-align:right;}
.table1 .td2 {text-align:left;}
.sbtn{
    padding: 5px 10px;
    color: #fff;
    background: #3ae078;
    border: none;
    height: 40px;
    width: 100px;
    margin: 10px;
    cursor: pointer;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

.int {
	width: 160px;
    border: 1px solid #ddd;
    text-indent: 5px;
    height: 30px;
}


