
/* .email_send_box {width:100%;  height:650px; padding:0 0 10px 0; text-align:center; }
.email_send_box .btn_input {margin:25px 80px 0 0;}
.email_send_box textarea {height:70px; width:100%}
.email_send_box table tr {}
.email_send_box table input {border:1px solid #ccc;}
.email_send_box table select {border:1px solid #ccc;}
.email_send_box table td { padding:12px 0; text-align:left; color:#fff;}
.email_send_box table td.title {font-size:24px; font-weight:normal; letter-spacing:-1px;}

fieldset {border:none;} */


.email_send_box{color:#fff; float:left;}
.email_send_box table{float:left; text-align:center; font-size:16px; font-weight:bold; }
.email_send_box table tr td{padding:5px 0; }
.email_send_box table input{width:100%; height:40px; float:left; border-radius: 10px; font-size:15px; padding-left:10px; box-shadow:4px 3px 3px #222;}
.email_send_box table tr:nth-child(1) td:nth-child(4) input{width:40%; }
.email_send_box table tr:nth-child(3) td:nth-child(3){text-align:left; line-height:44px; }
.email_send_box table tr:nth-child(3) td:nth-child(3) a{color:yellow;}
.email_send_box table tr:nth-child(3) td:nth-child(3) input{width:20px; margin-left:30px; text-align:left; border-radius: 0;  box-shadow:none;}
.email_send_box table td.tel{float:left;}
.email_send_box table td.tel span{float:left; padding:10px 5px 0 5px;}
.email_send_box table td.tel input{width:15%;}

.email_send_box .btn_input{position:absolute; right:0; top:60px;}
.mail_form{}

