/*
    #~ Code, design and layout Copyrighted (C) Josh Levy-Kramer / Kompact Design (www.kompact.co.uk); ~#
    #~ however, code may be copied under conditions set out within the page www.kompact.co.uk/legal   ~#
*/

/* Corner style/position */
#bleft_corner {
	position:			absolute; 
	left: 				5px; 
	bottom: 			5px;
}
#bright_corner {
	position:			absolute; 
	right: 				5px; 
	bottom: 			5px;
}
#tleft_corner {
	position:			absolute; 
	left: 				5px; 
	top: 				5px;
}
#tright_corner {
	position:			absolute; 
	right: 				5px; 
	top: 				5px;
	border:				none;
}
.corner {
	font-size:			10px;
	font-family: 		Geneva, Arial, Helvetica, sans-serif;
}
.corner > a:hover {
	background-color:	#0066CC;
	color:				#FFFFFF;
}
.corner > a:active {
	background-color:	#0066CC;
	color:				#FFCC00;
}
