@charset "utf-8";
/* CSS Document */
#contact_content {
	float: left;
	width: 1000px;
	height: 1050px;	
	margin: 0 0;
	background-color: #F1F1F1;
	background-image:url(../images/pqr-surveying-background-pattern-2.gif);
	background-repeat: repeat-y;
	background-position: 750px top;
}
#contact_heading {
	margin-left: 23em;
}
#contact_form {
	position:relative;
	width: 47em;
	margin-left: 2em;
  	padding: 1em;
	text-align: left;
}
#contact_form table {
	width: 43em;
	border: none;
	font-weight: 500;
}
#contact_form table td {
	width: 25em;
	font-size: 0.85em;
}
#send, #clear {
	border: thin solid #707070;
	border-radius: 3px;
	overflow: hidden;
	cursor: pointer;
}
#send {
	margin-left: 30px;
	margin-right: 75px;
	padding: 2px;
}
