/*******************************************************************************
 AccessibilityOz [October 2012]              http://www.accessibilityoz.com.au/
 ------------------------------------------------------------------------------
 JS_C_A8: Use scripting to create a blinking animation that stops in 5 seconds
 ------------------------------------------------------------------------------
*******************************************************************************/



/* style the demo paragraph like a notification strip */
#demo
{
    display:inline-block;
    padding:5px 20px 5px 10px;
    
    border:2px solid #000;
    
    background:#ff8;
    color:#000;
}

