@charset "utf-8";
/* CSS Document */

/*box部分开始*/
#box{
	width:900px;
	height:220px;
	background-color:#EAE6E2;
	margin:0 auto;
	margin-top:40px;
	padding:50px;
	margin-bottom:10px;
	
}
#box p{
	text-align:center;}
.p_underline{
	border-bottom:1px solid #EAE6E2;
	height:50px;
	line-height:50px;
}
.textBox{
	width:350px;
	height:40px;
	border:1px solid #EAE6E2;
	margin-top:20px;
	padding-left:15px;
	border-radius:5px;
}
.btn{
	width:365px;
	height:40px;
	color:white;
	background-color:#900;
	margin-top:30px;
}








