/* CSS Document */

/* Button Gri */
.btnGri{
color:#000000;
font-weight: bold;
border: 1px solid #999999;
background: url(../images/buttons/gri-bg-1.gif) center center repeat-x;
display:inline-block;
padding:2px 5px 2px 5px;
margin: 5px 5px 5px 5px;
text-decoration: none;
text-align:center;
/*line-height:20px;*/
}


A.btnGri:hover{
color:#000000;
text-decoration:none;
border: 1px solid #000000;
background: url(../images/buttons/gri-bg-2.gif) center center repeat-x;
}