div.buttonbox
{ 
  	width:		100%;
  }
a.abutton,form.abutton
{ 
 	width:		13em;
  }
.abutton input.pbred,.abutton button.pbred,  
.abutton input.pbgreen,.abutton button.pbgreen {
  font:	bold 12px Arial, sans-serif; /* fontAbutton */
  border:	1px solid #333;
  background:	#eee;
  margin:	2px;
  width:        12em;
  text-align:	center;
}
.abutton input.pbgreen:hover,.abutton button.pbgreen:hover {
	background:	#beb;
}
.abutton input.pbred:hover,.abutton button.pbred:hover {
	background:	#ebb;
        border:		1px solid #f00;
}
.abutton input.entry,.abutton button.entry 
{ 
  border:	1px solid #888;
  background:	#eee;
 }
