
.message h3{
	text-align: center;
	margin:70px 0 90px;
}
.message h3 strong{
	display: block;
	color: rgb(204, 204, 204);
    font-family: 'Times New Roman';
    font-size: 30px;
    line-height: 42px;
    text-transform: uppercase;
}
.message span{
	display: block;
	color:#777;
    font-size: 14px;
    line-height: 20px;
}
.message .info{
	width:600px;
	margin: 0 auto;	
}
.message .info p{
	width:100%;	
	font-size:14px;	
	margin-bottom:20px;
	overflow: hidden;
}
.info p lable{
	float: left;
	width:80px;
	text-align: right;
	margin-right:10px;
	color:#5a5a5a;
	line-height:40px;
}
.info p input,.info p textarea{
	float: right;
	color:#3a3a3a;
	background-color: #f7f7f7;
    border: 1px solid #dedede;
    text-indent: 5px;
    height: 38px;
    line-height: 38px;
    width:500px;
    outline: none;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    behavior:url(../libs/ie-css3.htc);
}
.info .txt-area lable{
	line-height:80px;
}
.info .txt-area textarea{
	line-height:26px;
	height:78px;
}
.info .sub input{
	color: #fff;
	cursor: pointer;
	background: #00bad6;
}
.info .sub input:hover{
	background: #ff8030;
}






