.message {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

table.pricetable {
	width: 100%;
}

.pricetable th.feedtitle {
	text-align: left;
	padding: 2px 10px 2px 0;
}

.pricetable tr.normal th, .pricetable tr.normal td {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #eee;
}

.pricetable tr.first th, .pricetable tr.first td {
	border-bottom: 1px solid #ddd;
}

.pricetable tr.last th, .pricetable tr.last td {
	border-top: 1px solid #eee;
}

.pricetable td.feedprice {
	text-align: right;
	padding: 2px 0;
}

#icon-feeds {
    background-image: url('images/icon32.png');
}

#ap_main {
	width: 70%;
	float: left;
	margin-right: 5%;
}

#ap_sidebar {
	width: 20%;
	float: left;
}

.clr {
	clear: both;
	font-size: 0;
	line-height: 0;
}

#ap_donate {
	border: 3px solid #bada55;
}

.ap_center {
	text-align: center;
}