.subscr_inp{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
input.subscription_input {
	/*background-image:url('../../img/inputbg.png');*/
	background-repeat:no-repeat;
	height: 26px;
	line-height:26px;

	width: 200px;
	border:1px solid #004B85;
	padding:0;
	padding-left:5px;
	margin-top:5px;
	margin-bottom:6px;
}
.subscr_btns{
	margin: 6px 0px 0px 0px;
	padding: 0px;
	
}
input.submit_btn {
	width: 94px;
	height: 26px;
	line-height: 26px;
	background-color:#0165B3;
	color:#ffffff;
	text-align: center;
	border: 1px solid #004B85;

	cursor: pointer;
}
.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;
}