$(function(){
		$('div#flash').corner("round 8px");
		$('div.flash_message p').delay(300).animate({
				borderBottomColor: '#d7d7d7',
				borderLeftColor: '#d7d7d7',
				borderRightColor: '#d7d7d7',
				borderTopColor: '#d7d7d7'
		}, 700);
		//$('div.flash_message p').delay(300).animate({
		//backgroundColor: 'lightgrey',
		//color: 'black'
		//}, 700);
		//$('div.flash_message p span').delay(300).animate({
		//color: 'black'
		//}, 700);
})
