@charset "utf-8";
/* CSS Document */





.btn{
	border-radius: 5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
	margin: 0px auto 5px auto;
	font-weight:bold;
	text-align:center;
	line-height:1;
	width:100%;
	font-size:400%;
}

.btn a{
	text-decoration:none;
	padding: 50px 0;
	display:block;
	color:#FFF;
	
}


.sppc{ width: 90%; margin:20px auto ; display:block;}

.btn.white{ 
border: 1px solid #CCCCCC;

background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}

.btn.white a{ color:#666666; }