.feedemail-form {
	background-image:url('images/email-icon-28x50.png');
	background-repeat:no-repeat;
	background-position: 5px 7px;
	padding: 5px 3px 3px 3px;
	padding-left:41px;
}

.feedemail-label{
	color: #8DC63F;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
}

.feedemail-input{
	border: 1px solid #ccc; 
	color: #8DC63F;
	width: 140px;
	background-color: #fff;
	width:140px;
	margin-top:1px;
	margin-bottom:3px;
        padding: 2px 3px 3px 0;
}
.feedemail-input:hover{
	border: 1px solid #8DC63F; 
	background-color: #fff;
}

.feedemail-button{
        margin: 3px 0 0 0;
	background-color: #8DC63F;
	border:1px solid #8DC63F;
        padding: 2px 3px;
        font-weight: bold;
}

.feedemail-footer{
        display: none;
	font-size:9px;
	color:#8F8F8F;
}

.widget.widget_subscribeHere a {text-decoration: none;}
.rss-widget
{
	background-image:url('images/feed-icon-28x28.png');
	background-repeat:no-repeat;
	background-position: 5px 5px;
	padding-left:41px;
	/* border:1px dashed darkorange; */
	color: darkorange;
	padding-top:10px;
	padding-bottom:3px;
	padding-right:3px;
	margin-bottom:3px;
	text-align:left;
	height:25px;
        text-decoration: none;
}
.rss-widget:hover
{
	/* border:1px solid darkorange; */
	text-decoration:underline;
} 
