﻿/*在线留言*/
#guest{ width:100%; height: auto; color:#fff;float: left;}
.input_test{
	width: 70%;
	height: auto;
     margin:auto;
     margin-top: 30px;
}
.input_test li{
	display: block;
	width: 49%;
	float: left;
	height: 30px;
	margin-top: 15px;
}
.input_out{
	width: 90%;
	height: 30px;
	float: left;
	border:1px solid #fff;
	border-radius: 10px;
	opacity:0.9;
	outline: none;
	margin-left: 21px;
	border:1px solid #eeeeee;
}
.input_out1{
	width: 100%;
	height: 100px;
	float: left;
	border:1px solid #eeeeee;
	border-radius: 10px;
	opacity:0.9;
	outline: none;
}
.input_out2{
	width: 40%;
	height: 50px;
	border-radius: 15px;
	background-color: #f38001;
	color: #fff;
	text-align: center;
	line-height: 50px;
	float: left;
	border: none;
	outline: none;
}
#sub_reset{
    width: 40%;
	height: 50px;
	border-radius: 15px;
	background-color: #1a53a6;
	color: #fff;
	text-align: center;
	line-height: 50px;
	float: left;
	border: none;
	outline: none;
	margin-left: 20px;
}