/*
Description: ptgraphix.com Website. Preston Tunnicliff's Digital Portfolio
Version: 4.0
Author: ptgraphix
*/

/* -------------------------------------------- */
/* CONTACT FORMS */
/* -------------------------------------------- */
#contactformcontainer {
	width: 466px;
	height: 243px;
	z-index: 1;
	position: absolute;
	display: block;
	background-color: #FFF;
	margin-left: 82px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border: 1px solid #b4b4b4; /* light gray border */
	padding-top: 15px;
	padding-bottom: 15px;
}

#contactformarea {
	margin-left: 20px;
	margin-right: 20px;
}

input {
	width: 420px;
}

textarea {
	width: 420px;
}