@charset "utf-8";
/* CSS Document 
*****Contact Form Page*****

Author: John Brigiotta
Date:	11/14/08

This script was written in CSS for the contactformpage.html for www.signaturepaving.us by John Brigiotta!
	

*/



body 				{
	background-color: #f1f1f1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

#formHolder			{width: 764px;
					background-color: e1e1e1;}
					
#formbox       		{float: left; margin-top: 0px; margin-left: 5px; margin-right: 5px;}

