﻿#contact_table td input, #contact_table td textarea{border: 1px #2b2727 solid; background-color: #1f1b1b; padding: 0 5px;}
#contact_table td input{width: 100%; height: 40px;}
#contact_table td textarea{width: 100%; height: 180px; max-height: 240px;}

.contact_table_box button{
	display: block;
    width: 94%;
    height: 70px;
    background-color: rgba(255,255,255,.2);
    position: relative;
    margin: 30px auto 0;
    border: none;
}
.contact_table_box button span{
	display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; font-size: 16px; margin: auto;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
	width: fit-content; width: -ms-fit-content; width: -moz-fit-content; width: -webkit-fit-content; width: -o-fit-content;
}
