/* -------------------------------------------------------------------------- 
 link buttons
-------------------------------------------------------------------------- */

[class*="btn-"] a {
	background: url(/pc/assets/img/buttons.png) top left no-repeat;
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	text-decoration: none;
	text-align: center;
}
[class*="btn-"] a:hover { filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; }

.btn-mid a {
	background-position: 0 0;
	width: 314px;
	height: 36px;
	padding: 17px 0 0;
}
.btn-sml a {
	background-position: -314px 0;
	width: 172px;
	height: 32px;
	padding: 10px 0 0;
	margin: 16px auto 0;
}
.btn-down a {
	background-position: -314px -42px;
	width: 298px;
	height: 23px;
	padding: 3px 0 0;
	/*margin: 16px auto 32px;*/
	cursor: pointer;
}

.btn-big a {
	width: 546px;
	height: 49px;
	padding: 20px 0 0;
	margin: 16px auto 0;
	font-size: 20px;
	color: #fff;
}
.btn-big.red a { background-position: 0 -70px; }
.btn-big.blue a { background-position: 0 -139px; }
.btn-big.white a { background-position: 0 -208px; color: #0050aa; }
.btn-big.independent a { margin: 0 auto; }

.btn-form a {
	background-position: -260px -277px;
	width: 354px;
	height: 52px;
	padding: 11px 0 0;
	margin: 10px auto;
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
}
.btn-send a {
	width: 307px;
	height: 53px;
	padding: 16px 0 0;
	font-size: 25px;
	font-weight: 600;
	color: #fff;
}
.btn-send.no a { background-position: 0 -346px; }
.btn-send.yes a { background-position: -307px -346px; }
