.pform{
	background-color:#ffffff;
}
.inp{
	color:#767571;
	border:1px solid #b4b2ab;
	background-color:#edeae2;
	font-family: Arial, Helvetica, sans-serif;
	padding:3px;
}
.inp a{
	color:#767571;
}

.buttonleft{
	padding-left:22px;
	padding-top:1px;
	padding-bottom:5px;
	padding-right:22px;
	font-size:20px;
	width:100px;
	height:34px;
	color:#555555;
	background-color:#ffffff;
	background-image:url(form-button-left.gif);
	background-repeat:no-repeat;
}

.buttonright{
	padding-left:22px;
	padding-top:1px;
	padding-bottom:5px;
	padding-right:22px;
	font-size:20px;
	width:100px;
	height:34px;
	color:#555555;
	background-color:#ffffff;
	background-image:url(form-button-right.gif);
	background-repeat:no-repeat;
}
.buttonleft:hover{
cursor: pointer;
	cursor:hand;
	text-decoration:underline;
		color:#006600;
	background-image:url(form-button-left-hover.gif);
	background-repeat:no-repeat;
}
.buttonright:hover{
cursor: pointer;
	cursor:hand;
	text-decoration:underline;
		color:#660000;
		background-image:url(form-button-right-hover.gif);
}
.pform{
	background-color:#ffffff;
	padding:20px;
}
.red{
	color:#ee0000;
}