.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;
	font-size: 13px;
	width: 220px;
	border:0px none;
	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:#a6001a;
	color:#ffffff;
	text-align: center;
	border: 1px solid #850015;
	font-size: 12px;
	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;
}

input.subs {
	background-color: #FFFFFF;
	border: 1px solid #A9A3A1;
   	height: 25px;
   	padding-left: 5px;
   	width: 150px;
   	margin-bottom: 5px;
   	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
