@charset "shift_jis";

.btnL {  
	margin:0 auto;
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);  
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));  
	border: 2px solid #FFF;  
	color: #FFF;  
	border-radius: 4px;  
	-moz-border-radius: 4px;  
	-webkit-border-radius: 4px;  
	-moz-box-shadow: 2px 2px 2px rgba(000,000,000,0.3);  
	-webkit-box-shadow: 2px 2px 2px rgba(000,000,000,0.3);  
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);  
	width: 260px;  
	height:50px;
	padding: 10px 0; 
	font-size:16px;
} 
