#buttdiv {
	margin:0 auto;
	width:690px;
}

#buttdiv h1 {
	vertical-align:90%;
	font-family: 'Fredericka the Great', cursive;
	color:#bbb;
	display:inline;
	font-size:40px;
	margin:0 40px 50px 40px;
}


#buttondivl {
	width:465px;
	text-align:center;
	display:inline-block;
}

#buttondivr {
	width:465px;
	text-align:center;
	display:inline-block;
}

#buttdiv .pricebutton {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1bcdfd), color-stop(1, #00a2d3) );
	background:-moz-linear-gradient( center top, #1bcdfd 5%, #00a2d3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1bcdfd', endColorstr='#00a2d3');
	background-color:#cdf2fc;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	border-radius:13px;
	border:12px solid #d9d9d9;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:26px;
	font-weight:bold;
	padding:15px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #1570cd;
	margin:10px auto;
	text-align:center;
	white-space:nowrap;
	color:#ffffff;
}

#buttdiv .pricebutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00a2d3), color-stop(1, #1bcdfd) );
	background:-moz-linear-gradient( center top, #00a2d3 5%, #1bcdfd 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a2d3', endColorstr='#1bcdfd');
	background-color:#00a2d3;
}

#buttdiv .pricebutton:active {
	position:relative;
	top:1px;
}

.smallbutttext {
	font-size:8pt;
}
