.content {
	width: 1240px;
	margin: auto;
	padding: 10px;
}

.content h3 {
	margin: 0;
	margin-bottom: 25px;
	font-size: 24px;
	text-align: center;
}

.content label,.content .tit {
	width: 150px;
	padding-right: 10px;
	text-align: right;
	font-size: 14px;
	color: #56688a;
	line-height: 30px;
	height: 30px;
	float: left;
}

.content .right{
	width: 1080px;
	float: right;
}

.content .rbtns {
	float: left;
}

.content .rbtns .btn {
	height: 30px;
	line-height: 30px;
	*height: 28px;
	*line-height: 28px;
	background-color: #f1f9ff;
	color: #0474c8;
	width: 128px;
	text-align: center;
	float: left;
	margin-right: 20px;
	border: 1px solid #c6cede;
	cursor: pointer;
}

.content .rbtns font {
	height: 30px;
	line-height: 30px;
	*height: 28px;
	*line-height: 28px;
	color: #F0225B;
}

input[type="text"] {
	display: block;
	float: left;
	background: none;
	height: 28px;
	line-height: 28px;
	border: 1px solid #c6cede;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 208px;
	padding: 0px 10px;
	color: #56688a;
	outline: none;
}

select {
	border: 1px solid #c6cede;
	color: #56688a;
	outline: none;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	;
}

.form-group {
	overflow: hidden;
	margin: 10px 0;
}

.form-group .title {
	color: #66be8c;
	font-size: 18px;
	text-align: center;
}

.form-group .fli {
	float: left;
	width: 20%;
	margin-bottom: 20px;
}

.form-group p {
	color: #ea753b;
}

.tit {
	float: left;
}

hr {
	margin: 10px 0;
	border: 0;
	border-top: 1px solid #eee;
}

input[type='button'] {
	background-color: #55a7e3;
	color: #fff;
	display: block;
	float: left;
	border: none;
	height: 40px;
	line-height: 40px;
	margin-right: 20px;
	font-size: 14px;
	width: 120px;
	text-align: center;
	cursor: pointer;
}

.inputBtn {
	background-color: #e7eAeD !important;
	color: #0474c8 !important;
}

textarea {
	border: 1px solid #c6cede;
	width: 795px;
	max-width: 795px;
	min-width: 795px;
	padding: 10px;
	outline: none;
	color: #666;
}
