
/* THis is the message div inside the modal dialog */

.message {
	width: 240px;
	height: 180px;
	padding: 20px 10px 0 10px;
	font-family: monospace;
	color: #FF0000;
	background: #ffffff;
	text-align: center;
}