body	{
	color: #000;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	background-color: #cecac4;
	background-image: none;
	}
	
p	{
	line-height: 1.5em;
	font-weight: normal;
   	font-size: 12px;
   	margin-top: 1em;
	}

#form {
	position: absolute;
	top: 0px;
	left: 190px;
	width: 380px;
	color: #000;
	font-size: 11px;
	line-height: 15px;
	padding: 0px;
	}

#form p {
	font-size: 11px;
	line-height: 13px;
	}

#form a, #form a:link, #form a:visited {
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	}

a:link, a:visited { color: #000; border-bottom: 1px solid #000; }
a:hover { color: #fff; border-bottom: 1px solid #fff; }
a:active { color: #000; }

#emailPic {
	position: fixed;
	bottom: 0px;
	left: 0px;
	}

.privacy { font-size: 10px; }

#form .errorHilite {
	border: 2px solid #600;
	background-color: #fcc;
	}

