*{margin: 0;padding: 0;font-family: "Microsoft YaHei"}

table{
    width: 880px;
	margin:0 auto;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
	font-size:14px;
	line-height:200%;
/*	background:#fff;*/
}
table tr td{
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    vertical-align: middle;
	padding:20px 0;
}
table tr td b{
    color: #e7001d;
}
table tr td label{
    margin-right: 10px;
}
table tr td label input[type=radio]{
    margin-right: 5px;
	line-height:26px;
}
table tr td input[type=text]{
    width: 130px;
    margin-left: 20px;
	line-height:26px;
}
table tr:nth-of-type(1) td input[type=text],table tr:nth-of-type(2) td input[type=text]{
    width: 90px;
    margin-left: 0;
}
table tr:nth-of-type(1) td:nth-of-type(2) input[type=text]{
    width: 60px;
}
table tr .lab label{
    width: 80%;
    float: left;
    text-align: left;
    margin-left: 20px;
}
table tr .lab1 label{
    text-align: center;
    margin-bottom: 10px;
}
table tr .lab1 label input{
    margin-top: 5px;
	line-height:26px;
}
table tr .lab h6{
    text-align: left;
    margin-left: 20px;
    font-size: 16px;
}
input[type=submit]{
    width: 300px;
	height: 46px;
    font-size: 18px;
    background-color: #E60012;
    border: 0;
    color: #ffffff;
	margin:20px auto;
}