@charset "utf-8";

.contact { padding: 20px 0 0; }
.contact table { margin: 20px 0 0; }
.contact table tr th,
.contact table tr td { padding: 5px 0; }
.contact table tr th { text-align: left; width: 200px; }
.contact table tr th span { color: #FF2304; }
.contact table tr td { border: none; }
.contact table tr td input[type="text"],
.contact table tr td textarea { width: 98%; border: 1px solid #b5b5b5; padding: 5px; }
.contact .btn { text-align: center; padding: 40px 0; }
.contact .btn input[type="submit"] { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: none; color: #fff; background: #77d02d; width: 300px; height: 50px; cursor: pointer; }

.contact .alert { background: #ffc1b9; border: 1px solid #FF2304; padding: 30px; }
.contact .alert span { display: block; }



@media only screen and (max-width:640px){
.contact table tr th,
.contact table tr td { display: block; }
.contact .btn input[type="submit"] { width: 100%; max-width: 300px; }

}