.message{
	width: 100%;
	height: 588px;
	margin: 0 auto;
}
.message h3{
	
	    width: 142px;
	    height: 79px;
	    margin: 0 auto;
	    line-height: 79px;
	    text-align: center;
	    font-size: 25px;
	    color: black;

}
.message p{
    width: 300px;
        height: 35px;
        line-height: 0px;
        margin: 0 auto;
        text-align: center;
        font-size: 15px;
        color: #7c7979;
}
.message form{
	width: 100%;
	height: 500px;
	
	margin: 0 auto;
}
.st-fm{
	/* width: 30%;
	height: 50px;
	float: left; */
}
.st-fm1{
/* 	width: 100%;
	height: 30px;
	margin: 0 auto; */
}
#msgLeft_senderName{
	    width: 95%;
	    height: 50px;
	    
		text-align: center;
	    margin: 0 auto;
	    border: 0px;
	    border-bottom: 1px solid #a4a4a4;
	    background-color: rgba(242, 244, 246, 1);
}
#msgLeft_telephone{
    width: 95%;
    height: 50px;
    
    margin: 0 auto;
	text-align: center;
    border: 0px;
    border-bottom: 1px solid #a4a4a4;
    background-color: rgba(242, 244, 246, 1);
}
#msgLeft_email{
    width: 95%;
    height: 50px;
	text-align: center;
    margin: 0 auto;
    
    border: 0px;
    border-bottom: 1px solid #a4a4a4;
    background-color: rgba(242, 244, 246, 1);
}
#msgLeft_Txtbox{
	width: 95%;
	    background-color: rgba(242, 244, 246, 1);
		text-align: center;
	    height: 200px;
		line-height: 25px;
	    margin-top: 10px !important;
	    border: 1px solid #a4a4a4;
	    margin: 0 auto;
		padding: 50px 0px;
}

.st-su{
	width: 95%;
	height: 50px;
	margin-top: 10px !important;
	margin: 0 auto;
}
.st-su .bok_btn1{
	    width: 50%;
	    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: 50%;
	    height: 50px;
		background-color: #00479d;
		border: 1px solid #00479d;
	float: right;
	color: #fff;
}
