#debug {
	font-family: "Arial";
	text-align: left;
	padding: 3px ;
	border: 2px double  #ff0000;
	margin-top: 25px ;
}

#debugtitle {
	background-color: #ffc0cb;
	text-shadow: 1px 1px 1px #654e54;
	font-size: 12px;
	font-weight:bold;
	margin-top: 5px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;	
}

#debugdata {
	font-size:10px;
}

#alert {
	background-color: #ffc0cb;
	text-shadow: 1px 1px 1px #654e54;
	font-size: 12px;
	font-weight:bold;
	margin-top: 5px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;	
}

