#contactArea {
	height: 225px;
	overflow: hidden;
	background-color: #999;
	background-image: url(woodfloor3.jpg);
}


/* ----- The Pretty Stuff ----- */

* { margin: 0; padding: 0; outline: 0; } 

html { overflow-y: scroll; }

.content { width: 850px; height: 300px; padding: 55px; margin: 0 auto; background-color: #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; font-family: Arial; font-size: 16px; line-height: 25px; position: relative; top: 45px; }

a.contact {
	float: right;
	height: 70px;
	width: 115px;
	display: block;
	background-image: url(clickme.png);
	background-repeat: no-repeat;
	padding-right: 100px;
	text-indent: -9999px;
	margin-top: 6px;
}
a.contact:hover {
	background-image: url(clickmeover.png);
}

form { width: 910px; height: 300px; padding: 25px; margin: 0 auto; }

#info { float: left; width: 350px; }
#message { float: right; width: 500px;  }


input { margin-bottom: 15px; padding: 7px 7px; color: #4A4A4A; float: right; }
label { margin-bottom: 5px; float: left; clear: both; position: relative; top: 10px; }
textarea { padding: 7px 7px; height: 110px; margin-bottom: 15px; color: #4A4A4A; line-height: 20px; font-size: 12px; float: right; }

input { width: 250px; }
textarea { width: 350px; }

label { font-family: Arial; font-size: 16px; color: #fff; }

input#submit {
	float: right;
	clear: both;
	cursor: pointer;
	width: 125px;
	padding: 7px 7px;
	background-color: #ef9135;
	border: 0;
	color: #fff;
}

input, textarea { outline: none; background-color: #f1f1f1; border: 3px solid #b2b2b2; padding: 7px; }
input:focus, textarea:focus {
	border: 3px solid #ef9135;
}

input, textarea { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }

#footer { width: 930px; padding: 15px; margin: 0 auto; position: relative; top: 55px; }
#footer img { float: right; }
#footer a.back {
	color: #c2c2c2;
	text-decoration: none;
	font-family: Arial;
	font-size: 16px;
	position: relative;
	top: 10px;
}

#return_top a {
	position:absolute;
	position:fixed;
	right:0;
	bottom:25px;
	display:block;
	height:114px;
	width:35px;
	background-image: url(backtotop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#return_top a:hover {
	text-decoration:none;
	background-image: url(backtotophover.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
