@charset "utf-8";
.form{
	width: 95%;
	max-width: 750px;
	margin: 10px auto;
	font-family: "宋体",serif;
	font-size: 14px;
}
.form dl dd{
	line-height: 35px;
}
.form dl dd input.text{
	width: 100%;
}