.proof-row label {
	text-align: center !important;
}
.proof-row {
	text-align: center !important;
}
.contact-row label, .testimonial-row label, .proof-row label {
	text-align: right;
	width: 300px;
	float: left;
	padding: 0px; 
	margin: 0px;
	margin: 4px 5px 4px 0px;
	display: block;
}
.contact-row, .testimonial-row, .proof-row {
	overflow: hidden;
	height: auto;
	width: 100%;
	height: 100%;
	padding: 0;
	bottom: 0;
}
.contact-row input, .testimonial-row input, .proof-row input {
	padding: 0px;
	vertical-align: bottom;
	margin: 0px;
}

input, select, textarea {
	background-color: #c0c0c0;
}

#contact-form {
	width: 310px;
	float: left;
}
#contact-container {
	width: 800px;
}

#contactImga {
	
	float: left;
	width: 400px;
	padding-left: 10px;
	border-left: 1px #c0c0c0 dotted;
}
#contactImga img {
	border: 1px solid white;
}
#proof-container {
	width: 300px;
	margin: 20px auto;
}

#proof-form {
	width: 310px;
	text-aling: center;
}
#proof-results {
	margin: 10px auto;
	width: 400px;
	border-top: 1px #f00 solid;
	border-bottom: 1px #f00 solid;
	padding-bottom: 10px;
}

