<style type="text/css">
<!--
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
	color: #FFFFFF;
	display: block;
	float: left;
	height: 18px;
	margin-right: 3px; /*Edw kathorizete to keno diastima anamesa sta buttons */
	margin-top:2px;
	padding-right: 14px; /* sliding doors padding */
	text-decoration: none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;

}

a.button span {
  	background: transparent url('Data/Images/bullets.png') no-repeat; 
    display: block;
    line-height: 0px;
    padding: 5px 0 5px 18px; 
} 

a.button:active {
	background-position: bottom right;
	color: #FFFF99;

}


a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;  /*push text down 1px */
} 

-->
</style>
