A
{
	text-decoration:none;
}

#nm-sticky-subscription *{
	margin: 0;
	padding: 0;
}


#nm-sticky-subscription
{
	position:fixed;
	/*top:0*/;
	height:auto;
	z-index:10000;
	width:100%;
}


#nm-sticky-subscription #bottom-contents
{
	margin:auto;
	border: 1px solid #CC7C00;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
}

#nm-sticky-subscription span
{
	margin:0;
	padding:0 5px;
	text-align:left;
}

#nm-sticky-delete{
	float: right;
width: 16px;
position: absolute;
right: 0;
height: 100%;
cursor: pointer;
}


.nm_help
{
	font-size:10px;
	font-style:italic;
}