html,body{
	margin: 0px;
	padding: 0px;
}
.con ul{
	list-style: none;
}
.con ul li{
	margin-top:10px  	;
}
.title{
	width:100%;
	text-align: center;
	font-family: "microsoft yahei";
	font-size: 18px;
	margin-top: 1em;
}
.con{
	width:500px;
	margin: 0px auto;
}
.con input{
	width:300px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #525151;
}
.con select{
	width:200px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #525151;
}
.con ul li:last-child{
	text-align: center;
	width:500px; 
	padding-top:10px;
}
.con ul li:last-child button{
	width:100px;
	height:30px;
	line-height: 25px;
	background-color: red;
	border-radius: 5px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}