
p#projectinfo {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	border: 0;
	left: 510px;
	top: 165px;
	width: 230px;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.5;
	color: #FFF;
	text-align: left;
}

p#projectinfo a,
p#projectinfo a:hover,
p#projectinfo a:visited,
p#projectinfo a:visited:hover {
	color: #FFF;
	text-decoration: none;
}

body {
  margin: 0 auto;
  padding: 0;
  background-color: #000;
  text-align: center;
  font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
  color: #FFF;
	font-size: 12px;
}

/* Make sure the table cells show the right font */

/*-------------------------------------------------
FORM STYLING

-------------------------------------------------*/
div#contactform {
	display: block;
	text-align: left;
	position: absolute;
	left: 60px;
	top: 165px;
	width: 400px;
	margin: 0;
	padding: 0;
}

p#name input,
p#email input,
p#phone input {
	width: 350px;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	border: 1px solid #666;
}
p#comment textarea {
	width: 350px;
	height: 125px;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	border: 1px solid #666;
}
p#button input {
	font-size: 16px;	
}	
p#feedback {
  	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	color: #FFF;
	font-weight: bold;
}
