@CHARSET "ISO-8859-1";
.wp-pdf{
	float:right;
	margin:4px;
}
.wp-pdf-link{
	display:inline-block;
	padding:2px;
	padding-left:18px;
	height:20px;
	line-height:20px;
	text-overflow:nowrap;
	background-image:url('pdf.gif');
	background-repeat:no-repeat;
	background-position:center left;
	cursor:pointer;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.wp-pdf-link:hover{
	background-color:white;
}
