.fb_button, .abutton, a.abutton, a.abutton:link, a.abutton:visited, a.abutton:hover, a.abutton:active 
{ height: 20px; 
  background: url(../images/button.gif) repeat-x;
  border: 1px solid #d4d9e4;
  line-height: 140%;
  padding: 2px 0 0 0;
  margin: 2px 2px 2px 0; 
  font-weight: normal;
  text-decoration: none; 
  color: #444; 
  text-align:center;
  cursor: pointer;
  cursor: hand;
  float:left;
}

input.abutton
{ font-size:1em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  height:24px;
  float:left;
  padding:0;
}

.abutton.inactive,
a.abutton.inactive:link, 
a.abutton.inactive:visited, 
a.abutton.inactive:hover, 
a.abutton.inactive:active 
{ color: #aaa;
}

	
div.buttons { height: 24px; clear:both;}

.abutton {  width: 8em; }
.abutton.bw {  width: auto; }
.abutton.bw0 { width: 5em; }
.abutton.bw1 { width: 8em; }
.abutton.bw2 { width: 10em;}
.abutton.bw3 { width: 12em;}
.abutton.bw4 { width: 15em;}

.right.abutton { margin-right:0; padding-right:0; }

.pd-button { padding: 3px ; }