#alert_box 		{ 
				position:absolute;
				z-index:9;
				visibility:hidden;
				}
				
#alert_table	{
				border-style:outset;
				border-width:2;
				border-color:rgb(46,48,148);
				background-color:rgb(255,255,255);
				font-family:Arial;
				font-size:8pt;
				line-height:10pt;
				font-weight:bold;
				color:rgb(0,0,0);
				}
				
#alert_headline	{
				background-color:rgb(241,147,0);
				color:rgb(0,0,0);
				}
				
#alert_button	{
				background-color:rgb(241,147,0);
				border-width:1;
				font-weight:bold;
				}
