@charset "utf-8";

.bgGrey {
	background:#F8F8F8;
}

#contact {
	border:1px solid #D4D4D3;
	border-bottom:none !important;
	width:100%;
}

#contact th {
	background:#F8F8F8;
	border-bottom:1px solid #D4D4D3;
	border-right:1px solid #D4D4D3;
	width:160px;
	padding:15px 20px;
}

#contact td {
	border-bottom:1px solid #D4D4D3;
	padding:15px 20px;
}

.nobor {
	border-bottom:none !important;
}

#contact td input {
	height:24px;
	width:100%;
}

#contact td textarea {
	width:100%;
}

#contact td input.short {
	width:30%;
}

.contactBtn {
	width:204px;
	margin:0 auto;
}

button {
	border:none;
	margin:0;
	padding:0;
	background:none;
}

textarea {
	width:100% !important;
	height:120px !important;
}