.pm-list {
	width: 100%;
	max-height: 360px;
	overflow-y: auto;
	padding-left: 0px; 
	margin-top: 10px;
	margin-bottom: 10px;
}

.pm-list .pay-button {
	display: inline-block;
}

li .apm-button-txt {
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	line-height: 30px;
	border: 1px solid #7eb9d0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 8px;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	display: inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	color: #FFFFFF;
	background-color: #a7cfdf;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a7cfdf), to(#23538a));
	background-image: -webkit-linear-gradient(top, #a7cfdf, #23538a);
	background-image: -moz-linear-gradient(top, #a7cfdf, #23538a);
	background-image: -ms-linear-gradient(top, #a7cfdf, #23538a);
	background-image: -o-linear-gradient(top, #a7cfdf, #23538a);
	background-image: linear-gradient(to bottom, #a7cfdf, #23538a);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a7cfdf, endColorstr=#23538a);
}

.apm-button-txt:hover {
	border: 1px solid #5ca6c4;
	background-color: #82bbd1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#82bbd1), to(#193b61));
	background-image: -webkit-linear-gradient(top, #82bbd1, #193b61);
	background-image: -moz-linear-gradient(top, #82bbd1, #193b61);
	background-image: -ms-linear-gradient(top, #82bbd1, #193b61);
	background-image: -o-linear-gradient(top, #82bbd1, #193b61);
	background-image: linear-gradient(to bottom, #82bbd1, #193b61);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#82bbd1, endColorstr=#193b61);
}

.apm-pay-buttons {
	width: 100%;
	height: auto;
}

.pay-button-apm {
	padding-top: 15px;
}

.apm-pay-buttons .pm-list > .pay-button IMG,
.apm-button-img IMG {
	width: 102px;
	height: 64px;
}

.apm-countries {
	margin: 5px 0;
}

.apm-countries .select2-container {
	display: block;
	margin: 0 auto;
}

.apm-country .flag {
	display: inline-block;
	margin-right: 10px;
}
