#contactArea {
	overflow: hidden;
	height: 275px;
	background-image: url(../assets/img/bgTile.jpg);
}


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

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

body { background-color: #2f3135; }

#container { width: 960px; margin: 0 auto; }

.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; }

h1 { background: url(title.gif) no-repeat center center; display: block; width: 604px; height: 36px; margin: 0 auto; text-indent: -9999px; }
p { text-align: center; letter-spacing: 2px; color: #2f3135; }

h1, p { position: relative; top: 110px; }
*/
#contactArea form {
	width: 972px;
	padding: 25px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 230px;
	background-color: #006767;
}

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


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

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

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


#contactArea input, #contactArea textarea {
	outline: none;
	background-color: #FFFFFF;
	border: 3px solid #99C1C1;
	padding: 7px;
}
#contactArea input:focus, #contactArea textarea:focus {
	border: 3px solid #99C1C1;
}

#contactArea input, #contactArea textarea { -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }
#contactArea #message #submit {
	background-color: #99C1C1;
	width: 150px;
	color: #FFFFFF;
	font-weight: bold;
	border: 2px solid #FFFFFF;
}
#contactArea  p {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 20px;
}
#contactArea a {
	color: #B7D0CA;
	text-decoration: none;
}
#contactArea a:hover {
	color: #FFFFFF;
}
