/*******************************************************************************
 AccessibilityOz [October 2012]              http://www.accessibilityoz.com.au/
 ------------------------------------------------------------------------------
 JS_G_A5: Interactive content must have an associated label or short instructions about its behaviour
 ------------------------------------------------------------------------------
*******************************************************************************/



/* style the demo button like a color-picker trigger */
#demo
{
	width:auto;
	height:auto;
	padding:2px;
}
#demo > span
{
	display:block;
	
	width:16px;
	height:16px;
	
	border:1px inset rgba(0,0,0,0.25);
	
	background:#f5b;
	color:#f5b;
}


