	  .ie8 #smallban { 
	  			display:none; 
				} 
				
	  .spe_button { font-family: Arial; 
					color: #ffffff; 
					font-size: 1.1em; 
					padding: 8px; 
					text-decoration: none; 
					-webkit-border-radius: 16px; 
					-moz-border-radius: 16px; 
					-webkit-box-shadow: 1px 0px 4px #f07305;
					-moz-box-shadow: 1px 0px 4px #f07305; 
					text-shadow: 1px 1px 3px #666666;
					border: solid #636600 2px; 
					background: -webkit-gradient(linear, 0 0, 0 100%, from(#6cbbf7), to(#003366)); 
					background: -moz-linear-gradient(top, #6cbbf7, #003366); 
					-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#6cbbf7, endColorStr=#003366); 
					filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#6cbbf7, endColorStr=#003366); 
					display:inline-block; /* IE is so silly */ 
					} 
					
	  .spe_button:hover{ 
					background: #42aaff; 
					}