@charset "UTF-8";

/* contact */

#trust-form{
	margin-top:10px;
}
#trust-form table{
	width: 100%;
	margin-bottom:10px;
}
#trust-form table .subject{
	color: #fff;
	background: #777;
	text-align: center;
	padding: 3px 0;
}
#trust-form table th,
#trust-form table td{
	border-bottom: 0px !important;
}
#trust-form table th{
	padding: 5px 0 !important;
	width: 14em;
}
#trust-form table td{
	padding: 5px 0 5px 10px !important;
}
#trust-form table td input[type=text]{
	width: 60%;
}
#trust-form table td textarea{
	width: 90%;
	height: 10em;
}

div#trust-form.contact-form ul li{
	border-bottom: 0 none;
	display: inline-block;
	margin-right:20px;
}

.contact-form-confirm #message-container-confirm{
	font-weight:bold;
	margin: 0 0 10px 0;
}
.contact-form-finish #message-container-confirm{
	margin: 40px 0;
	text-align: center;
}




/* responsive
-------------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 710px) {
	#trust-form tr{
		display: block;
	}
	#trust-form th,
	#trust-form td{
		list-style-type: none;
		display: list-item;
	}
	#trust-form table th{
		width: inherit;
		margin:0;
		padding: 10px 0 0 0 !important;
	}
	#trust-form table th .subject{
		text-align: left;
		padding-left:5px;
	}
	#trust-form table td{
		padding-left:0 !important;
	}
	#trust-form table td input,
	#trust-form table td textarea{
		width: 98%;
	}
}
