.message{
	width: 1600px;
	height: 700px;
	margin: 0 auto;
}
.message h3{
	
	    width: 142px;
	    height: 100px;
	    margin: 0 auto;
	    line-height: 100px;
	    text-align: center;
	    font-size: 35px;
	    color: black;

}
.message p{
    width: 300px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    color: #7c7979;
}
.message form{
	width: 100%;
	height: 500px;
	margin-top: 40px !important;
	margin: 0 auto;
}
.st-fm{
	/* width: 30%;
	height: 50px;
	float: left; */
}
.st-fm1{
/* 	width: 100%;
	height: 30px;
	margin: 0 auto; */
}
#msgLeft_senderName{
	    width: 30%;
	    height: 50px;
	    float: left;
		text-align: center;
	    margin-right: 5%;
	    border: 0px;
	    border-bottom: 1px solid #a4a4a4;
	    background-color: rgba(242, 244, 246, 1);
}
#msgLeft_telephone{
    width: 30%;
    height: 50px;
    float: left;
    margin-right: 5%;
	text-align: center;
    border: 0px;
    border-bottom: 1px solid #a4a4a4;
    background-color: rgba(242, 244, 246, 1);
}
#msgLeft_email{
    width: 30%;
    height: 50px;
	text-align: center;
    float: left;
    margin-right: 0px;
    border: 0px;
    border-bottom: 1px solid #a4a4a4;
    background-color: rgba(242, 244, 246, 1);
}
#msgLeft_Txtbox{
	width: 100%;
	    background-color: rgba(242, 244, 246, 1);
		text-align: center;
	    height: 300px;
		line-height: 25px;
	    margin-top: 40px !important;
	    border: 1px solid #a4a4a4;
	    margin: 0 auto;
		padding: 50px 0px;
}

.st-su{
	width: 42%;
	height: 50px;
	margin-top: 20px !important;
	margin: 0 auto;
}
.st-su .bok_btn1{
	    width: 250px;
	    height: 50px;
		background-color:rgba(242, 244, 246, 1);
		border: 1px solid #00479d;
	float: left;
	color: black;
}
/* .st-su .bok_btn1:hover{
	    
		background-color: #f08300;
		border: 1px solid #f08300;
	color: #fff;
}
.st-su .bok_btn2:hover{
	    
		background-color: #f08300;
		border: 1px solid #f08300;
		
	color: #fff;
} */
.st-su .bok_btn2{
	    width: 250px;
	    height: 50px;
		background-color: #00479d;
		border: 1px solid #00479d;
	float: right;
	color: #fff;
}
@media (max-width:1366px) {
	.message{
		max-width: 1300px;
		max-height: 700px;
		margin: 0 auto;
	}
	.st-su{
		max-width: 42%;
		max-height: 50px;
		margin-top: 20px !important;
		margin: 0 auto;
	}
}