a.db{
	display: inline-block;
	color:#ffffff;
	font-weight:bold;
	font-size:1.2em;
	background : -webkit-gradient(linear, left top, left bottom, from(#0000FF), to(#00FFFF));
	background : -moz-linear-gradient(center top, #0000FF, #00FFFF);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 20px;
	text-align: center;
	text-shadow: 0px 1px 0px #6c0909;
	text-decoration:none;
}
 
a.db:hover {
background : -webkit-gradient(linear, left top, left bottom, from(#00FFFF), to(#0000FF));
background : -moz-linear-gradient(center top, #00FFFF, #0000FF);
color:#ffffff;
text-decoration:underline;
}
/*