.ngparanewsletterunsubscribe a
{
	border-color: #afafaf;
	border-width: 1px;
	border-style: solid;
	padding: 5px 10px 5px 10px;
	background: url(../../../../../images/gradient/?s=ffffff&e=d3d3d3&h=24) repeat-x #d3d3d3;
	font: 12px Tahoma,Verdana,Segoe,sans-serif;
	color: #5a5a5a;
	letter-spacing: 0px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	border-radius: 2px;
	display: inline-block;
	cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
    margin-top: 10px;
}

.ngparanewsletterunsubscribe a:hover
{
	border-color: #c3c3c3;
	background: url(../../../../../images/gradient/?s=ffffff&e=ebebeb&h=24) repeat-x #ebebeb;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	color: #000000;
}

.ngparanewsletterunsubscribe a:focus
{
    outline: none;
}