.actionButton {
	background-image:url(/images/actionButton_over2.png);
	display:block;
	width:200px;
	height:44px;
	color:#000000;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	padding-top:14px;
	padding-left:15px;
	background-repeat:no-repeat;
	background-size: 200px 44px;
	margin-bottom:10px;
	margin-left:0px;
	text-align:left
}

.actionButton:hover {
	background-image:url(/images/actionButton2.png);
}

.actionButton_main {
	line-height:14px;
	background-image:url(/images/actionButton_over2.png);
	display:flex;
	align-items:center;
	width:200px;
	height:44px;
	color:#000000;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	padding-left:15px;
	background-repeat:no-repeat;
	background-size: 200px 44px;
	margin-bottom:10px;
	margin-left:0px;
	text-align:left
}
.actionButton_main:hover {
	box-shadow:inset 0px 0px 5px 1px #ffe99b;
	border-radius:5px;
}


.actionButton_main span.btn_top {
	display:block;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:3px;
	padding-bottom:0px;
}
.actionButton_main span.btn_bottom {
	font-weight:normal;
	font-size:11px;
	display:block;
	margin-top:0px;
	padding-top:0px;
}


