
#toprtop a.subs_button,  .block_module_subscription a.subs_button{
	display: inline-block;
	margin: 0px 0px 0px 0px;
	float: left;
	height: 40px;
	line-height:40px;
	background-image: url('../../img/newsletter_icon.png');
	background-position: right center;
	background-repeat: no-repeat;
	width: auto;
	color: #999999;
	padding:0 38px 0 0;
	cursor:pointer;
	text-indent:0px;
	font-weight:normal;
	text-decoration:none;
	outline:none;
}
input.subscription_input {
	height: 40px;
	line-height:30px;
	border: 0px none;
	width: 207px;
	background-color: #f2f2f2;
	float: left;
	margin:0;
	padding:0 10px;
}
.subscr_btns{
	margin: 6px 0px 0px 0px;
	padding: 0px;
	
}
input.submit_btn {
	background-image: url('../../img/newsletter_icon.png');
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f2f2f2;
	height: 40px;
	width: 40px;
	border: 0px none;
	float: left;
	cursor:pointer;
}

input.submit_btn:hover {
	background-image: url('../../img/newsletter_icon.png');
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f2f2f2;
}
.rss_c{
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding-left: 20px;
	background-image: url('../../img/default/rss.gif');
	background-repeat: no-repeat;
	background-position: left;
	
}

a.rss_c {
	color:#a8936c;
	text-decoration:none;
}
