/* @override http://tale-of-tales.com/anniversary/styles.css */

@media only screen and (max-width:960px) {
	.featured DIV { padding-top:30px; display:block; float:center; margin:0 auto; }
	}
.left IMG { display:block; padding-top:6px; }
.bundleItem IMG { width:20px; height:20px; padding:0px; float:none; margins:0; display:inline; vertical-align:top; }
.payForm { text-align:center; padding-top:30px; }
.yourAmount, INPUT { font-size:50px; text-align:right; border-radius: 20px; color: #d51305; width: 100px; }

H2 { text-transform:uppercase; }


.formButton {
width: 450px;
text-align: center;
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:8px 32px;
	margin: 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
.formButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;
}
.formButton:active {
	position:relative;
	top:1px;
}
.wishTitle {
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	height: 50px;
	font-size: 250%;
}
