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

/* -------------------------------------------- */
/* CONTACT FORMS */
/* -------------------------------------------- */
#requestaquoteformcontainer {
	width: 466px;
	height: 720px;
	z-index: 10;
	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;
}

#quoteservicesarea  {
	text-align: left;
	margin-left: 60px;
	font-weight: normal;
	margin-top: -12px;
	margin-bottom: 0;
}

.quotetitle { font-family: "Arial"; font-size: 14px; font-weight: bold; color: #cc6600; }

input {
	width: 420px;
}

textarea {
	width: 420px;
}

.checkboxes {
	width: 13px;
}

.submitbutt {
	margin-top: 5px;
	width: 71px;
	height: 24px;
}
