
/* 
Title : AlertBox stylesheet
URL : http://www.mgdgroup.com
Author : Mathieu Guastella - MGD Group
Created : September 2009
*/


#alertbox
{
	overflow: hidden;
	z-index: 999;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
    font-size:30px;
	left: 0;
	background-color: #fff;
	height: 0px;
	color: #000;
	font: 20px/40px arial, sans-serif;
	opacity: .9;
	cursor:pointer;
}
