/* Plugin Admin CSS Styles */

#fv_feedburner_ad {
	width: 690px;
	height: 238px;
	display: block;
	margin: 20px auto 10px auto;
	padding: 15px 10px 0 20px;
	border: 1px solid #ccc;
	background: url("../images/fabric-plaid-bg.png");
	text-rendering: optimizelegibility;
	color: #353535;
}
.text-part {
	float: left;
	width: 310px;
	overflow: hidden;
	display: inline-block;
}
.graphic-part {
	float: right;
	width: 320px;
}
#fv_feedburner_ad h2 {
	text-shadow: 1px 1px 1px #fff;
	padding: 9px 0;
}
#fv_feedburner_ad p {
	font-size: 14px;
}
a.red-button {
	background: url("../images/red-button.png") no-repeat center top;
	height: 40px;
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	line-height: 40px;
}
.red-button:hover {
	color: #fff;
}
.red-text {
	color: #9d1a28;
	font-size: 20px;
}
#fv_feedburner_ad ul {
	margin: 15px 0;
	font-size: 16px;
}
#fv_feedburner_ad ul li {
	background: url("../images/list-bullet.png") no-repeat 0 center;
	padding-left: 30px; 
	margin-bottom: 2px;
}