.ActionButton { 
	display:inline;
	vertical-align: middle;
  background:transparent url(Img/windows_gradient3-trans-fs8.png) repeat-x bottom right;
  padding:0px 5px .4em 0px;
  white-space: nowrap;
  line-height:1.8em;
  font-family:Trebuchet MS;
}

.ActionButton A {  
  line-height:1.2em;
  border-left:1px solid #EEEEE7;
  border-top:1px solid #EEEEE7;
  border-right:1px solid #999999;
  border-bottom:1px solid #999999;
  padding:.3em 1em .3em 1em;   
  color:#444444; 
  text-decoration:none;
  background-repeat:no-repeat;
  background-position:.5em center;
  background-color:Transparent;
  white-space: nowrap;
  font-family:Verdana;
  font-size:10px;
  font-weight:bold;
  height:1.2em;
} 

 .ActionButton A:hover { background-color:#7fb2d4;  color:white; }
