/*******************************************************************************
 AccessibilityOz [October 2012]              http://www.accessibilityoz.com.au/
 ------------------------------------------------------------------------------
 JS_G_A3: Functionality that can't be presented in text must be descriptively identified
 ------------------------------------------------------------------------------
*******************************************************************************/



/* apply a dashed outine, plus inline-block display 
   so the container is only as wide as its inner button */
#demo
{
	display:inline-block;
	margin:0 0 10px 0;
	padding:2px;
	
	border:1px dashed #999;
}


