.gomb {
height: 22px; 
color: #e3f5ce; 
background-color: #72aa30; 
border: 1px solid #000000; 
text-decoration: none; 
cursor: pointer;
}

.agomb {
height: 22px; 
color: #518514; 
background-color: #e3f5ce; 
border: 1px solid #000000; 
text-decoration: none; 
cursor: pointer;
}

  .transparent {
    filter:alpha(opacity=90);
    background-color:green;
    display:none;
    width:170;
    height:100;
    position:absolute;
    color: white;
    border: 1 green solid;
}