/*placement of estimate title*/
.title
	{
	position: absolute;
	z-index: 50;
	left: 496px;
	top: 15px;
	width: 110px;
	}

/*placement of copy, not form or table*/
.copy
	{
	position: absolute;
	top: 100px;
	width: 70%;
	left: 210px;
	}

/*slight change to standard header style stated in main layout*/
h1
	{
	font-size: 20px;
	font-weight: bold;
	}

/*size definition for font used to request information-Name, address, etc...*/
p.form
	{
	font-size: 10px;
	}

/*style definition for how text is displayed as user types response*/
textarea
	{
	font-size: 10px;
	color: #818181;
	font-family:arial,helvetica,geneva,sans-serif;
	background-color: #ffffff;
	}