#form td:first-child {
	width: 5em;
}

@media screen and (min-width: 426px) {
	#form td:last-child {
	    padding-right: 5em;
	}
}

#form tr.tell td:nth-child(2) {
	width: 8em;
	padding-right: 15px;
}


#form table,
#form input:not(#checkbox_id),
#form textarea {
	width: 100%;
}

#form input,
#form select,
#form textarea {
	border: 1px solid #646464;
	border-radius: 0;
	margin: 10px 0;
	padding-left: 5px;
	color: #646464;
}

#form button {
	border: 1px solid #646464;
	border-radius: 0;
	color: #646464;
	background-color: #fff;
	letter-spacing: 0;
}

#form select {
	text-align: center;
}

#form .form-control {
	height: 29px;
	border: 0;
    outline: 1px solid #646464;
    outline-offset: -1px;
}

#form .btn {
    text-transform: initial;
}

#form .check label {
    margin-bottom: 0;
}
#form tr.check td label,
#form tr.submit td button {
	margin: 10px 0;
}

tr.message {
    vertical-align: top;
}
tr.message td:first-child {
    padding-top: 12px;
}
