#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(250,251,253);
				font-family:Arial;
				font-size:10pt;
				line-height:12pt;
				font-weight:bold;
				color:#3B3B41;
				}
				
#alert_headline	{
				background-color:rgb(212,231,243);
				}
				
#alert_button	{
				background-color:rgb(212,231,243);
				border-width:1;
				font-weight:bold;
				}
