temp {
	font-family: Verdana, 'Lucida Console', 'Arial CE', 'MS Sans Serif';
	font-size: 12px; /* == 12px */
	line-height: 133%; /* == 16px */
	margin: 0px;
	padding: 0px;
}
temp2 {
	margin: 10px;
}
div.mysql-debug {
	background-color: #eee;
	font-size: 12px !important;
	line-height: 16px !important;
	max-height: 300px;
	margin-bottom: 20px;
	overflow: auto;
	padding: 10px 5px;
	width: 80%;
}
div.mysql-debug div.error-message {
	background-color: #ddd;
	margin: 5px 0px;
	padding: 5px;
}
div.mysql-debug div.error-message strong {
	color: #000;
}
div.mysql-debug strong {
	color: #f00;
}
div.mysql-info {
	background-color: #eee;
	font-size: 12px !important;
	line-height: 16px !important;
	color: #00f;
	max-height: 500px;
	margin-bottom: 20px;
	overflow: auto;
	padding: 10px 5px;
	width: 80%;
}
div.mysql-info strong {
	color: #f00;
}
div.mysql-info div.description {
	color: #333;
	font-style: italic;
}
div.login-debug {
	background-color: #eee;
	font-size: 12px !important;
	line-height: 16px !important;
	max-height: 500px;
	margin-bottom: 20px;
	overflow: auto;
	padding: 10px 5px;
	width: 80%;
}
pre.debug-dump {
	font-size: 12px !important;
	line-height: 16px !important;
	overflow: auto;
}
