@charset "UTF-8";
/* CSS Document */

table.subscribe-table {
	border:none;}
	
table.subscribe-table tr td {
	border:none;
	padding:5px; }
	
table.subscribe-table tr td.nill {
	border:none;
	padding:2px; }
	
table.subscribe-table tr td button.subscribe-button {
	width:71px;
	border:none;
	height:19px;
	background: #fff url('../images/button-subscribe.gif') no-repeat 0 0;
	color:transparent;
	cursor:pointer;
	outline:none;
	display:block;
	margin-top:6px; }


table.subscribe-table tr td button.unsubscribe-button {
	width:85px;
	border:none;
	height:19px;
	background: #fff url('../images/button-unsubscribe.gif') no-repeat 0 0;
	color:transparent;
	cursor:pointer;
	outline:none;
	display:block;
	margin-top:6px; }


