<style>
.demo{
	color: #333333;
}


.form-item input {
	border: 1px solid #55555547;
	width: 300px;
	height: 42px;
	background: #55555547;
	line-height: 42px;
	font-size: 14px;
	color: #333;
	text-indent: 14px;
	margin-left: 20px;
}

.form-item {
	margin-top: 14px;
}

.item-tle {
	width: 70px;
	font-size: 14px;
	color: #555;
	float: left;
	text-align: right;
	padding-top: 10px;
}

.item-input textarea {
	width: 400px;
	height: 110px;
	background: #55555547;
	color: #333;
	font-size: 14px;
	line-height: 42px;
	outline: none;
	text-indent: 14px;
	resize: vertical;
	margin-left: 20px;
}



.form-but button {
	width: 120px;
	height: 42px;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	background: #ff9600;
	outline: none;
	border: none;
}

.form-but {
	margin-left: 82px;
	margin-top: 24px;
}

</style>
