.message{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 40px 0px;
}
.message h3{
	width: 200px;
	height: 80px;
	margin: 0 auto;
	text-align: center;
	font-size: 32px;
	line-height: 80px;
	font-weight: 600;
	color: black;
}
.message p{
	    width: 400px;
	    height: 30px;
	    margin: 0 auto;
	    text-align: center;
	    font-size: 16px;
	    line-height: 30px;
	    color: #686868;
}
.message form{
	width: 1400px;
	height: auto;
	margin: 0 auto;
	margin-top: 30px;
}
#msgLeft_senderName{
	width: 30%;
	    height: 52px;
	    line-height: 52px;
	    text-indent: 2rem;
		
	    float: left;
	    margin-right: 5%;
	    border: 1px solid black;
}
#msgLeft_telephone{
	width: 30%;
	    height: 52px;
	    line-height: 52px;
	    text-indent: 2rem;
	    float: left;
	    margin-right: 5%;
	    border: 1px solid black;
}
#msgLeft_email{
width: 30%;
    height: 52px;
    line-height: 52px;
    text-indent: 2rem;
    float: left;
    margin-right: 0%;
    border: 1px solid black;
}
#msgLeft_Txtbox{
	width: 100%;
	height: 300px;
	margin: 0 auto;
	text-indent: 2rem;
	margin-top: 15px;
	border: 1px solid black;
}
.st-su{
	width: 100%;
	
	height: 50px;
	background-color: #93090f;
	margin: 0 auto;
	margin-top: 15px;
}
.st-su .bok_btn1{
	    width: 100%;
	    height: 50px;
	    line-height: 50px;
	    text-align: center;
	    color: #fff;
	    font-weight: 600;
	    font-size: 21px;
	    background-color: #8e181d;
	    border: 1px solid #8e181d;
	    margin: 0 auto;
		transition: 0.5s;
}
.st-su .bok_btn1:hover{
	  
	    color: #8e181d;
	
	    background-color: #fff;
	    border: 1px solid #8e181d;
		transition: 0.5s;
	   
}
input::-webkit-input-placeholder { 
color: #545151; 
} 
input:-moz-placeholder { 
color: #545151; 
} 
input::-moz-placeholder { 
color: #545151; 
} 
input:-ms-input-placeholder { 
color: #545151; 
}

#msgLeft_Txtbox::-webkit-input-placeholder{ 
color: #545151; 
} 
#msgLeft_Txtbox:-moz-placeholder { 
color: #545151; 
} 
#msgLeft_Txtbox::-moz-placeholder { 
color: #545151; 
} 
#msgLeft_Txtbox:-ms-input-placeholder { 
color: #545151; 
}