.feedemail-form{
    display: table;
    margin-top:5px;
}

.feedemail-label{
	color: #8DC63F;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
}

.feedemail-input{
	width: 140px;
    height: 24px;
}
.feedemail-textbutton{
    width: 150px;
    height: 25px;
    float: left;
}
.feedemail-imagebutton{
    width: 96px;
    height: 35px;
    float: right;
}
.feedemail-button{
	background-color: #8DC63F;
	border:1px solid #8DC63F;
}

.feedemail-footer{
	font-size:9px;
	color:#8F8F8F;
}

.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:3px;
	padding-bottom:3px;
	padding-right:3px;
	margin-bottom:3px;
	text-align:center;
	height:32px;
	font-size:25px;
}
.rss-widget:hover
{
	border:1px solid darkorange;
	text-decoration:underline;
} 