/* CSS Document */

body {
	background: #666;
	padding: 0px;
	margin: 57px 0px 0px 0px;
	text-align:left;
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	color: #9b9b9b;
}

form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.clear {
	clear: both;
}

input { position: absolute; }

#contactblock, #thankyoublock {
	width: 476px;
	height: 233px;
}

#contactblock {
	background: url(landingimg/index_03.gif);
	position: relative;
}

#thankyoublock { }

#fname, #lname, #email { 
	width: 168px;
	height: 21px;
	border: 1px solid #dfe0ea;
}

#fname      { left: 50px;  top: 81px;  }
#lname      { left: 248px; top: 81px;  }
#email      { left: 50px;  top: 135px; }

#img-submit { left: 365px; top: 147px; }

#footer { width: 780px; padding: 10px 20px;}
#footer-left { width: 33%; float: left; text-align: left; }
#footer-right { width: 33%; float: right; text-align: right; }
