.skip { 
	border: 5px solid #fff; 
	-moz-border-radius: 13px; 
	border-radius: 13px; 
	color: #fff; 
	background: #95C512; 
	padding: 6px 8px; 
	position: absolute; 
	top: 15px; 
	left: -9999px; 
	z-index: 10; 
	font-size: 1.2em;
}
.skip:focus, .skip:active { 
	left: 15px; 
	text-decoration: none; 
	border-color: #ffe; 
	/* :hack: IE requires a border-color change (!?) for this to work */ 
}
.skip:hover { text-decoration: underline; }