.ngparanewsletterunsubscribe a
{
	border-color: #afafaf;
	border-width: 1px;
	border-style: solid;
	padding: 15px 15px 15px 15px;
	background: url(../../../../../images/gradient/?s=ffffff&e=ed6c09&h=9) repeat-x #ed6c09;
	font: bold 14px Arial,'Helvetica',sans-serif;
	color: #ffffff;
	letter-spacing: 0px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
	border-radius: 15px;
	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;
}