#contact fieldset {
	border: 0;
}

#contact fieldset legend {
	display: none;
}

#contact input[type="text"], #contact textarea {
	padding: 3px;
	width: 100%;
	border: 1px solid rgb(160,160,160);
	box-shadow: 2px 2px 2px rgb(160,160,160);
}

#contact textarea {
	height: 160px;
}

#contact .clearfix {
	padding: 5px 0;
}

#contact .actions .form-navigation {
	overflow: auto;
}

#contact .actions ul li {
	float: left;
	list-style-type: none;

	margin-right: 10px;
}

#contact .actions ul {
	clear: both;
}

#contact .help-inline {
	margin-left: 10px;
	font-size: 0.9em;
	color: rgb(191,32,35);
}

#contact .required {
	margin-left: 5px;
}

#contact p {
	font-family: 'source_sans_probold';
}

#contact table th {
	width: 30%;
	vertical-align: top;
	text-align: right;
	padding-right: 20px;
}

#contact .btn-cancel {
	background-color: rgb(192,192,192);
}

@media(min-width:768px) {
	#contact input[type="text"], #contact textarea {
		width: 50%;
	}
}
