.template-about-us-wrapper {

	border: 1px solid #cccccc;
	padding: 1%;
	width: 95%;
	max-width: 400px;
	margin: 10px 0;

}

.template-about-us-row {

	clear: both;
	border: 1px solid #cccccc;
	width: 100%;
	position: relative;
	max-width: 400px;
	min-height: 50px;
	
}

.template-about-us-title {

	display: inline-block;
	padding: 1%;
	width: 200px;
	font-weight: bold;
	font-size: 1.1em;	
	
}

.template-about-us-input {

	display: inline-block;
	padding: 1%;
	font-size: 1em;	
	min-width: 200px;
}

