.center p {
	width:98%;
	margin:0 auto;
	padding: 0;
}
.center p input {
	width:48%;
	height:30px;
	margin-top:5px;
	border:1px solid #666;
	padding-left:3px;
	float: left;
}
.center p #con_tel {
	float: right;
}
.center p #con_address {
	width:98.5%;
}
.center p textarea {
	width:69%;
	height:60px;
	padding:3px;
	margin-top:5px;
	border:1px solid #666;
	float: left;
}
.center p #con_btn {
	width:28%;
	height:68px;
	float: right;
	line-height:60px;
	text-align: center;
	border:1px solid #666;
	background: #fff;
	margin-top:5px;
	padding: 3px;
	border:1px solid red;
	color: red;
	font-size:20px;
}
.center p input,.center p textarea {
	filter:alpha(Opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5
}
