#emailrequest /* div for gathering email addresses */
{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	background-color: #f7f7fe;	
	font-weight: normal;
	line-height: 15px;
	text-align: left;
	padding: 5px 5px 5px 5px;	
	margin: 0px 0px 0px 0px;
	border: solid 2px #336666;
	width: 148px
	height: 150px;
}

#emailrequest span
{
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
}

#emailrequest input
{
	font-family: Arial;
	font-size: 11px;
	margin: 5px 0px 5px 0px;
}

#emailrequest a
{
	color: #336666;
	font-weight: bold;
	vertical-align: text-bottom;
}

#emailrequest a:link, #emailrequest a:visited
{
	text-decoration: underline;
}

#emailrequest a:hover
{
	color: #800000;
	text-decoration: none;
}


