#bttn {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	display: block;
	
	color: #000000;
	text-decoration: none;
}

#bttn A:link, #bttn A:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image:url(../images/bttn/bttn_gradient.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	border:1px;
	border-color:#DADADA;
	border-style:solid;
	padding:5px;
	margin:0px;
}
#bttn A:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #0099ff;
	text-decoration: none;
	background-image:url(../images/bttn/bttn_gradient2.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	border:1px;
	border-color:#DADADA;
	border-style:solid;
	padding:5px;
	margin:0px;
}
