.paypal_permisson_info_box {
	text-align: center;
	padding: 5px;
	border-radius: 7px;
	background-color: #BC2A4D;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
}

.paypalme_no_function_info_box {
	text-align: center;
	padding: 5px;
	border-radius: 7px;
	background-color: #ffa500;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
}

.paypalmepanel {
	padding: 5px;
}

.paypalmepanel:hover {
	background-color: transparent !important;
}

h2.paypalme {
	text-align: center;
	margin: auto;
}

p.paypalme {
	padding: 5px;
	margin: auto;
}

.paypalme_button {
	text-align: center;
	padding: 5px;
}


.paypalmebutton {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	background: #fffdf8;
	background: -moz-linear-gradient(top, #fffdf8 0%, #fede9e 49%, #ffaf34 50%, #ffeed3 100%);
	background: -o-linear-gradient(top, #fffdf8 0%, #fede9e 49%, #ffaf34 50%, #ffeed3 100%);
	background: -webkit-linear-gradient(top, #fffdf8 0%, #fede9e 49%, #ffaf34 50%, #ffeed3 100%);
	background: linear-gradient(to bottom, #fffdf8 0%, #fede9e 49%, #ffaf34 50%, #ffeed3 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr="#fffdf8", endColorstr="#ffeed3", GradientType=0);
	border: 1px solid #ff9933;
	border-radius: 13px;
	box-shadow: 0 2px 0 rgba(109, 109, 109, 0.3);
	color: #294669;
	height: 26px;
	padding: 6px 10px 0px 10px;
}
