/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/


.notice {
	border: 3px solid #ffffff;
	padding: 10px;
	color: #ffffff;
	background-color: #ffffff;
	margin: 0 0 20px 0;
}
	
	.notice p, 
	.notice p a, 
	li a {
		color: #ffffff;
		text-decoration: none;
	}



a.page-options:hover, 
a.page-options:focus {
	color: #fff; 
	background: #fffffF;
}		


.hidden {
	display : none;
}

