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