/* CSS for custom dialogs in Logician (tm) */
/*  Copyright (c) 2008 Micah Ferrill */

div#overlay, div#background {
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}

div#overlay {
	width: 450px;
	margin: 0 auto;
}

div#background {
	background: #000000;
}

div#dialog {
	margin-top: 150px;
	width: 450px;
	background: #ffffff url('../img/bar.png') repeat-x;
}

div#dialog p {
	margin-top: 20px;
}

div.message {
	width: 750px;
}

div.message p {
	white-space: pre;
}

div#dialog textarea {
	width: 90%;
	border: solid 1px #cccccc;
	background: #eeeeee;
}