@charset "UTF-8";
/* CSS Document */
.btn, .btn:visited {
	background: #222 url(../images/btn_overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff !important; 
	text-decoration: none !important;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin-top:12px;
	font-family: "Helvetica Narrow", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	text-transform: none;
	font-size: 16px; 
	text-align: center; 
}

	.btn:hover { background-color: #111; color: #fff; }
	.btn:active	{ top: 1px; left:1px;}
	
	.btn, 
	.medium.btn {  
		width:300px; 
		padding: 10px 0 7px;  
		text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
		line-height: 14px;
		float:left;
	}
	.sidebar.btn {  
		width:272px; 
		padding: 10px 0 7px;  
		text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
		line-height: 14px;
		float:left;
	}
	.small.btn { 
		width:180px;
		padding: 10px 0 7px;  
		text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
		line-height: 14px;
		float:left;
	}

	.red.btn, .red.btn:visited	{ border:4px solid #b91414; background-color: #d71319; }
	.red.btn:hover { background-color: #e62329; text-decoration:none;} 
	
	.aligncenter .btn {
		float: none;
	}
