@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;
}

div.alert-message-compiled-clear {
	clear: both;
}

div#alert-message {
	display: none;
}

div#alert-message-compiled {
	padding: 0;
	margin: 0;
	height: 99px;
	border-style: none;
	overflow: hidden;
}

div#alert-message-compiled div#alert-message-compiled-main {
	width: 10px;
	height: 80px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: black;
	float: left;
	
	font-family: "Courier New",Courier,monospace, sans-serif;
	font-size: 30px;
	font-weight: bolder;
	color: rgb(200,200,200);
	
	text-align: center;
}

div#alert-message-compiled-buttoncontainer {
	height: 80px;
	background-color: black;
	width: 40px;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
	
	text-align: center;
}

div#alert-message-compiled-buttoncontainer img {
	margin-top: 8px;
	cursor: pointer;
}

div#alert-message-compiled div#alert-message-compiled-footer {
	width: 100%;
	height: 9px;
	background-image: url("../images_pr/shadow.png");
	
	background-repeat: repeat-x;
}
