.tipform {
	font-size: 12px;
	color: #787878;
}
.tipform a {
	font-size: 12px;
	color: #787878;
}
.tipform_fields-wrap {
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
}
.tipform_field {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}
.tipform_field label {
	display: block;
	float: left;
	width: 200px;
	padding: 0 20px 0 0;
}
.tipform_input-text {
	float: left;
	width: 260px;
	height: 15px;
	overflow: hidden;
	padding: 3px 5px 5px 5px;
	background: transparent url(../images/input-search270_bg.gif) no-repeat;
	border: none;
	color: #787878;
	font-size: 11px;
}
.tipform_textarea {
	float: left;
	width: 260px;
	height: 190px;
	overflow: hidden;
	padding: 5px 5px 5px 5px;
	background: transparent url(../images/input-textarea270_bg.gif) no-repeat;
	border: none;
	color: #787878;
	font-size: 11px;
}
.tipform_submit {
	border: none;
	color: #787878;
	padding: 8px 30px 8px 0;
	margin: 0 0 0 220px;
	background: transparent url(../images/submit_recomend.gif) no-repeat right center;
	font-weight:bold;
	cursor: pointer;
}
.tipform_captcha {
	float:left;
	width: 245px;
}
.tx-srfreecap-pi2-cant-read {
	color: #787878;
	font-size: 12px;
	display: block;
	margin: 0 0 5px 0;
}
.tipform_captcha-image {
	width: 270px;
	height: 90px;
	border: 1px solid #ccc;
	background:  #EEE;
	float: left;
	margin: 10px 0 0 0;
}