#buttons {
	margin-bottom:0.5em;
	height:28px;
}

#buttons a{
	background-repeat: no-repeat;
	background-position: center center;
	width:24px;
	height:24px;
	padding:2px;
	border:1px solid #C5D3F1;
	display:block;
	float:left;
	margin-right:2px;
}

#buttons a:hover{
	background-color:#C5D3F1;
	border:1px solid #3366CC;
}
