div.formbutton a
{
	float: left;
	display: block;
	width: 80px;
	height: 18px;
	background-color: #66CC33;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #663399;
	text-align: center;
}
div.formbutton a:hover
{
	background-color: #FF33FF;
	color: #FFFFFF;
}
div.formbutton2 a
{
	position: relative;
	display: block;
	width: 120px;
	height: 18px;
	background-color: #66CC33;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #663399;
	text-align: center;
}
div.formbutton2 a:hover
{
	background-color: #FFFFFF;
	color: #663399;
}
p.contactp
{
  margin-top: 4px;
	margin-bottom: 4px;
	line-height: 1.25em;
}